Html Css Color HEX #D247D7 Free Speech Magenta
📋 copy color: '#D247D7'red 210 ◦ green 71 ◦ blue 215
Shades of Free Speech Magenta #D247D7
Tints of Free Speech Magenta #D247D7
RGB
CMYK
RGB Variations
Color information
#D247D7 (or 0xD247D7) is known color: Free Speech Magenta. HEX triplet: D2, 47 and D7. RGB value is (210,71,215). Sum of RGB (Red+Green+Blue) = 210+71+215=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 71 (28.12% from 255 or 14.31% from 496); Blue value is 215 (84.38% from 255 or 43.35% from 496); Max value from RGB is 215 - color contains mainly: blue. Hex color #D247D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D247D7 is #2DB828. Grayscale: #808080. Windows color (decimal): -2996265 or 14108626. OLE color: 14108626.
HSL color Cylindrical-coordinate representation of color #D247D7: hue angle of 297.92º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D247D7 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 71 | 215 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.16 |
| HSL | 297.92º | 0.64% | 0.56% | - |
| HSV(B) | 297.92º | 0.67% | 0.84% | - |
| XYZ | 41.1 | 23.11 | 66.59 | - |
| YUV | 128.98 | 176.55 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 215 | 0.02 | 0.67 | 0 | 0.16 | 297.92 | 0.64 | 0.56 |
| Hex | D2 | 47 | D7 | 2 | 43 | 0 | 10 | 12A | 40 | 38 |
| Octal | 322 | 107 | 327 | 2 | 103 | 0 | 20 | 452 | 100 | 70 |
| Binary | 11010010 | 1000111 | 11010111 | 10 | 1000011 | 0 | 10000 | 100101010 | 1000000 | 111000 |
Color Harmonies of #D247D7
Complementary color
Monochromatic Colors of #D247D7
Black with #D247D7
Text Example
Text Example
White with #D247D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D247D7; }
p { color: rgb(210,71,215); }
H1.HeaderClassName
{
color: #D247D7;
}
.AnyTagClassName
{
color: #D247D7;
}
</style>
background-color css
<style>
a { background-color: #D247D7; }
a { background-color: rgb(210,71,215); }
div.DivClassName
{
background-color: #D247D7;
}
.BgClassName
{
background-color: #D247D7;
}
</style>
border-color css
<style>
span { border-color: #D247D7; }
span { border-color: rgb(210,71,215); }
td.TdClassName
{
border-color: #D247D7;
}
.TagClassName
{
border-color: #D247D7;
}
</style>