Html Css Color HEX #D854C2 Free Speech Magenta
📋 copy color: '#D854C2'red 216 ◦ green 84 ◦ blue 194
Shades of Free Speech Magenta #D854C2
Tints of Free Speech Magenta #D854C2
RGB
CMYK
RGB Variations
Color information
#D854C2 (or 0xD854C2) is known color: Free Speech Magenta. HEX triplet: D8, 54 and C2. RGB value is (216,84,194). Sum of RGB (Red+Green+Blue) = 216+84+194=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 84 (33.20% from 255 or 17.00% from 494); Blue value is 194 (76.17% from 255 or 39.27% from 494); Max value from RGB is 216 - color contains mainly: red. Hex color #D854C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D854C2 is #27AB3D. Grayscale: #878787. Windows color (decimal): -2599742 or 12735704. OLE color: 12735704.
HSL color Cylindrical-coordinate representation of color #D854C2: hue angle of 310º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D854C2 is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 84 | 194 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.15 |
| HSL | 310º | 0.63% | 0.59% | - |
| HSV(B) | 310º | 0.61% | 0.85% | - |
| XYZ | 41.23 | 24.83 | 53.66 | - |
| YUV | 136.01 | 160.73 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 84 | 194 | 0 | 0.61 | 0.10 | 0.15 | 310 | 0.63 | 0.59 |
| Hex | D8 | 54 | C2 | 0 | 3D | A | F | 136 | 3F | 3B |
| Octal | 330 | 124 | 302 | 0 | 75 | 12 | 17 | 466 | 77 | 73 |
| Binary | 11011000 | 1010100 | 11000010 | 0 | 111101 | 1010 | 1111 | 100110110 | 111111 | 111011 |
Color Harmonies of #D854C2
Complementary color
Monochromatic Colors of #D854C2
Black with #D854C2
Text Example
Text Example
White with #D854C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D854C2; }
p { color: rgb(216,84,194); }
H1.HeaderClassName
{
color: #D854C2;
}
.AnyTagClassName
{
color: #D854C2;
}
</style>
background-color css
<style>
a { background-color: #D854C2; }
a { background-color: rgb(216,84,194); }
div.DivClassName
{
background-color: #D854C2;
}
.BgClassName
{
background-color: #D854C2;
}
</style>
border-color css
<style>
span { border-color: #D854C2; }
span { border-color: rgb(216,84,194); }
td.TdClassName
{
border-color: #D854C2;
}
.TagClassName
{
border-color: #D854C2;
}
</style>