Html Css Color HEX #D259CD Free Speech Magenta
📋 copy color: '#D259CD'red 210 ◦ green 89 ◦ blue 205
Shades of Free Speech Magenta #D259CD
Tints of Free Speech Magenta #D259CD
RGB
CMYK
RGB Variations
Color information
#D259CD (or 0xD259CD) is known color: Free Speech Magenta. HEX triplet: D2, 59 and CD. RGB value is (210,89,205). Sum of RGB (Red+Green+Blue) = 210+89+205=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 89 (35.16% from 255 or 17.66% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 210 - color contains mainly: red. Hex color #D259CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D259CD is #2DA632. Grayscale: #8A8A8A. Windows color (decimal): -2991667 or 13457874. OLE color: 13457874.
HSL color Cylindrical-coordinate representation of color #D259CD: hue angle of 302.48º 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 #D259CD is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 89 | 205 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.18 |
| HSL | 302.48º | 0.57% | 0.59% | - |
| HSV(B) | 302.48º | 0.58% | 0.82% | - |
| XYZ | 41.17 | 25.25 | 60.46 | - |
| YUV | 138.4 | 165.59 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 205 | 0 | 0.58 | 0.02 | 0.18 | 302.48 | 0.57 | 0.59 |
| Hex | D2 | 59 | CD | 0 | 3A | 2 | 12 | 12E | 39 | 3B |
| Octal | 322 | 131 | 315 | 0 | 72 | 2 | 22 | 456 | 71 | 73 |
| Binary | 11010010 | 1011001 | 11001101 | 0 | 111010 | 10 | 10010 | 100101110 | 111001 | 111011 |
Color Harmonies of #D259CD
Complementary color
Monochromatic Colors of #D259CD
Black with #D259CD
Text Example
Text Example
White with #D259CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D259CD; }
p { color: rgb(210,89,205); }
H1.HeaderClassName
{
color: #D259CD;
}
.AnyTagClassName
{
color: #D259CD;
}
</style>
background-color css
<style>
a { background-color: #D259CD; }
a { background-color: rgb(210,89,205); }
div.DivClassName
{
background-color: #D259CD;
}
.BgClassName
{
background-color: #D259CD;
}
</style>
border-color css
<style>
span { border-color: #D259CD; }
span { border-color: rgb(210,89,205); }
td.TdClassName
{
border-color: #D259CD;
}
.TagClassName
{
border-color: #D259CD;
}
</style>