Html Css Color HEX #D845D0 Free Speech Magenta
📋 copy color: '#D845D0'red 216 ◦ green 69 ◦ blue 208
Shades of Free Speech Magenta #D845D0
Tints of Free Speech Magenta #D845D0
RGB
CMYK
RGB Variations
Color information
#D845D0 (or 0xD845D0) is known color: Free Speech Magenta. HEX triplet: D8, 45 and D0. RGB value is (216,69,208). Sum of RGB (Red+Green+Blue) = 216+69+208=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 69 (27.34% from 255 or 14.00% from 493); Blue value is 208 (81.64% from 255 or 42.19% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D845D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D845D0 is #27BA2F. Grayscale: #808080. Windows color (decimal): -2603568 or 13649368. OLE color: 13649368.
HSL color Cylindrical-coordinate representation of color #D845D0: hue angle of 303.27º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D845D0 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 69 | 208 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.15 |
| HSL | 303.27º | 0.65% | 0.56% | - |
| HSV(B) | 303.27º | 0.68% | 0.85% | - |
| XYZ | 41.83 | 23.41 | 61.99 | - |
| YUV | 128.8 | 172.7 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 69 | 208 | 0 | 0.68 | 0.04 | 0.15 | 303.27 | 0.65 | 0.56 |
| Hex | D8 | 45 | D0 | 0 | 44 | 4 | F | 12F | 41 | 38 |
| Octal | 330 | 105 | 320 | 0 | 104 | 4 | 17 | 457 | 101 | 70 |
| Binary | 11011000 | 1000101 | 11010000 | 0 | 1000100 | 100 | 1111 | 100101111 | 1000001 | 111000 |
Color Harmonies of #D845D0
Complementary color
Monochromatic Colors of #D845D0
Black with #D845D0
Text Example
Text Example
White with #D845D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D845D0; }
p { color: rgb(216,69,208); }
H1.HeaderClassName
{
color: #D845D0;
}
.AnyTagClassName
{
color: #D845D0;
}
</style>
background-color css
<style>
a { background-color: #D845D0; }
a { background-color: rgb(216,69,208); }
div.DivClassName
{
background-color: #D845D0;
}
.BgClassName
{
background-color: #D845D0;
}
</style>
border-color css
<style>
span { border-color: #D845D0; }
span { border-color: rgb(216,69,208); }
td.TdClassName
{
border-color: #D845D0;
}
.TagClassName
{
border-color: #D845D0;
}
</style>