Html Css Color HEX #D259D1 Free Speech Magenta
📋 copy color: '#D259D1'red 210 ◦ green 89 ◦ blue 209
Shades of Free Speech Magenta #D259D1
Tints of Free Speech Magenta #D259D1
RGB
CMYK
RGB Variations
Color information
#D259D1 (or 0xD259D1) is known color: Free Speech Magenta. HEX triplet: D2, 59 and D1. RGB value is (210,89,209). Sum of RGB (Red+Green+Blue) = 210+89+209=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 89 (35.16% from 255 or 17.52% from 508); Blue value is 209 (82.03% from 255 or 41.14% from 508); Max value from RGB is 210 - color contains mainly: red. Hex color #D259D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D259D1 is #2DA62E. Grayscale: #8A8A8A. Windows color (decimal): -2991663 or 13720018. OLE color: 13720018.
HSL color Cylindrical-coordinate representation of color #D259D1: hue angle of 300.5º 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 #D259D1 is Cyan = 0, Magento = 0.58, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 89 | 209 | - |
| CMYK | 0 | 0.58 | 0.00 | 0.18 |
| HSL | 300.5º | 0.57% | 0.59% | - |
| HSV(B) | 300.5º | 0.58% | 0.82% | - |
| XYZ | 41.66 | 25.45 | 63.04 | - |
| YUV | 138.86 | 167.59 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 209 | 0 | 0.58 | 0.00 | 0.18 | 300.5 | 0.57 | 0.59 |
| Hex | D2 | 59 | D1 | 0 | 3A | 0 | 12 | 12C | 39 | 3B |
| Octal | 322 | 131 | 321 | 0 | 72 | 0 | 22 | 454 | 71 | 73 |
| Binary | 11010010 | 1011001 | 11010001 | 0 | 111010 | 0 | 10010 | 100101100 | 111001 | 111011 |
Color Harmonies of #D259D1
Complementary color
Monochromatic Colors of #D259D1
Black with #D259D1
Text Example
Text Example
White with #D259D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D259D1; }
p { color: rgb(210,89,209); }
H1.HeaderClassName
{
color: #D259D1;
}
.AnyTagClassName
{
color: #D259D1;
}
</style>
background-color css
<style>
a { background-color: #D259D1; }
a { background-color: rgb(210,89,209); }
div.DivClassName
{
background-color: #D259D1;
}
.BgClassName
{
background-color: #D259D1;
}
</style>
border-color css
<style>
span { border-color: #D259D1; }
span { border-color: rgb(210,89,209); }
td.TdClassName
{
border-color: #D259D1;
}
.TagClassName
{
border-color: #D259D1;
}
</style>