Html Css Color HEX #D85CCB Free Speech Magenta
📋 copy color: '#D85CCB'red 216 ◦ green 92 ◦ blue 203
Shades of Free Speech Magenta #D85CCB
Tints of Free Speech Magenta #D85CCB
RGB
CMYK
RGB Variations
Color information
#D85CCB (or 0xD85CCB) is known color: Free Speech Magenta. HEX triplet: D8, 5C and CB. RGB value is (216,92,203). Sum of RGB (Red+Green+Blue) = 216+92+203=511 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.27% from 511); Green value is 92 (36.33% from 255 or 18.00% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 216 - color contains mainly: red. Hex color #D85CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85CCB is #27A334. Grayscale: #8D8D8D. Windows color (decimal): -2597685 or 13327576. OLE color: 13327576.
HSL color Cylindrical-coordinate representation of color #D85CCB: hue angle of 306.29º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D85CCB is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 92 | 203 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.15 |
| HSL | 306.29º | 0.61% | 0.6% | - |
| HSV(B) | 306.29º | 0.57% | 0.85% | - |
| XYZ | 42.93 | 26.57 | 59.37 | - |
| YUV | 141.73 | 162.58 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 92 | 203 | 0 | 0.57 | 0.06 | 0.15 | 306.29 | 0.61 | 0.6 |
| Hex | D8 | 5C | CB | 0 | 39 | 6 | F | 132 | 3D | 3C |
| Octal | 330 | 134 | 313 | 0 | 71 | 6 | 17 | 462 | 75 | 74 |
| Binary | 11011000 | 1011100 | 11001011 | 0 | 111001 | 110 | 1111 | 100110010 | 111101 | 111100 |
Color Harmonies of #D85CCB
Complementary color
Monochromatic Colors of #D85CCB
Black with #D85CCB
Text Example
Text Example
White with #D85CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85CCB; }
p { color: rgb(216,92,203); }
H1.HeaderClassName
{
color: #D85CCB;
}
.AnyTagClassName
{
color: #D85CCB;
}
</style>
background-color css
<style>
a { background-color: #D85CCB; }
a { background-color: rgb(216,92,203); }
div.DivClassName
{
background-color: #D85CCB;
}
.BgClassName
{
background-color: #D85CCB;
}
</style>
border-color css
<style>
span { border-color: #D85CCB; }
span { border-color: rgb(216,92,203); }
td.TdClassName
{
border-color: #D85CCB;
}
.TagClassName
{
border-color: #D85CCB;
}
</style>