Html Css Color HEX #D833DA Free Speech Magenta
📋 copy color: '#D833DA'red 216 ◦ green 51 ◦ blue 218
Shades of Free Speech Magenta #D833DA
Tints of Free Speech Magenta #D833DA
RGB
CMYK
RGB Variations
Color information
#D833DA (or 0xD833DA) is known color: Free Speech Magenta. HEX triplet: D8, 33 and DA. RGB value is (216,51,218). Sum of RGB (Red+Green+Blue) = 216+51+218=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 51 (20.31% from 255 or 10.52% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #D833DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D833DA is #27CC25. Grayscale: #767676. Windows color (decimal): -2608166 or 14300120. OLE color: 14300120.
HSL color Cylindrical-coordinate representation of color #D833DA: hue angle of 299.28º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D833DA is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 51 | 218 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.15 |
| HSL | 299.28º | 0.69% | 0.53% | - |
| HSV(B) | 299.28º | 0.77% | 0.85% | - |
| XYZ | 42.16 | 22.03 | 68.36 | - |
| YUV | 119.37 | 183.66 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 51 | 218 | 0.01 | 0.77 | 0 | 0.15 | 299.28 | 0.69 | 0.53 |
| Hex | D8 | 33 | DA | 1 | 4D | 0 | F | 12B | 45 | 35 |
| Octal | 330 | 63 | 332 | 1 | 115 | 0 | 17 | 453 | 105 | 65 |
| Binary | 11011000 | 110011 | 11011010 | 1 | 1001101 | 0 | 1111 | 100101011 | 1000101 | 110101 |
Color Harmonies of #D833DA
Complementary color
Monochromatic Colors of #D833DA
Black with #D833DA
Text Example
Text Example
White with #D833DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D833DA; }
p { color: rgb(216,51,218); }
H1.HeaderClassName
{
color: #D833DA;
}
.AnyTagClassName
{
color: #D833DA;
}
</style>
background-color css
<style>
a { background-color: #D833DA; }
a { background-color: rgb(216,51,218); }
div.DivClassName
{
background-color: #D833DA;
}
.BgClassName
{
background-color: #D833DA;
}
</style>
border-color css
<style>
span { border-color: #D833DA; }
span { border-color: rgb(216,51,218); }
td.TdClassName
{
border-color: #D833DA;
}
.TagClassName
{
border-color: #D833DA;
}
</style>