Html Css Color HEX #D83CE4 Free Speech Magenta
📋 copy color: '#D83CE4'red 216 ◦ green 60 ◦ blue 228
Shades of Free Speech Magenta #D83CE4
Tints of Free Speech Magenta #D83CE4
RGB
CMYK
RGB Variations
Color information
#D83CE4 (or 0xD83CE4) is known color: Free Speech Magenta. HEX triplet: D8, 3C and E4. RGB value is (216,60,228). Sum of RGB (Red+Green+Blue) = 216+60+228=504 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.86% from 504); Green value is 60 (23.83% from 255 or 11.90% from 504); Blue value is 228 (89.45% from 255 or 45.24% from 504); Max value from RGB is 228 - color contains mainly: blue. Hex color #D83CE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83CE4 is #27C31B. Grayscale: #7D7D7D. Windows color (decimal): -2605852 or 14957784. OLE color: 14957784.
HSL color Cylindrical-coordinate representation of color #D83CE4: hue angle of 295.71º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D83CE4 is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 216 | 60 | 228 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.11 |
| HSL | 295.71º | 0.76% | 0.56% | - |
| HSV(B) | 295.71º | 0.74% | 0.89% | - |
| XYZ | 43.94 | 23.43 | 75.61 | - |
| YUV | 125.8 | 185.68 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 60 | 228 | 0.05 | 0.74 | 0 | 0.11 | 295.71 | 0.76 | 0.56 |
| Hex | D8 | 3C | E4 | 5 | 4A | 0 | B | 128 | 4C | 38 |
| Octal | 330 | 74 | 344 | 5 | 112 | 0 | 13 | 450 | 114 | 70 |
| Binary | 11011000 | 111100 | 11100100 | 101 | 1001010 | 0 | 1011 | 100101000 | 1001100 | 111000 |
Color Harmonies of #D83CE4
Complementary color
Monochromatic Colors of #D83CE4
Black with #D83CE4
Text Example
Text Example
White with #D83CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83CE4; }
p { color: rgb(216,60,228); }
H1.HeaderClassName
{
color: #D83CE4;
}
.AnyTagClassName
{
color: #D83CE4;
}
</style>
background-color css
<style>
a { background-color: #D83CE4; }
a { background-color: rgb(216,60,228); }
div.DivClassName
{
background-color: #D83CE4;
}
.BgClassName
{
background-color: #D83CE4;
}
</style>
border-color css
<style>
span { border-color: #D83CE4; }
span { border-color: rgb(216,60,228); }
td.TdClassName
{
border-color: #D83CE4;
}
.TagClassName
{
border-color: #D83CE4;
}
</style>