Html Css Color HEX #D259D3 Free Speech Magenta
📋 copy color: '#D259D3'red 210 ◦ green 89 ◦ blue 211
Shades of Free Speech Magenta #D259D3
Tints of Free Speech Magenta #D259D3
RGB
CMYK
RGB Variations
Color information
#D259D3 (or 0xD259D3) is known color: Free Speech Magenta. HEX triplet: D2, 59 and D3. RGB value is (210,89,211). Sum of RGB (Red+Green+Blue) = 210+89+211=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 89 (35.16% from 255 or 17.45% from 510); Blue value is 211 (82.81% from 255 or 41.37% from 510); Max value from RGB is 211 - color contains mainly: blue. Hex color #D259D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D259D3 is #2DA62C. Grayscale: #8A8A8A. Windows color (decimal): -2991661 or 13851090. OLE color: 13851090.
HSL color Cylindrical-coordinate representation of color #D259D3: hue angle of 299.51º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D259D3 is Cyan = 0.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 89 | 211 | - |
| CMYK | 0.00 | 0.58 | 0 | 0.17 |
| HSL | 299.51º | 0.58% | 0.59% | - |
| HSV(B) | 299.51º | 0.58% | 0.83% | - |
| XYZ | 41.91 | 25.55 | 64.35 | - |
| YUV | 139.09 | 168.59 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 211 | 0.00 | 0.58 | 0 | 0.17 | 299.51 | 0.58 | 0.59 |
| Hex | D2 | 59 | D3 | 0 | 3A | 0 | 11 | 12C | 3A | 3B |
| Octal | 322 | 131 | 323 | 0 | 72 | 0 | 21 | 454 | 72 | 73 |
| Binary | 11010010 | 1011001 | 11010011 | 0 | 111010 | 0 | 10001 | 100101100 | 111010 | 111011 |
Color Harmonies of #D259D3
Complementary color
Monochromatic Colors of #D259D3
Black with #D259D3
Text Example
Text Example
White with #D259D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D259D3; }
p { color: rgb(210,89,211); }
H1.HeaderClassName
{
color: #D259D3;
}
.AnyTagClassName
{
color: #D259D3;
}
</style>
background-color css
<style>
a { background-color: #D259D3; }
a { background-color: rgb(210,89,211); }
div.DivClassName
{
background-color: #D259D3;
}
.BgClassName
{
background-color: #D259D3;
}
</style>
border-color css
<style>
span { border-color: #D259D3; }
span { border-color: rgb(210,89,211); }
td.TdClassName
{
border-color: #D259D3;
}
.TagClassName
{
border-color: #D259D3;
}
</style>