Html Css Color HEX #D851DA Free Speech Magenta
📋 copy color: '#D851DA'red 216 ◦ green 81 ◦ blue 218
Shades of Free Speech Magenta #D851DA
Tints of Free Speech Magenta #D851DA
RGB
CMYK
RGB Variations
Color information
#D851DA (or 0xD851DA) is known color: Free Speech Magenta. HEX triplet: D8, 51 and DA. RGB value is (216,81,218). Sum of RGB (Red+Green+Blue) = 216+81+218=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 81 (32.03% from 255 or 15.73% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #D851DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D851DA is #27AE25. Grayscale: #888888. Windows color (decimal): -2600486 or 14307800. OLE color: 14307800.
HSL color Cylindrical-coordinate representation of color #D851DA: hue angle of 299.12º 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 #D851DA is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 81 | 218 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.15 |
| HSL | 299.12º | 0.65% | 0.59% | - |
| HSV(B) | 299.12º | 0.63% | 0.85% | - |
| XYZ | 43.92 | 25.55 | 68.95 | - |
| YUV | 136.98 | 173.73 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 81 | 218 | 0.01 | 0.63 | 0 | 0.15 | 299.12 | 0.65 | 0.59 |
| Hex | D8 | 51 | DA | 1 | 3F | 0 | F | 12B | 41 | 3B |
| Octal | 330 | 121 | 332 | 1 | 77 | 0 | 17 | 453 | 101 | 73 |
| Binary | 11011000 | 1010001 | 11011010 | 1 | 111111 | 0 | 1111 | 100101011 | 1000001 | 111011 |
Color Harmonies of #D851DA
Complementary color
Monochromatic Colors of #D851DA
Black with #D851DA
Text Example
Text Example
White with #D851DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D851DA; }
p { color: rgb(216,81,218); }
H1.HeaderClassName
{
color: #D851DA;
}
.AnyTagClassName
{
color: #D851DA;
}
</style>
background-color css
<style>
a { background-color: #D851DA; }
a { background-color: rgb(216,81,218); }
div.DivClassName
{
background-color: #D851DA;
}
.BgClassName
{
background-color: #D851DA;
}
</style>
border-color css
<style>
span { border-color: #D851DA; }
span { border-color: rgb(216,81,218); }
td.TdClassName
{
border-color: #D851DA;
}
.TagClassName
{
border-color: #D851DA;
}
</style>