Html Css Color HEX #D950CB Free Speech Magenta
📋 copy color: '#D950CB'red 217 ◦ green 80 ◦ blue 203
Shades of Free Speech Magenta #D950CB
Tints of Free Speech Magenta #D950CB
RGB
CMYK
RGB Variations
Color information
#D950CB (or 0xD950CB) is known color: Free Speech Magenta. HEX triplet: D9, 50 and CB. RGB value is (217,80,203). Sum of RGB (Red+Green+Blue) = 217+80+203=500 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.4% from 500); Green value is 80 (31.64% from 255 or 16% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 217 - color contains mainly: red. Hex color #D950CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D950CB is #26AF34. Grayscale: #868686. Windows color (decimal): -2535221 or 13324505. OLE color: 13324505.
HSL color Cylindrical-coordinate representation of color #D950CB: hue angle of 306.13º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D950CB is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 80 | 203 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.15 |
| HSL | 306.13º | 0.64% | 0.58% | - |
| HSV(B) | 306.13º | 0.63% | 0.85% | - |
| XYZ | 42.26 | 24.8 | 59.06 | - |
| YUV | 134.99 | 166.39 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 80 | 203 | 0 | 0.63 | 0.06 | 0.15 | 306.13 | 0.64 | 0.58 |
| Hex | D9 | 50 | CB | 0 | 3F | 6 | F | 132 | 40 | 3A |
| Octal | 331 | 120 | 313 | 0 | 77 | 6 | 17 | 462 | 100 | 72 |
| Binary | 11011001 | 1010000 | 11001011 | 0 | 111111 | 110 | 1111 | 100110010 | 1000000 | 111010 |
Color Harmonies of #D950CB
Complementary color
Monochromatic Colors of #D950CB
Black with #D950CB
Text Example
Text Example
White with #D950CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D950CB; }
p { color: rgb(217,80,203); }
H1.HeaderClassName
{
color: #D950CB;
}
.AnyTagClassName
{
color: #D950CB;
}
</style>
background-color css
<style>
a { background-color: #D950CB; }
a { background-color: rgb(217,80,203); }
div.DivClassName
{
background-color: #D950CB;
}
.BgClassName
{
background-color: #D950CB;
}
</style>
border-color css
<style>
span { border-color: #D950CB; }
span { border-color: rgb(217,80,203); }
td.TdClassName
{
border-color: #D950CB;
}
.TagClassName
{
border-color: #D950CB;
}
</style>