Html Css Color HEX #D853C2 Free Speech Magenta
📋 copy color: '#D853C2'red 216 ◦ green 83 ◦ blue 194
Shades of Free Speech Magenta #D853C2
Tints of Free Speech Magenta #D853C2
RGB
CMYK
RGB Variations
Color information
#D853C2 (or 0xD853C2) is known color: Free Speech Magenta. HEX triplet: D8, 53 and C2. RGB value is (216,83,194). Sum of RGB (Red+Green+Blue) = 216+83+194=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 83 (32.81% from 255 or 16.84% from 493); Blue value is 194 (76.17% from 255 or 39.35% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D853C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D853C2 is #27AC3D. Grayscale: #878787. Windows color (decimal): -2599998 or 12735448. OLE color: 12735448.
HSL color Cylindrical-coordinate representation of color #D853C2: hue angle of 309.92º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D853C2 is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 83 | 194 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.15 |
| HSL | 309.92º | 0.63% | 0.59% | - |
| HSV(B) | 309.92º | 0.62% | 0.85% | - |
| XYZ | 41.15 | 24.68 | 53.63 | - |
| YUV | 135.42 | 161.06 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 83 | 194 | 0 | 0.62 | 0.10 | 0.15 | 309.92 | 0.63 | 0.59 |
| Hex | D8 | 53 | C2 | 0 | 3E | A | F | 136 | 3F | 3B |
| Octal | 330 | 123 | 302 | 0 | 76 | 12 | 17 | 466 | 77 | 73 |
| Binary | 11011000 | 1010011 | 11000010 | 0 | 111110 | 1010 | 1111 | 100110110 | 111111 | 111011 |
Color Harmonies of #D853C2
Complementary color
Monochromatic Colors of #D853C2
Black with #D853C2
Text Example
Text Example
White with #D853C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D853C2; }
p { color: rgb(216,83,194); }
H1.HeaderClassName
{
color: #D853C2;
}
.AnyTagClassName
{
color: #D853C2;
}
</style>
background-color css
<style>
a { background-color: #D853C2; }
a { background-color: rgb(216,83,194); }
div.DivClassName
{
background-color: #D853C2;
}
.BgClassName
{
background-color: #D853C2;
}
</style>
border-color css
<style>
span { border-color: #D853C2; }
span { border-color: rgb(216,83,194); }
td.TdClassName
{
border-color: #D853C2;
}
.TagClassName
{
border-color: #D853C2;
}
</style>