#D54DE6

Color #D54DE6 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #D54DE6

Tints of Free Speech Magenta #D54DE6

Color information

#D54DE6 (or 0xD54DE6) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 4D and E6. RGB value is (213,77,230). Sum of RGB (Red+Green+Blue) = 213+77+230=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 77 (30.47% from 255 or 14.81% from 520); Blue value is 230 (90.23% from 255 or 44.23% from 520); Max value from RGB is 230 - color contains mainly: blue. Hex color #D54DE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D54DE6 is #2AB219. Grayscale: #868686. Windows color (decimal): -2798106 or 15093205. OLE color: 15093205.

HSL color Cylindrical-coordinate representation of color #D54DE6: hue angle of 293.33º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D54DE6 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB21377230-
CMYK0.070.6700.10
HSL293.33º75.37%60.2%-
HSV(B)293.33º66.52%90.2%-
XYZ44.3825.1777.38-
YUV135.11181.56183.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 213 (83.59% from 255) = 40.96%
GREEN value IS 77 (30.47% from 255) = 14.81%
BLUE value IS 230 (90.23% from 255) = 44.23%
R=40.96%
G=14.81%
B=44.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal213772300.070.6700.10293.3375.3760.2
HexD54DE67430A1254b3c
Octal325115346710301244511374
Binary110101011001101111001101111000011010101001001011001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54DE6; }

 p { color: rgb(213,77,230); }

 H1.HeaderClassName
 {
   color: #D54DE6;
 }
 .AnyTagClassName
 {
   color: #D54DE6;
 }
</style>
background-color css

<style>
 a { background-color: #D54DE6; }

 a { background-color: rgb(213,77,230); }

 div.DivClassName
 {
   background-color: #D54DE6;
 }
 .BgClassName
 {
   background-color: #D54DE6;
 }
</style>
border-color css

<style>
 span { border-color: #D54DE6; }

 span { border-color: rgb(213,77,230); }

 td.TdClassName
 {
   border-color: #D54DE6;
 }
 .TagClassName
 {
   border-color: #D54DE6;
 }
</style>