Html Css Color HEX #D838CE Free Speech Magenta
📋 copy color: '#D838CE'red 216 ◦ green 56 ◦ blue 206
Shades of Free Speech Magenta #D838CE
Tints of Free Speech Magenta #D838CE
RGB
CMYK
RGB Variations
Color information
#D838CE (or 0xD838CE) is known color: Free Speech Magenta. HEX triplet: D8, 38 and CE. RGB value is (216,56,206). Sum of RGB (Red+Green+Blue) = 216+56+206=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 56 (22.27% from 255 or 11.72% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 216 - color contains mainly: red. Hex color #D838CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D838CE is #27C731. Grayscale: #787878. Windows color (decimal): -2606898 or 13514968. OLE color: 13514968.
HSL color Cylindrical-coordinate representation of color #D838CE: hue angle of 303.75º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D838CE is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 56 | 206 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.15 |
| HSL | 303.75º | 0.67% | 0.53% | - |
| HSV(B) | 303.75º | 0.74% | 0.85% | - |
| XYZ | 40.87 | 21.88 | 60.46 | - |
| YUV | 120.94 | 176.01 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 56 | 206 | 0 | 0.74 | 0.05 | 0.15 | 303.75 | 0.67 | 0.53 |
| Hex | D8 | 38 | CE | 0 | 4A | 5 | F | 130 | 43 | 35 |
| Octal | 330 | 70 | 316 | 0 | 112 | 5 | 17 | 460 | 103 | 65 |
| Binary | 11011000 | 111000 | 11001110 | 0 | 1001010 | 101 | 1111 | 100110000 | 1000011 | 110101 |
Color Harmonies of #D838CE
Complementary color
Monochromatic Colors of #D838CE
Black with #D838CE
Text Example
Text Example
White with #D838CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D838CE; }
p { color: rgb(216,56,206); }
H1.HeaderClassName
{
color: #D838CE;
}
.AnyTagClassName
{
color: #D838CE;
}
</style>
background-color css
<style>
a { background-color: #D838CE; }
a { background-color: rgb(216,56,206); }
div.DivClassName
{
background-color: #D838CE;
}
.BgClassName
{
background-color: #D838CE;
}
</style>
border-color css
<style>
span { border-color: #D838CE; }
span { border-color: rgb(216,56,206); }
td.TdClassName
{
border-color: #D838CE;
}
.TagClassName
{
border-color: #D838CE;
}
</style>