Html Css Color HEX #D259CC Free Speech Magenta
📋 copy color: '#D259CC'red 210 ◦ green 89 ◦ blue 204
Shades of Free Speech Magenta #D259CC
Tints of Free Speech Magenta #D259CC
RGB
CMYK
RGB Variations
Color information
#D259CC (or 0xD259CC) is known color: 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
| RGB | 210 | 89 | 204 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.18 |
| HSL | 302.98º | 0.57% | 0.59% | - |
| HSV(B) | 302.98º | 0.58% | 0.82% | - |
| XYZ | 41.05 | 25.21 | 59.83 | - |
| YUV | 138.29 | 165.09 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 204 | 0 | 0.58 | 0.03 | 0.18 | 302.98 | 0.57 | 0.59 |
| Hex | D2 | 59 | CC | 0 | 3A | 3 | 12 | 12F | 39 | 3B |
| Octal | 322 | 131 | 314 | 0 | 72 | 3 | 22 | 457 | 71 | 73 |
| Binary | 11010010 | 1011001 | 11001100 | 0 | 111010 | 11 | 10010 | 100101111 | 111001 | 111011 |
Color Harmonies of #D259CC
Complementary color
Monochromatic Colors of #D259CC
Black with #D259CC
Text Example
Text Example
White with #D259CC
Text Example
Text Example
HTML Codes & Css Web 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>