Html Css Color HEX #D451DC Free Speech Magenta
📋 copy color: '#D451DC'red 212 ◦ green 81 ◦ blue 220
Shades of Free Speech Magenta #D451DC
Tints of Free Speech Magenta #D451DC
RGB
CMYK
RGB Variations
Color information
#D451DC (or 0xD451DC) is known color: Free Speech Magenta. HEX triplet: D4, 51 and DC. RGB value is (212,81,220). Sum of RGB (Red+Green+Blue) = 212+81+220=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 81 (32.03% from 255 or 15.79% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #D451DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D451DC is #2BAE23. Grayscale: #878787. Windows color (decimal): -2862628 or 14438868. OLE color: 14438868.
HSL color Cylindrical-coordinate representation of color #D451DC: hue angle of 296.55º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D451DC is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 81 | 220 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.14 |
| HSL | 296.55º | 0.67% | 0.59% | - |
| HSV(B) | 296.55º | 0.63% | 0.86% | - |
| XYZ | 43.01 | 25.05 | 70.28 | - |
| YUV | 136.02 | 175.4 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 81 | 220 | 0.04 | 0.63 | 0 | 0.14 | 296.55 | 0.67 | 0.59 |
| Hex | D4 | 51 | DC | 4 | 3F | 0 | E | 129 | 43 | 3B |
| Octal | 324 | 121 | 334 | 4 | 77 | 0 | 16 | 451 | 103 | 73 |
| Binary | 11010100 | 1010001 | 11011100 | 100 | 111111 | 0 | 1110 | 100101001 | 1000011 | 111011 |
Color Harmonies of #D451DC
Complementary color
Monochromatic Colors of #D451DC
Black with #D451DC
Text Example
Text Example
White with #D451DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D451DC; }
p { color: rgb(212,81,220); }
H1.HeaderClassName
{
color: #D451DC;
}
.AnyTagClassName
{
color: #D451DC;
}
</style>
background-color css
<style>
a { background-color: #D451DC; }
a { background-color: rgb(212,81,220); }
div.DivClassName
{
background-color: #D451DC;
}
.BgClassName
{
background-color: #D451DC;
}
</style>
border-color css
<style>
span { border-color: #D451DC; }
span { border-color: rgb(212,81,220); }
td.TdClassName
{
border-color: #D451DC;
}
.TagClassName
{
border-color: #D451DC;
}
</style>