Html Css Color HEX #D834CE Free Speech Magenta
📋 copy color: '#D834CE'red 216 ◦ green 52 ◦ blue 206
Shades of Free Speech Magenta #D834CE
Tints of Free Speech Magenta #D834CE
RGB
CMYK
RGB Variations
Color information
#D834CE (or 0xD834CE) is known color: Free Speech Magenta. HEX triplet: D8, 34 and CE. RGB value is (216,52,206). Sum of RGB (Red+Green+Blue) = 216+52+206=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 52 (20.70% from 255 or 10.97% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 216 - color contains mainly: red. Hex color #D834CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D834CE is #27CB31. Grayscale: #767676. Windows color (decimal): -2607922 or 13513944. OLE color: 13513944.
HSL color Cylindrical-coordinate representation of color #D834CE: hue angle of 303.66º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D834CE is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 52 | 206 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.15 |
| HSL | 303.66º | 0.68% | 0.53% | - |
| HSV(B) | 303.66º | 0.76% | 0.85% | - |
| XYZ | 40.69 | 21.51 | 60.4 | - |
| YUV | 118.59 | 177.33 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 52 | 206 | 0 | 0.76 | 0.05 | 0.15 | 303.66 | 0.68 | 0.53 |
| Hex | D8 | 34 | CE | 0 | 4C | 5 | F | 130 | 44 | 35 |
| Octal | 330 | 64 | 316 | 0 | 114 | 5 | 17 | 460 | 104 | 65 |
| Binary | 11011000 | 110100 | 11001110 | 0 | 1001100 | 101 | 1111 | 100110000 | 1000100 | 110101 |
Color Harmonies of #D834CE
Complementary color
Monochromatic Colors of #D834CE
Black with #D834CE
Text Example
Text Example
White with #D834CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D834CE; }
p { color: rgb(216,52,206); }
H1.HeaderClassName
{
color: #D834CE;
}
.AnyTagClassName
{
color: #D834CE;
}
</style>
background-color css
<style>
a { background-color: #D834CE; }
a { background-color: rgb(216,52,206); }
div.DivClassName
{
background-color: #D834CE;
}
.BgClassName
{
background-color: #D834CE;
}
</style>
border-color css
<style>
span { border-color: #D834CE; }
span { border-color: rgb(216,52,206); }
td.TdClassName
{
border-color: #D834CE;
}
.TagClassName
{
border-color: #D834CE;
}
</style>