Html Css Color HEX #D842D0 Free Speech Magenta
📋 copy color: '#D842D0'red 216 ◦ green 66 ◦ blue 208
Shades of Free Speech Magenta #D842D0
Tints of Free Speech Magenta #D842D0
RGB
CMYK
RGB Variations
Color information
#D842D0 (or 0xD842D0) is known color: Free Speech Magenta. HEX triplet: D8, 42 and D0. RGB value is (216,66,208). Sum of RGB (Red+Green+Blue) = 216+66+208=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 66 (26.17% from 255 or 13.47% from 490); Blue value is 208 (81.64% from 255 or 42.45% from 490); Max value from RGB is 216 - color contains mainly: red. Hex color #D842D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D842D0 is #27BD2F. Grayscale: #7E7E7E. Windows color (decimal): -2604336 or 13648600. OLE color: 13648600.
HSL color Cylindrical-coordinate representation of color #D842D0: hue angle of 303.2º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D842D0 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 66 | 208 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.15 |
| HSL | 303.2º | 0.66% | 0.55% | - |
| HSV(B) | 303.2º | 0.69% | 0.85% | - |
| XYZ | 41.65 | 23.05 | 61.93 | - |
| YUV | 127.04 | 173.7 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 66 | 208 | 0 | 0.69 | 0.04 | 0.15 | 303.2 | 0.66 | 0.55 |
| Hex | D8 | 42 | D0 | 0 | 45 | 4 | F | 12F | 42 | 37 |
| Octal | 330 | 102 | 320 | 0 | 105 | 4 | 17 | 457 | 102 | 67 |
| Binary | 11011000 | 1000010 | 11010000 | 0 | 1000101 | 100 | 1111 | 100101111 | 1000010 | 110111 |
Color Harmonies of #D842D0
Complementary color
Monochromatic Colors of #D842D0
Black with #D842D0
Text Example
Text Example
White with #D842D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D842D0; }
p { color: rgb(216,66,208); }
H1.HeaderClassName
{
color: #D842D0;
}
.AnyTagClassName
{
color: #D842D0;
}
</style>
background-color css
<style>
a { background-color: #D842D0; }
a { background-color: rgb(216,66,208); }
div.DivClassName
{
background-color: #D842D0;
}
.BgClassName
{
background-color: #D842D0;
}
</style>
border-color css
<style>
span { border-color: #D842D0; }
span { border-color: rgb(216,66,208); }
td.TdClassName
{
border-color: #D842D0;
}
.TagClassName
{
border-color: #D842D0;
}
</style>