Html Css Color HEX #D24CE5 Free Speech Magenta
📋 copy color: '#D24CE5'red 210 ◦ green 76 ◦ blue 229
Shades of Free Speech Magenta #D24CE5
Tints of Free Speech Magenta #D24CE5
RGB
CMYK
RGB Variations
Color information
#D24CE5 (or 0xD24CE5) is known color: Free Speech Magenta. HEX triplet: D2, 4C and E5. RGB value is (210,76,229). Sum of RGB (Red+Green+Blue) = 210+76+229=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 76 (30.08% from 255 or 14.76% from 515); Blue value is 229 (89.84% from 255 or 44.47% from 515); Max value from RGB is 229 - color contains mainly: blue. Hex color #D24CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24CE5 is #2DB31A. Grayscale: #858585. Windows color (decimal): -2994971 or 15027410. OLE color: 15027410.
HSL color Cylindrical-coordinate representation of color #D24CE5: hue angle of 292.55º 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 #D24CE5 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 76 | 229 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.10 |
| HSL | 292.55º | 0.75% | 0.6% | - |
| HSV(B) | 292.55º | 0.67% | 0.9% | - |
| XYZ | 43.31 | 24.53 | 76.58 | - |
| YUV | 133.51 | 181.89 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 76 | 229 | 0.08 | 0.67 | 0 | 0.10 | 292.55 | 0.75 | 0.6 |
| Hex | D2 | 4C | E5 | 8 | 43 | 0 | A | 125 | 4B | 3C |
| Octal | 322 | 114 | 345 | 10 | 103 | 0 | 12 | 445 | 113 | 74 |
| Binary | 11010010 | 1001100 | 11100101 | 1000 | 1000011 | 0 | 1010 | 100100101 | 1001011 | 111100 |
Color Harmonies of #D24CE5
Complementary color
Monochromatic Colors of #D24CE5
Black with #D24CE5
Text Example
Text Example
White with #D24CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24CE5; }
p { color: rgb(210,76,229); }
H1.HeaderClassName
{
color: #D24CE5;
}
.AnyTagClassName
{
color: #D24CE5;
}
</style>
background-color css
<style>
a { background-color: #D24CE5; }
a { background-color: rgb(210,76,229); }
div.DivClassName
{
background-color: #D24CE5;
}
.BgClassName
{
background-color: #D24CE5;
}
</style>
border-color css
<style>
span { border-color: #D24CE5; }
span { border-color: rgb(210,76,229); }
td.TdClassName
{
border-color: #D24CE5;
}
.TagClassName
{
border-color: #D24CE5;
}
</style>