Html Css Color HEX #D844D2 Free Speech Magenta
📋 copy color: '#D844D2'red 216 ◦ green 68 ◦ blue 210
Shades of Free Speech Magenta #D844D2
Tints of Free Speech Magenta #D844D2
RGB
CMYK
RGB Variations
Color information
#D844D2 (or 0xD844D2) is known color: Free Speech Magenta. HEX triplet: D8, 44 and D2. RGB value is (216,68,210). Sum of RGB (Red+Green+Blue) = 216+68+210=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 68 (26.95% from 255 or 13.77% from 494); Blue value is 210 (82.42% from 255 or 42.51% from 494); Max value from RGB is 216 - color contains mainly: red. Hex color #D844D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D844D2 is #27BB2D. Grayscale: #808080. Windows color (decimal): -2603822 or 13780184. OLE color: 13780184.
HSL color Cylindrical-coordinate representation of color #D844D2: hue angle of 302.43º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D844D2 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 68 | 210 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.15 |
| HSL | 302.43º | 0.65% | 0.56% | - |
| HSV(B) | 302.43º | 0.69% | 0.85% | - |
| XYZ | 42.02 | 23.39 | 63.27 | - |
| YUV | 128.44 | 174.03 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 68 | 210 | 0 | 0.69 | 0.03 | 0.15 | 302.43 | 0.65 | 0.56 |
| Hex | D8 | 44 | D2 | 0 | 45 | 3 | F | 12E | 41 | 38 |
| Octal | 330 | 104 | 322 | 0 | 105 | 3 | 17 | 456 | 101 | 70 |
| Binary | 11011000 | 1000100 | 11010010 | 0 | 1000101 | 11 | 1111 | 100101110 | 1000001 | 111000 |
Color Harmonies of #D844D2
Complementary color
Monochromatic Colors of #D844D2
Black with #D844D2
Text Example
Text Example
White with #D844D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D844D2; }
p { color: rgb(216,68,210); }
H1.HeaderClassName
{
color: #D844D2;
}
.AnyTagClassName
{
color: #D844D2;
}
</style>
background-color css
<style>
a { background-color: #D844D2; }
a { background-color: rgb(216,68,210); }
div.DivClassName
{
background-color: #D844D2;
}
.BgClassName
{
background-color: #D844D2;
}
</style>
border-color css
<style>
span { border-color: #D844D2; }
span { border-color: rgb(216,68,210); }
td.TdClassName
{
border-color: #D844D2;
}
.TagClassName
{
border-color: #D844D2;
}
</style>