#D459C8

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

Shades of Free Speech Magenta #D459C8

Tints of Free Speech Magenta #D459C8

Color information

#D459C8 (or 0xD459C8) is unknown color: approx Free Speech Magenta. HEX triplet: D4, 59 and C8. RGB value is (212,89,200). Sum of RGB (Red+Green+Blue) = 212+89+200=501 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.32% from 501); Green value is 89 (35.16% from 255 or 17.76% from 501); Blue value is 200 (78.52% from 255 or 39.92% from 501); Max value from RGB is 212 - color contains mainly: red. Hex color #D459C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D459C8 is #2BA637. Grayscale: #8A8A8A. Windows color (decimal): -2860600 or 13130196. OLE color: 13130196.

HSL color Cylindrical-coordinate representation of color #D459C8: hue angle of 305.85º 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 #D459C8 is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.17.

Color convert

RGB21289200-
CMYK00.580.060.17
HSL305.85º58.85%59.02%-
HSV(B)305.85º58.02%83.14%-
XYZ41.1525.3157.36-
YUV138.43162.75180.47-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.32%
GREEN value IS 89 (35.16% from 255) = 17.76%
BLUE value IS 200 (78.52% from 255) = 39.92%
R=42.32%
G=17.76%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2128920000.580.060.17305.8558.8559.02
HexD459C803A6111323b3b
Octal3241313100726214627373
Binary11010100101100111001000011101011010001100110010111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D459C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D459C8; }

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

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

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

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

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

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

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

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