Html Css Color HEX #D247DD Free Speech Magenta
📋 copy color: '#D247DD'red 210 ◦ green 71 ◦ blue 221
Shades of Free Speech Magenta #D247DD
Tints of Free Speech Magenta #D247DD
RGB
CMYK
RGB Variations
Color information
#D247DD (or 0xD247DD) is known color: Free Speech Magenta. HEX triplet: D2, 47 and DD. RGB value is (210,71,221). Sum of RGB (Red+Green+Blue) = 210+71+221=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 71 (28.12% from 255 or 14.14% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #D247DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D247DD is #2DB822. Grayscale: #818181. Windows color (decimal): -2996259 or 14501842. OLE color: 14501842.
HSL color Cylindrical-coordinate representation of color #D247DD: hue angle of 295.6º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D247DD is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 71 | 221 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.13 |
| HSL | 295.6º | 0.69% | 0.57% | - |
| HSV(B) | 295.6º | 0.68% | 0.87% | - |
| XYZ | 41.88 | 23.43 | 70.72 | - |
| YUV | 129.66 | 179.55 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 221 | 0.05 | 0.68 | 0 | 0.13 | 295.6 | 0.69 | 0.57 |
| Hex | D2 | 47 | DD | 5 | 44 | 0 | D | 128 | 45 | 39 |
| Octal | 322 | 107 | 335 | 5 | 104 | 0 | 15 | 450 | 105 | 71 |
| Binary | 11010010 | 1000111 | 11011101 | 101 | 1000100 | 0 | 1101 | 100101000 | 1000101 | 111001 |
Color Harmonies of #D247DD
Complementary color
Monochromatic Colors of #D247DD
Black with #D247DD
Text Example
Text Example
White with #D247DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D247DD; }
p { color: rgb(210,71,221); }
H1.HeaderClassName
{
color: #D247DD;
}
.AnyTagClassName
{
color: #D247DD;
}
</style>
background-color css
<style>
a { background-color: #D247DD; }
a { background-color: rgb(210,71,221); }
div.DivClassName
{
background-color: #D247DD;
}
.BgClassName
{
background-color: #D247DD;
}
</style>
border-color css
<style>
span { border-color: #D247DD; }
span { border-color: rgb(210,71,221); }
td.TdClassName
{
border-color: #D247DD;
}
.TagClassName
{
border-color: #D247DD;
}
</style>