Html Css Color HEX #D53CEF Free Speech Magenta
📋 copy color: '#D53CEF'red 213 ◦ green 60 ◦ blue 239
Shades of Free Speech Magenta #D53CEF
Tints of Free Speech Magenta #D53CEF
RGB
CMYK
RGB Variations
Color information
#D53CEF (or 0xD53CEF) is known color: Free Speech Magenta. HEX triplet: D5, 3C and EF. RGB value is (213,60,239). Sum of RGB (Red+Green+Blue) = 213+60+239=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 60 (23.83% from 255 or 11.72% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #D53CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D53CEF is #2AC310. Grayscale: #7D7D7D. Windows color (decimal): -2802449 or 15678677. OLE color: 15678677.
HSL color Cylindrical-coordinate representation of color #D53CEF: hue angle of 291.28º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D53CEF is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 60 | 239 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.06 |
| HSL | 291.28º | 0.85% | 0.59% | - |
| HSV(B) | 291.28º | 0.75% | 0.94% | - |
| XYZ | 44.64 | 23.61 | 83.87 | - |
| YUV | 126.15 | 191.69 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 60 | 239 | 0.11 | 0.75 | 0 | 0.06 | 291.28 | 0.85 | 0.59 |
| Hex | D5 | 3C | EF | B | 4B | 0 | 6 | 123 | 55 | 3B |
| Octal | 325 | 74 | 357 | 13 | 113 | 0 | 6 | 443 | 125 | 73 |
| Binary | 11010101 | 111100 | 11101111 | 1011 | 1001011 | 0 | 110 | 100100011 | 1010101 | 111011 |
Color Harmonies of #D53CEF
Complementary color
Monochromatic Colors of #D53CEF
Black with #D53CEF
Text Example
Text Example
White with #D53CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53CEF; }
p { color: rgb(213,60,239); }
H1.HeaderClassName
{
color: #D53CEF;
}
.AnyTagClassName
{
color: #D53CEF;
}
</style>
background-color css
<style>
a { background-color: #D53CEF; }
a { background-color: rgb(213,60,239); }
div.DivClassName
{
background-color: #D53CEF;
}
.BgClassName
{
background-color: #D53CEF;
}
</style>
border-color css
<style>
span { border-color: #D53CEF; }
span { border-color: rgb(213,60,239); }
td.TdClassName
{
border-color: #D53CEF;
}
.TagClassName
{
border-color: #D53CEF;
}
</style>