Html Css Color HEX #D852D0 Free Speech Magenta
📋 copy color: '#D852D0'red 216 ◦ green 82 ◦ blue 208
Shades of Free Speech Magenta #D852D0
Tints of Free Speech Magenta #D852D0
RGB
CMYK
RGB Variations
Color information
#D852D0 (or 0xD852D0) is known color: Free Speech Magenta. HEX triplet: D8, 52 and D0. RGB value is (216,82,208). Sum of RGB (Red+Green+Blue) = 216+82+208=506 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.69% from 506); Green value is 82 (32.42% from 255 or 16.21% from 506); Blue value is 208 (81.64% from 255 or 41.11% from 506); Max value from RGB is 216 - color contains mainly: red. Hex color #D852D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D852D0 is #27AD2F. Grayscale: #888888. Windows color (decimal): -2600240 or 13652696. OLE color: 13652696.
HSL color Cylindrical-coordinate representation of color #D852D0: hue angle of 303.58º 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 #D852D0 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 82 | 208 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.15 |
| HSL | 303.58º | 0.63% | 0.58% | - |
| HSV(B) | 303.58º | 0.62% | 0.85% | - |
| XYZ | 42.72 | 25.19 | 62.28 | - |
| YUV | 136.43 | 168.39 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 82 | 208 | 0 | 0.62 | 0.04 | 0.15 | 303.58 | 0.63 | 0.58 |
| Hex | D8 | 52 | D0 | 0 | 3E | 4 | F | 130 | 3F | 3A |
| Octal | 330 | 122 | 320 | 0 | 76 | 4 | 17 | 460 | 77 | 72 |
| Binary | 11011000 | 1010010 | 11010000 | 0 | 111110 | 100 | 1111 | 100110000 | 111111 | 111010 |
Color Harmonies of #D852D0
Complementary color
Monochromatic Colors of #D852D0
Black with #D852D0
Text Example
Text Example
White with #D852D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D852D0; }
p { color: rgb(216,82,208); }
H1.HeaderClassName
{
color: #D852D0;
}
.AnyTagClassName
{
color: #D852D0;
}
</style>
background-color css
<style>
a { background-color: #D852D0; }
a { background-color: rgb(216,82,208); }
div.DivClassName
{
background-color: #D852D0;
}
.BgClassName
{
background-color: #D852D0;
}
</style>
border-color css
<style>
span { border-color: #D852D0; }
span { border-color: rgb(216,82,208); }
td.TdClassName
{
border-color: #D852D0;
}
.TagClassName
{
border-color: #D852D0;
}
</style>