Html Css Color HEX #D85CCD Free Speech Magenta
📋 copy color: '#D85CCD'red 216 ◦ green 92 ◦ blue 205
Shades of Free Speech Magenta #D85CCD
Tints of Free Speech Magenta #D85CCD
RGB
CMYK
RGB Variations
Color information
#D85CCD (or 0xD85CCD) is known color: Free Speech Magenta. HEX triplet: D8, 5C and CD. RGB value is (216,92,205). Sum of RGB (Red+Green+Blue) = 216+92+205=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 92 (36.33% from 255 or 17.93% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 216 - color contains mainly: red. Hex color #D85CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85CCD is #27A332. Grayscale: #8D8D8D. Windows color (decimal): -2597683 or 13458648. OLE color: 13458648.
HSL color Cylindrical-coordinate representation of color #D85CCD: hue angle of 305.32º 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 #D85CCD is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 92 | 205 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.15 |
| HSL | 305.32º | 0.61% | 0.6% | - |
| HSV(B) | 305.32º | 0.57% | 0.85% | - |
| XYZ | 43.17 | 26.66 | 60.63 | - |
| YUV | 141.96 | 163.58 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 92 | 205 | 0 | 0.57 | 0.05 | 0.15 | 305.32 | 0.61 | 0.6 |
| Hex | D8 | 5C | CD | 0 | 39 | 5 | F | 131 | 3D | 3C |
| Octal | 330 | 134 | 315 | 0 | 71 | 5 | 17 | 461 | 75 | 74 |
| Binary | 11011000 | 1011100 | 11001101 | 0 | 111001 | 101 | 1111 | 100110001 | 111101 | 111100 |
Color Harmonies of #D85CCD
Complementary color
Monochromatic Colors of #D85CCD
Black with #D85CCD
Text Example
Text Example
White with #D85CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85CCD; }
p { color: rgb(216,92,205); }
H1.HeaderClassName
{
color: #D85CCD;
}
.AnyTagClassName
{
color: #D85CCD;
}
</style>
background-color css
<style>
a { background-color: #D85CCD; }
a { background-color: rgb(216,92,205); }
div.DivClassName
{
background-color: #D85CCD;
}
.BgClassName
{
background-color: #D85CCD;
}
</style>
border-color css
<style>
span { border-color: #D85CCD; }
span { border-color: rgb(216,92,205); }
td.TdClassName
{
border-color: #D85CCD;
}
.TagClassName
{
border-color: #D85CCD;
}
</style>