Html Css Color HEX #D259D0 Free Speech Magenta
📋 copy color: '#D259D0'red 210 ◦ green 89 ◦ blue 208
Shades of Free Speech Magenta #D259D0
Tints of Free Speech Magenta #D259D0
RGB
CMYK
RGB Variations
Color information
#D259D0 (or 0xD259D0) is known color: Free Speech Magenta. HEX triplet: D2, 59 and D0. RGB value is (210,89,208). Sum of RGB (Red+Green+Blue) = 210+89+208=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 89 (35.16% from 255 or 17.55% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 210 - color contains mainly: red. Hex color #D259D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D259D0 is #2DA62F. Grayscale: #8A8A8A. Windows color (decimal): -2991664 or 13654482. OLE color: 13654482.
HSL color Cylindrical-coordinate representation of color #D259D0: hue angle of 300.99º 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 #D259D0 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 89 | 208 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.18 |
| HSL | 300.99º | 0.57% | 0.59% | - |
| HSV(B) | 300.99º | 0.58% | 0.82% | - |
| XYZ | 41.54 | 25.4 | 62.39 | - |
| YUV | 138.75 | 167.09 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 208 | 0 | 0.58 | 0.01 | 0.18 | 300.99 | 0.57 | 0.59 |
| Hex | D2 | 59 | D0 | 0 | 3A | 1 | 12 | 12D | 39 | 3B |
| Octal | 322 | 131 | 320 | 0 | 72 | 1 | 22 | 455 | 71 | 73 |
| Binary | 11010010 | 1011001 | 11010000 | 0 | 111010 | 1 | 10010 | 100101101 | 111001 | 111011 |
Color Harmonies of #D259D0
Complementary color
Monochromatic Colors of #D259D0
Black with #D259D0
Text Example
Text Example
White with #D259D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D259D0; }
p { color: rgb(210,89,208); }
H1.HeaderClassName
{
color: #D259D0;
}
.AnyTagClassName
{
color: #D259D0;
}
</style>
background-color css
<style>
a { background-color: #D259D0; }
a { background-color: rgb(210,89,208); }
div.DivClassName
{
background-color: #D259D0;
}
.BgClassName
{
background-color: #D259D0;
}
</style>
border-color css
<style>
span { border-color: #D259D0; }
span { border-color: rgb(210,89,208); }
td.TdClassName
{
border-color: #D259D0;
}
.TagClassName
{
border-color: #D259D0;
}
</style>