Html Css Color HEX #D051D4 Free Speech Magenta
📋 copy color: '#D051D4'red 208 ◦ green 81 ◦ blue 212
Shades of Free Speech Magenta #D051D4
Tints of Free Speech Magenta #D051D4
RGB
CMYK
RGB Variations
Color information
#D051D4 (or 0xD051D4) is known color: Free Speech Magenta. HEX triplet: D0, 51 and D4. RGB value is (208,81,212). Sum of RGB (Red+Green+Blue) = 208+81+212=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 81 (32.03% from 255 or 16.17% from 501); Blue value is 212 (83.20% from 255 or 42.32% from 501); Max value from RGB is 212 - color contains mainly: blue. Hex color #D051D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D051D4 is #2FAE2B. Grayscale: #858585. Windows color (decimal): -3124780 or 13914576. OLE color: 13914576.
HSL color Cylindrical-coordinate representation of color #D051D4: hue angle of 298.17º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D051D4 is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 81 | 212 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.17 |
| HSL | 298.17º | 0.6% | 0.57% | - |
| HSV(B) | 298.17º | 0.62% | 0.83% | - |
| XYZ | 40.84 | 24.05 | 64.78 | - |
| YUV | 133.91 | 172.08 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 81 | 212 | 0.02 | 0.62 | 0 | 0.17 | 298.17 | 0.6 | 0.57 |
| Hex | D0 | 51 | D4 | 2 | 3E | 0 | 11 | 12A | 3C | 39 |
| Octal | 320 | 121 | 324 | 2 | 76 | 0 | 21 | 452 | 74 | 71 |
| Binary | 11010000 | 1010001 | 11010100 | 10 | 111110 | 0 | 10001 | 100101010 | 111100 | 111001 |
Color Harmonies of #D051D4
Complementary color
Monochromatic Colors of #D051D4
Black with #D051D4
Text Example
Text Example
White with #D051D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D051D4; }
p { color: rgb(208,81,212); }
H1.HeaderClassName
{
color: #D051D4;
}
.AnyTagClassName
{
color: #D051D4;
}
</style>
background-color css
<style>
a { background-color: #D051D4; }
a { background-color: rgb(208,81,212); }
div.DivClassName
{
background-color: #D051D4;
}
.BgClassName
{
background-color: #D051D4;
}
</style>
border-color css
<style>
span { border-color: #D051D4; }
span { border-color: rgb(208,81,212); }
td.TdClassName
{
border-color: #D051D4;
}
.TagClassName
{
border-color: #D051D4;
}
</style>