Html Css Color HEX #D852D4 Free Speech Magenta
📋 copy color: '#D852D4'red 216 ◦ green 82 ◦ blue 212
Shades of Free Speech Magenta #D852D4
Tints of Free Speech Magenta #D852D4
RGB
CMYK
RGB Variations
Color information
#D852D4 (or 0xD852D4) is known color: Free Speech Magenta. HEX triplet: D8, 52 and D4. RGB value is (216,82,212). Sum of RGB (Red+Green+Blue) = 216+82+212=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 82 (32.42% from 255 or 16.08% from 510); Blue value is 212 (83.20% from 255 or 41.57% from 510); Max value from RGB is 216 - color contains mainly: red. Hex color #D852D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D852D4 is #27AD2B. Grayscale: #888888. Windows color (decimal): -2600236 or 13914840. OLE color: 13914840.
HSL color Cylindrical-coordinate representation of color #D852D4: hue angle of 301.79º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D852D4 is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 82 | 212 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.15 |
| HSL | 301.79º | 0.63% | 0.58% | - |
| HSV(B) | 301.79º | 0.62% | 0.85% | - |
| XYZ | 43.22 | 25.39 | 64.91 | - |
| YUV | 136.89 | 170.39 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 82 | 212 | 0 | 0.62 | 0.02 | 0.15 | 301.79 | 0.63 | 0.58 |
| Hex | D8 | 52 | D4 | 0 | 3E | 2 | F | 12E | 3F | 3A |
| Octal | 330 | 122 | 324 | 0 | 76 | 2 | 17 | 456 | 77 | 72 |
| Binary | 11011000 | 1010010 | 11010100 | 0 | 111110 | 10 | 1111 | 100101110 | 111111 | 111010 |
Color Harmonies of #D852D4
Complementary color
Monochromatic Colors of #D852D4
Black with #D852D4
Text Example
Text Example
White with #D852D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D852D4; }
p { color: rgb(216,82,212); }
H1.HeaderClassName
{
color: #D852D4;
}
.AnyTagClassName
{
color: #D852D4;
}
</style>
background-color css
<style>
a { background-color: #D852D4; }
a { background-color: rgb(216,82,212); }
div.DivClassName
{
background-color: #D852D4;
}
.BgClassName
{
background-color: #D852D4;
}
</style>
border-color css
<style>
span { border-color: #D852D4; }
span { border-color: rgb(216,82,212); }
td.TdClassName
{
border-color: #D852D4;
}
.TagClassName
{
border-color: #D852D4;
}
</style>