Html Css Color HEX #D840CE Free Speech Magenta
📋 copy color: '#D840CE'red 216 ◦ green 64 ◦ blue 206
Shades of Free Speech Magenta #D840CE
Tints of Free Speech Magenta #D840CE
RGB
CMYK
RGB Variations
Color information
#D840CE (or 0xD840CE) is known color: Free Speech Magenta. HEX triplet: D8, 40 and CE. RGB value is (216,64,206). Sum of RGB (Red+Green+Blue) = 216+64+206=486 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.44% from 486); Green value is 64 (25.39% from 255 or 13.17% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 216 - color contains mainly: red. Hex color #D840CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D840CE is #27BF31. Grayscale: #7D7D7D. Windows color (decimal): -2604850 or 13517016. OLE color: 13517016.
HSL color Cylindrical-coordinate representation of color #D840CE: hue angle of 303.95º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D840CE is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 64 | 206 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.15 |
| HSL | 303.95º | 0.66% | 0.55% | - |
| HSV(B) | 303.95º | 0.7% | 0.85% | - |
| XYZ | 41.29 | 22.72 | 60.6 | - |
| YUV | 125.64 | 173.36 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 64 | 206 | 0 | 0.70 | 0.05 | 0.15 | 303.95 | 0.66 | 0.55 |
| Hex | D8 | 40 | CE | 0 | 46 | 5 | F | 130 | 42 | 37 |
| Octal | 330 | 100 | 316 | 0 | 106 | 5 | 17 | 460 | 102 | 67 |
| Binary | 11011000 | 1000000 | 11001110 | 0 | 1000110 | 101 | 1111 | 100110000 | 1000010 | 110111 |
Color Harmonies of #D840CE
Complementary color
Monochromatic Colors of #D840CE
Black with #D840CE
Text Example
Text Example
White with #D840CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D840CE; }
p { color: rgb(216,64,206); }
H1.HeaderClassName
{
color: #D840CE;
}
.AnyTagClassName
{
color: #D840CE;
}
</style>
background-color css
<style>
a { background-color: #D840CE; }
a { background-color: rgb(216,64,206); }
div.DivClassName
{
background-color: #D840CE;
}
.BgClassName
{
background-color: #D840CE;
}
</style>
border-color css
<style>
span { border-color: #D840CE; }
span { border-color: rgb(216,64,206); }
td.TdClassName
{
border-color: #D840CE;
}
.TagClassName
{
border-color: #D840CE;
}
</style>