Html Css Color HEX #D83ECE Free Speech Magenta
📋 copy color: '#D83ECE'red 216 ◦ green 62 ◦ blue 206
Shades of Free Speech Magenta #D83ECE
Tints of Free Speech Magenta #D83ECE
RGB
CMYK
RGB Variations
Color information
#D83ECE (or 0xD83ECE) is known color: Free Speech Magenta. HEX triplet: D8, 3E and CE. RGB value is (216,62,206). Sum of RGB (Red+Green+Blue) = 216+62+206=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 62 (24.61% from 255 or 12.81% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D83ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83ECE is #27C131. Grayscale: #7C7C7C. Windows color (decimal): -2605362 or 13516504. OLE color: 13516504.
HSL color Cylindrical-coordinate representation of color #D83ECE: hue angle of 303.9º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D83ECE is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 62 | 206 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.15 |
| HSL | 303.9º | 0.66% | 0.55% | - |
| HSV(B) | 303.9º | 0.71% | 0.85% | - |
| XYZ | 41.18 | 22.5 | 60.56 | - |
| YUV | 124.46 | 174.02 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 62 | 206 | 0 | 0.71 | 0.05 | 0.15 | 303.9 | 0.66 | 0.55 |
| Hex | D8 | 3E | CE | 0 | 47 | 5 | F | 130 | 42 | 37 |
| Octal | 330 | 76 | 316 | 0 | 107 | 5 | 17 | 460 | 102 | 67 |
| Binary | 11011000 | 111110 | 11001110 | 0 | 1000111 | 101 | 1111 | 100110000 | 1000010 | 110111 |
Color Harmonies of #D83ECE
Complementary color
Monochromatic Colors of #D83ECE
Black with #D83ECE
Text Example
Text Example
White with #D83ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83ECE; }
p { color: rgb(216,62,206); }
H1.HeaderClassName
{
color: #D83ECE;
}
.AnyTagClassName
{
color: #D83ECE;
}
</style>
background-color css
<style>
a { background-color: #D83ECE; }
a { background-color: rgb(216,62,206); }
div.DivClassName
{
background-color: #D83ECE;
}
.BgClassName
{
background-color: #D83ECE;
}
</style>
border-color css
<style>
span { border-color: #D83ECE; }
span { border-color: rgb(216,62,206); }
td.TdClassName
{
border-color: #D83ECE;
}
.TagClassName
{
border-color: #D83ECE;
}
</style>