Html Css Color HEX #D853D4 Free Speech Magenta
📋 copy color: '#D853D4'red 216 ◦ green 83 ◦ blue 212
Shades of Free Speech Magenta #D853D4
Tints of Free Speech Magenta #D853D4
RGB
CMYK
RGB Variations
Color information
#D853D4 (or 0xD853D4) is known color: Free Speech Magenta. HEX triplet: D8, 53 and D4. RGB value is (216,83,212). Sum of RGB (Red+Green+Blue) = 216+83+212=511 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.27% from 511); Green value is 83 (32.81% from 255 or 16.24% from 511); Blue value is 212 (83.20% from 255 or 41.49% from 511); Max value from RGB is 216 - color contains mainly: red. Hex color #D853D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D853D4 is #27AC2B. Grayscale: #898989. Windows color (decimal): -2599980 or 13915096. OLE color: 13915096.
HSL color Cylindrical-coordinate representation of color #D853D4: hue angle of 301.8º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D853D4 is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 83 | 212 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.15 |
| HSL | 301.8º | 0.63% | 0.59% | - |
| HSV(B) | 301.8º | 0.62% | 0.85% | - |
| XYZ | 43.3 | 25.54 | 64.93 | - |
| YUV | 137.47 | 170.06 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 83 | 212 | 0 | 0.62 | 0.02 | 0.15 | 301.8 | 0.63 | 0.59 |
| Hex | D8 | 53 | D4 | 0 | 3E | 2 | F | 12E | 3F | 3B |
| Octal | 330 | 123 | 324 | 0 | 76 | 2 | 17 | 456 | 77 | 73 |
| Binary | 11011000 | 1010011 | 11010100 | 0 | 111110 | 10 | 1111 | 100101110 | 111111 | 111011 |
Color Harmonies of #D853D4
Complementary color
Monochromatic Colors of #D853D4
Black with #D853D4
Text Example
Text Example
White with #D853D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D853D4; }
p { color: rgb(216,83,212); }
H1.HeaderClassName
{
color: #D853D4;
}
.AnyTagClassName
{
color: #D853D4;
}
</style>
background-color css
<style>
a { background-color: #D853D4; }
a { background-color: rgb(216,83,212); }
div.DivClassName
{
background-color: #D853D4;
}
.BgClassName
{
background-color: #D853D4;
}
</style>
border-color css
<style>
span { border-color: #D853D4; }
span { border-color: rgb(216,83,212); }
td.TdClassName
{
border-color: #D853D4;
}
.TagClassName
{
border-color: #D853D4;
}
</style>