Html Css Color HEX #D247DC Free Speech Magenta
📋 copy color: '#D247DC'red 210 ◦ green 71 ◦ blue 220
Shades of Free Speech Magenta #D247DC
Tints of Free Speech Magenta #D247DC
RGB
CMYK
RGB Variations
Color information
#D247DC (or 0xD247DC) is known color: Free Speech Magenta. HEX triplet: D2, 47 and DC. RGB value is (210,71,220). Sum of RGB (Red+Green+Blue) = 210+71+220=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 71 (28.12% from 255 or 14.17% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #D247DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D247DC is #2DB823. Grayscale: #818181. Windows color (decimal): -2996260 or 14436306. OLE color: 14436306.
HSL color Cylindrical-coordinate representation of color #D247DC: hue angle of 295.97º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D247DC is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 71 | 220 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.14 |
| HSL | 295.97º | 0.68% | 0.57% | - |
| HSV(B) | 295.97º | 0.68% | 0.86% | - |
| XYZ | 41.75 | 23.38 | 70.02 | - |
| YUV | 129.55 | 179.05 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 220 | 0.05 | 0.68 | 0 | 0.14 | 295.97 | 0.68 | 0.57 |
| Hex | D2 | 47 | DC | 5 | 44 | 0 | E | 128 | 44 | 39 |
| Octal | 322 | 107 | 334 | 5 | 104 | 0 | 16 | 450 | 104 | 71 |
| Binary | 11010010 | 1000111 | 11011100 | 101 | 1000100 | 0 | 1110 | 100101000 | 1000100 | 111001 |
Color Harmonies of #D247DC
Complementary color
Monochromatic Colors of #D247DC
Black with #D247DC
Text Example
Text Example
White with #D247DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D247DC; }
p { color: rgb(210,71,220); }
H1.HeaderClassName
{
color: #D247DC;
}
.AnyTagClassName
{
color: #D247DC;
}
</style>
background-color css
<style>
a { background-color: #D247DC; }
a { background-color: rgb(210,71,220); }
div.DivClassName
{
background-color: #D247DC;
}
.BgClassName
{
background-color: #D247DC;
}
</style>
border-color css
<style>
span { border-color: #D247DC; }
span { border-color: rgb(210,71,220); }
td.TdClassName
{
border-color: #D247DC;
}
.TagClassName
{
border-color: #D247DC;
}
</style>