Html Css Color HEX #D84CE5 Free Speech Magenta
📋 copy color: '#D84CE5'red 216 ◦ green 76 ◦ blue 229
Shades of Free Speech Magenta #D84CE5
Tints of Free Speech Magenta #D84CE5
RGB
CMYK
RGB Variations
Color information
#D84CE5 (or 0xD84CE5) is known color: Free Speech Magenta. HEX triplet: D8, 4C and E5. RGB value is (216,76,229). Sum of RGB (Red+Green+Blue) = 216+76+229=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 76 (30.08% from 255 or 14.59% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 229 - color contains mainly: blue. Hex color #D84CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D84CE5 is #27B31A. Grayscale: #868686. Windows color (decimal): -2601755 or 15027416. OLE color: 15027416.
HSL color Cylindrical-coordinate representation of color #D84CE5: hue angle of 294.9º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D84CE5 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 76 | 229 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.10 |
| HSL | 294.9º | 0.75% | 0.6% | - |
| HSV(B) | 294.9º | 0.67% | 0.9% | - |
| XYZ | 45.05 | 25.42 | 76.66 | - |
| YUV | 135.3 | 180.88 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 76 | 229 | 0.06 | 0.67 | 0 | 0.10 | 294.9 | 0.75 | 0.6 |
| Hex | D8 | 4C | E5 | 6 | 43 | 0 | A | 127 | 4B | 3C |
| Octal | 330 | 114 | 345 | 6 | 103 | 0 | 12 | 447 | 113 | 74 |
| Binary | 11011000 | 1001100 | 11100101 | 110 | 1000011 | 0 | 1010 | 100100111 | 1001011 | 111100 |
Color Harmonies of #D84CE5
Complementary color
Monochromatic Colors of #D84CE5
Black with #D84CE5
Text Example
Text Example
White with #D84CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84CE5; }
p { color: rgb(216,76,229); }
H1.HeaderClassName
{
color: #D84CE5;
}
.AnyTagClassName
{
color: #D84CE5;
}
</style>
background-color css
<style>
a { background-color: #D84CE5; }
a { background-color: rgb(216,76,229); }
div.DivClassName
{
background-color: #D84CE5;
}
.BgClassName
{
background-color: #D84CE5;
}
</style>
border-color css
<style>
span { border-color: #D84CE5; }
span { border-color: rgb(216,76,229); }
td.TdClassName
{
border-color: #D84CE5;
}
.TagClassName
{
border-color: #D84CE5;
}
</style>