Html Css Color HEX #D259CE Free Speech Magenta
📋 copy color: '#D259CE'red 210 ◦ green 89 ◦ blue 206
Shades of Free Speech Magenta #D259CE
Tints of Free Speech Magenta #D259CE
RGB
CMYK
RGB Variations
Color information
#D259CE (or 0xD259CE) is known color: Free Speech Magenta. HEX triplet: D2, 59 and CE. RGB value is (210,89,206). Sum of RGB (Red+Green+Blue) = 210+89+206=505 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.58% from 505); Green value is 89 (35.16% from 255 or 17.62% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 210 - color contains mainly: red. Hex color #D259CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D259CE is #2DA631. Grayscale: #8A8A8A. Windows color (decimal): -2991666 or 13523410. OLE color: 13523410.
HSL color Cylindrical-coordinate representation of color #D259CE: hue angle of 301.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 #D259CE is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 89 | 206 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.18 |
| HSL | 301.98º | 0.57% | 0.59% | - |
| HSV(B) | 301.98º | 0.58% | 0.82% | - |
| XYZ | 41.29 | 25.3 | 61.1 | - |
| YUV | 138.52 | 166.09 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 206 | 0 | 0.58 | 0.02 | 0.18 | 301.98 | 0.57 | 0.59 |
| Hex | D2 | 59 | CE | 0 | 3A | 2 | 12 | 12E | 39 | 3B |
| Octal | 322 | 131 | 316 | 0 | 72 | 2 | 22 | 456 | 71 | 73 |
| Binary | 11010010 | 1011001 | 11001110 | 0 | 111010 | 10 | 10010 | 100101110 | 111001 | 111011 |
Color Harmonies of #D259CE
Complementary color
Monochromatic Colors of #D259CE
Black with #D259CE
Text Example
Text Example
White with #D259CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D259CE; }
p { color: rgb(210,89,206); }
H1.HeaderClassName
{
color: #D259CE;
}
.AnyTagClassName
{
color: #D259CE;
}
</style>
background-color css
<style>
a { background-color: #D259CE; }
a { background-color: rgb(210,89,206); }
div.DivClassName
{
background-color: #D259CE;
}
.BgClassName
{
background-color: #D259CE;
}
</style>
border-color css
<style>
span { border-color: #D259CE; }
span { border-color: rgb(210,89,206); }
td.TdClassName
{
border-color: #D259CE;
}
.TagClassName
{
border-color: #D259CE;
}
</style>