Html Css Color HEX #D247D4 Free Speech Magenta
📋 copy color: '#D247D4'red 210 ◦ green 71 ◦ blue 212
Shades of Free Speech Magenta #D247D4
Tints of Free Speech Magenta #D247D4
RGB
CMYK
RGB Variations
Color information
#D247D4 (or 0xD247D4) is known color: Free Speech Magenta. HEX triplet: D2, 47 and D4. RGB value is (210,71,212). Sum of RGB (Red+Green+Blue) = 210+71+212=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 71 (28.12% from 255 or 14.40% from 493); Blue value is 212 (83.20% from 255 or 43.00% from 493); Max value from RGB is 212 - color contains mainly: blue. Hex color #D247D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D247D4 is #2DB82B. Grayscale: #808080. Windows color (decimal): -2996268 or 13912018. OLE color: 13912018.
HSL color Cylindrical-coordinate representation of color #D247D4: hue angle of 299.15º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D247D4 is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 71 | 212 | - |
| CMYK | 0.01 | 0.67 | 0 | 0.17 |
| HSL | 299.15º | 0.62% | 0.55% | - |
| HSV(B) | 299.15º | 0.67% | 0.83% | - |
| XYZ | 40.72 | 22.96 | 64.57 | - |
| YUV | 128.64 | 175.05 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 212 | 0.01 | 0.67 | 0 | 0.17 | 299.15 | 0.62 | 0.55 |
| Hex | D2 | 47 | D4 | 1 | 43 | 0 | 11 | 12B | 3E | 37 |
| Octal | 322 | 107 | 324 | 1 | 103 | 0 | 21 | 453 | 76 | 67 |
| Binary | 11010010 | 1000111 | 11010100 | 1 | 1000011 | 0 | 10001 | 100101011 | 111110 | 110111 |
Color Harmonies of #D247D4
Complementary color
Monochromatic Colors of #D247D4
Black with #D247D4
Text Example
Text Example
White with #D247D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D247D4; }
p { color: rgb(210,71,212); }
H1.HeaderClassName
{
color: #D247D4;
}
.AnyTagClassName
{
color: #D247D4;
}
</style>
background-color css
<style>
a { background-color: #D247D4; }
a { background-color: rgb(210,71,212); }
div.DivClassName
{
background-color: #D247D4;
}
.BgClassName
{
background-color: #D247D4;
}
</style>
border-color css
<style>
span { border-color: #D247D4; }
span { border-color: rgb(210,71,212); }
td.TdClassName
{
border-color: #D247D4;
}
.TagClassName
{
border-color: #D247D4;
}
</style>