Html Css Color HEX #D959CB Free Speech Magenta
📋 copy color: '#D959CB'red 217 ◦ green 89 ◦ blue 203
Shades of Free Speech Magenta #D959CB
Tints of Free Speech Magenta #D959CB
RGB
CMYK
RGB Variations
Color information
#D959CB (or 0xD959CB) is known color: Free Speech Magenta. HEX triplet: D9, 59 and CB. RGB value is (217,89,203). Sum of RGB (Red+Green+Blue) = 217+89+203=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 89 (35.16% from 255 or 17.49% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D959CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D959CB is #26A634. Grayscale: #8B8B8B. Windows color (decimal): -2532917 or 13326809. OLE color: 13326809.
HSL color Cylindrical-coordinate representation of color #D959CB: hue angle of 306.56º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D959CB is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 89 | 203 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.15 |
| HSL | 306.56º | 0.63% | 0.6% | - |
| HSV(B) | 306.56º | 0.59% | 0.85% | - |
| XYZ | 42.97 | 26.21 | 59.29 | - |
| YUV | 140.27 | 163.41 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 89 | 203 | 0 | 0.59 | 0.06 | 0.15 | 306.56 | 0.63 | 0.6 |
| Hex | D9 | 59 | CB | 0 | 3B | 6 | F | 133 | 3F | 3C |
| Octal | 331 | 131 | 313 | 0 | 73 | 6 | 17 | 463 | 77 | 74 |
| Binary | 11011001 | 1011001 | 11001011 | 0 | 111011 | 110 | 1111 | 100110011 | 111111 | 111100 |
Color Harmonies of #D959CB
Complementary color
Monochromatic Colors of #D959CB
Black with #D959CB
Text Example
Text Example
White with #D959CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D959CB; }
p { color: rgb(217,89,203); }
H1.HeaderClassName
{
color: #D959CB;
}
.AnyTagClassName
{
color: #D959CB;
}
</style>
background-color css
<style>
a { background-color: #D959CB; }
a { background-color: rgb(217,89,203); }
div.DivClassName
{
background-color: #D959CB;
}
.BgClassName
{
background-color: #D959CB;
}
</style>
border-color css
<style>
span { border-color: #D959CB; }
span { border-color: rgb(217,89,203); }
td.TdClassName
{
border-color: #D959CB;
}
.TagClassName
{
border-color: #D959CB;
}
</style>