#D459D3

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

Shades of Free Speech Magenta #D459D3

Tints of Free Speech Magenta #D459D3

Color information

#D459D3 (or 0xD459D3) is unknown color: approx Free Speech Magenta. HEX triplet: D4, 59 and D3. RGB value is (212,89,211). Sum of RGB (Red+Green+Blue) = 212+89+211=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 89 (35.16% from 255 or 17.38% from 512); Blue value is 211 (82.81% from 255 or 41.21% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D459D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D459D3 is #2BA62C. Grayscale: #8B8B8B. Windows color (decimal): -2860589 or 13851092. OLE color: 13851092.

HSL color Cylindrical-coordinate representation of color #D459D3: hue angle of 300.49º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D459D3 is Cyan = 0, Magento = 0.58, Yellow = 0.00 and Black (K on CMYK) = 0.17.

Color convert

RGB21289211-
CMYK00.580.000.17
HSL300.49º58.85%59.02%-
HSV(B)300.49º58.02%83.14%-
XYZ42.4825.8464.38-
YUV139.68168.25179.58-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.41%
GREEN value IS 89 (35.16% from 255) = 17.38%
BLUE value IS 211 (82.81% from 255) = 41.21%
R=41.41%
G=17.38%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.00
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2128921100.580.000.17300.4958.8559.02
HexD459D303A01112c3b3b
Octal3241313230720214547373
Binary110101001011001110100110111010010001100101100111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D459D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D459D3; }

 p { color: rgb(212,89,211); }

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

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

 a { background-color: rgb(212,89,211); }

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

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

 span { border-color: rgb(212,89,211); }

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