Html Css Color HEX #D453D8 Free Speech Magenta
📋 copy color: '#D453D8'red 212 ◦ green 83 ◦ blue 216
Shades of Free Speech Magenta #D453D8
Tints of Free Speech Magenta #D453D8
RGB
CMYK
RGB Variations
Color information
#D453D8 (or 0xD453D8) is known color: Free Speech Magenta. HEX triplet: D4, 53 and D8. RGB value is (212,83,216). Sum of RGB (Red+Green+Blue) = 212+83+216=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 83 (32.81% from 255 or 16.24% from 511); Blue value is 216 (84.77% from 255 or 42.27% from 511); Max value from RGB is 216 - color contains mainly: blue. Hex color #D453D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D453D8 is #2BAC27. Grayscale: #888888. Windows color (decimal): -2862120 or 14177236. OLE color: 14177236.
HSL color Cylindrical-coordinate representation of color #D453D8: hue angle of 298.2º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D453D8 is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 83 | 216 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.15 |
| HSL | 298.2º | 0.63% | 0.59% | - |
| HSV(B) | 298.2º | 0.62% | 0.85% | - |
| XYZ | 42.64 | 25.14 | 67.57 | - |
| YUV | 136.73 | 172.74 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 83 | 216 | 0.02 | 0.62 | 0 | 0.15 | 298.2 | 0.63 | 0.59 |
| Hex | D4 | 53 | D8 | 2 | 3E | 0 | F | 12A | 3F | 3B |
| Octal | 324 | 123 | 330 | 2 | 76 | 0 | 17 | 452 | 77 | 73 |
| Binary | 11010100 | 1010011 | 11011000 | 10 | 111110 | 0 | 1111 | 100101010 | 111111 | 111011 |
Color Harmonies of #D453D8
Complementary color
Monochromatic Colors of #D453D8
Black with #D453D8
Text Example
Text Example
White with #D453D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D453D8; }
p { color: rgb(212,83,216); }
H1.HeaderClassName
{
color: #D453D8;
}
.AnyTagClassName
{
color: #D453D8;
}
</style>
background-color css
<style>
a { background-color: #D453D8; }
a { background-color: rgb(212,83,216); }
div.DivClassName
{
background-color: #D453D8;
}
.BgClassName
{
background-color: #D453D8;
}
</style>
border-color css
<style>
span { border-color: #D453D8; }
span { border-color: rgb(212,83,216); }
td.TdClassName
{
border-color: #D453D8;
}
.TagClassName
{
border-color: #D453D8;
}
</style>