Html Css Color HEX #D85CDD Free Speech Magenta
📋 copy color: '#D85CDD'red 216 ◦ green 92 ◦ blue 221
Shades of Free Speech Magenta #D85CDD
Tints of Free Speech Magenta #D85CDD
RGB
CMYK
RGB Variations
Color information
#D85CDD (or 0xD85CDD) is known color: Free Speech Magenta. HEX triplet: D8, 5C and DD. RGB value is (216,92,221). Sum of RGB (Red+Green+Blue) = 216+92+221=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 92 (36.33% from 255 or 17.39% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #D85CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85CDD is #27A322. Grayscale: #8F8F8F. Windows color (decimal): -2597667 or 14507224. OLE color: 14507224.
HSL color Cylindrical-coordinate representation of color #D85CDD: hue angle of 297.67º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D85CDD is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 92 | 221 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.13 |
| HSL | 297.67º | 0.65% | 0.61% | - |
| HSV(B) | 297.67º | 0.58% | 0.87% | - |
| XYZ | 45.2 | 27.47 | 71.33 | - |
| YUV | 143.78 | 171.58 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 92 | 221 | 0.02 | 0.58 | 0 | 0.13 | 297.67 | 0.65 | 0.61 |
| Hex | D8 | 5C | DD | 2 | 3A | 0 | D | 12A | 41 | 3D |
| Octal | 330 | 134 | 335 | 2 | 72 | 0 | 15 | 452 | 101 | 75 |
| Binary | 11011000 | 1011100 | 11011101 | 10 | 111010 | 0 | 1101 | 100101010 | 1000001 | 111101 |
Color Harmonies of #D85CDD
Complementary color
Monochromatic Colors of #D85CDD
Black with #D85CDD
Text Example
Text Example
White with #D85CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85CDD; }
p { color: rgb(216,92,221); }
H1.HeaderClassName
{
color: #D85CDD;
}
.AnyTagClassName
{
color: #D85CDD;
}
</style>
background-color css
<style>
a { background-color: #D85CDD; }
a { background-color: rgb(216,92,221); }
div.DivClassName
{
background-color: #D85CDD;
}
.BgClassName
{
background-color: #D85CDD;
}
</style>
border-color css
<style>
span { border-color: #D85CDD; }
span { border-color: rgb(216,92,221); }
td.TdClassName
{
border-color: #D85CDD;
}
.TagClassName
{
border-color: #D85CDD;
}
</style>