Html Css Color HEX #D853D5 Free Speech Magenta
📋 copy color: '#D853D5'red 216 ◦ green 83 ◦ blue 213
Shades of Free Speech Magenta #D853D5
Tints of Free Speech Magenta #D853D5
RGB
CMYK
RGB Variations
Color information
#D853D5 (or 0xD853D5) is known color: Free Speech Magenta. HEX triplet: D8, 53 and D5. RGB value is (216,83,213). Sum of RGB (Red+Green+Blue) = 216+83+213=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 83 (32.81% from 255 or 16.21% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 216 - color contains mainly: red. Hex color #D853D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D853D5 is #27AC2A. Grayscale: #898989. Windows color (decimal): -2599979 or 13980632. OLE color: 13980632.
HSL color Cylindrical-coordinate representation of color #D853D5: hue angle of 301.35º 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 #D853D5 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 83 | 213 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.15 |
| HSL | 301.35º | 0.63% | 0.59% | - |
| HSV(B) | 301.35º | 0.62% | 0.85% | - |
| XYZ | 43.42 | 25.59 | 65.6 | - |
| YUV | 137.59 | 170.56 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 83 | 213 | 0 | 0.62 | 0.01 | 0.15 | 301.35 | 0.63 | 0.59 |
| Hex | D8 | 53 | D5 | 0 | 3E | 1 | F | 12D | 3F | 3B |
| Octal | 330 | 123 | 325 | 0 | 76 | 1 | 17 | 455 | 77 | 73 |
| Binary | 11011000 | 1010011 | 11010101 | 0 | 111110 | 1 | 1111 | 100101101 | 111111 | 111011 |
Color Harmonies of #D853D5
Complementary color
Monochromatic Colors of #D853D5
Black with #D853D5
Text Example
Text Example
White with #D853D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D853D5; }
p { color: rgb(216,83,213); }
H1.HeaderClassName
{
color: #D853D5;
}
.AnyTagClassName
{
color: #D853D5;
}
</style>
background-color css
<style>
a { background-color: #D853D5; }
a { background-color: rgb(216,83,213); }
div.DivClassName
{
background-color: #D853D5;
}
.BgClassName
{
background-color: #D853D5;
}
</style>
border-color css
<style>
span { border-color: #D853D5; }
span { border-color: rgb(216,83,213); }
td.TdClassName
{
border-color: #D853D5;
}
.TagClassName
{
border-color: #D853D5;
}
</style>