#D259CC

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

Shades of Free Speech Magenta #D259CC

Tints of Free Speech Magenta #D259CC

Color information

#D259CC (or 0xD259CC) is unknown color: approx Free Speech Magenta. HEX triplet: D2, 59 and CC. RGB value is (210,89,204). Sum of RGB (Red+Green+Blue) = 210+89+204=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 89 (35.16% from 255 or 17.69% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D259CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D259CC is #2DA633. Grayscale: #898989. Windows color (decimal): -2991668 or 13392338. OLE color: 13392338.

HSL color Cylindrical-coordinate representation of color #D259CC: hue angle of 302.98º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D259CC is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB21089204-
CMYK00.580.030.18
HSL302.98º57.35%58.63%-
HSV(B)302.98º57.62%82.35%-
XYZ41.0525.2159.83-
YUV138.29165.09179.15-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.75%
GREEN value IS 89 (35.16% from 255) = 17.69%
BLUE value IS 204 (80.08% from 255) = 40.56%
R=41.75%
G=17.69%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2108920400.580.030.18302.9857.3558.63
HexD259CC03A31212f393b
Octal3221313140723224577173
Binary1101001010110011100110001110101110010100101111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D259CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D259CC; }

 p { color: rgb(210,89,204); }

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

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

 a { background-color: rgb(210,89,204); }

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

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

 span { border-color: rgb(210,89,204); }

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