Html Css Color HEX #D454D8 Free Speech Magenta
📋 copy color: '#D454D8'red 212 ◦ green 84 ◦ blue 216
Shades of Free Speech Magenta #D454D8
Tints of Free Speech Magenta #D454D8
RGB
CMYK
RGB Variations
Color information
#D454D8 (or 0xD454D8) is known color: Free Speech Magenta. HEX triplet: D4, 54 and D8. RGB value is (212,84,216). Sum of RGB (Red+Green+Blue) = 212+84+216=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 84 (33.20% from 255 or 16.41% from 512); Blue value is 216 (84.77% from 255 or 42.19% from 512); Max value from RGB is 216 - color contains mainly: blue. Hex color #D454D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D454D8 is #2BAB27. Grayscale: #888888. Windows color (decimal): -2861864 or 14177492. OLE color: 14177492.
HSL color Cylindrical-coordinate representation of color #D454D8: hue angle of 298.18º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D454D8 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 84 | 216 | - |
| CMYK | 0.02 | 0.61 | 0 | 0.15 |
| HSL | 298.18º | 0.63% | 0.59% | - |
| HSV(B) | 298.18º | 0.61% | 0.85% | - |
| XYZ | 42.72 | 25.3 | 67.6 | - |
| YUV | 137.32 | 172.41 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 84 | 216 | 0.02 | 0.61 | 0 | 0.15 | 298.18 | 0.63 | 0.59 |
| Hex | D4 | 54 | D8 | 2 | 3D | 0 | F | 12A | 3F | 3B |
| Octal | 324 | 124 | 330 | 2 | 75 | 0 | 17 | 452 | 77 | 73 |
| Binary | 11010100 | 1010100 | 11011000 | 10 | 111101 | 0 | 1111 | 100101010 | 111111 | 111011 |
Color Harmonies of #D454D8
Complementary color
Monochromatic Colors of #D454D8
Black with #D454D8
Text Example
Text Example
White with #D454D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D454D8; }
p { color: rgb(212,84,216); }
H1.HeaderClassName
{
color: #D454D8;
}
.AnyTagClassName
{
color: #D454D8;
}
</style>
background-color css
<style>
a { background-color: #D454D8; }
a { background-color: rgb(212,84,216); }
div.DivClassName
{
background-color: #D454D8;
}
.BgClassName
{
background-color: #D454D8;
}
</style>
border-color css
<style>
span { border-color: #D454D8; }
span { border-color: rgb(212,84,216); }
td.TdClassName
{
border-color: #D454D8;
}
.TagClassName
{
border-color: #D454D8;
}
</style>