Html Css Color HEX #D051DA Free Speech Magenta
📋 copy color: '#D051DA'red 208 ◦ green 81 ◦ blue 218
Shades of Free Speech Magenta #D051DA
Tints of Free Speech Magenta #D051DA
RGB
CMYK
RGB Variations
Color information
#D051DA (or 0xD051DA) is known color: Free Speech Magenta. HEX triplet: D0, 51 and DA. RGB value is (208,81,218). Sum of RGB (Red+Green+Blue) = 208+81+218=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 81 (32.03% from 255 or 15.98% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #D051DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D051DA is #2FAE25. Grayscale: #868686. Windows color (decimal): -3124774 or 14307792. OLE color: 14307792.
HSL color Cylindrical-coordinate representation of color #D051DA: hue angle of 295.62º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D051DA is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 81 | 218 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.15 |
| HSL | 295.62º | 0.65% | 0.59% | - |
| HSV(B) | 295.62º | 0.63% | 0.85% | - |
| XYZ | 41.61 | 24.36 | 68.84 | - |
| YUV | 134.59 | 175.08 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 81 | 218 | 0.05 | 0.63 | 0 | 0.15 | 295.62 | 0.65 | 0.59 |
| Hex | D0 | 51 | DA | 5 | 3F | 0 | F | 128 | 41 | 3B |
| Octal | 320 | 121 | 332 | 5 | 77 | 0 | 17 | 450 | 101 | 73 |
| Binary | 11010000 | 1010001 | 11011010 | 101 | 111111 | 0 | 1111 | 100101000 | 1000001 | 111011 |
Color Harmonies of #D051DA
Complementary color
Monochromatic Colors of #D051DA
Black with #D051DA
Text Example
Text Example
White with #D051DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D051DA; }
p { color: rgb(208,81,218); }
H1.HeaderClassName
{
color: #D051DA;
}
.AnyTagClassName
{
color: #D051DA;
}
</style>
background-color css
<style>
a { background-color: #D051DA; }
a { background-color: rgb(208,81,218); }
div.DivClassName
{
background-color: #D051DA;
}
.BgClassName
{
background-color: #D051DA;
}
</style>
border-color css
<style>
span { border-color: #D051DA; }
span { border-color: rgb(208,81,218); }
td.TdClassName
{
border-color: #D051DA;
}
.TagClassName
{
border-color: #D051DA;
}
</style>