Html Css Color HEX #D249D7 Free Speech Magenta
📋 copy color: '#D249D7'red 210 ◦ green 73 ◦ blue 215
Shades of Free Speech Magenta #D249D7
Tints of Free Speech Magenta #D249D7
RGB
CMYK
RGB Variations
Color information
#D249D7 (or 0xD249D7) is known color: Free Speech Magenta. HEX triplet: D2, 49 and D7. RGB value is (210,73,215). Sum of RGB (Red+Green+Blue) = 210+73+215=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 73 (28.91% from 255 or 14.66% from 498); Blue value is 215 (84.38% from 255 or 43.17% from 498); Max value from RGB is 215 - color contains mainly: blue. Hex color #D249D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D249D7 is #2DB628. Grayscale: #818181. Windows color (decimal): -2995753 or 14109138. OLE color: 14109138.
HSL color Cylindrical-coordinate representation of color #D249D7: hue angle of 297.89º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D249D7 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 73 | 215 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.16 |
| HSL | 297.89º | 0.64% | 0.56% | - |
| HSV(B) | 297.89º | 0.66% | 0.84% | - |
| XYZ | 41.23 | 23.37 | 66.63 | - |
| YUV | 130.15 | 175.89 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 215 | 0.02 | 0.66 | 0 | 0.16 | 297.89 | 0.64 | 0.56 |
| Hex | D2 | 49 | D7 | 2 | 42 | 0 | 10 | 12A | 40 | 38 |
| Octal | 322 | 111 | 327 | 2 | 102 | 0 | 20 | 452 | 100 | 70 |
| Binary | 11010010 | 1001001 | 11010111 | 10 | 1000010 | 0 | 10000 | 100101010 | 1000000 | 111000 |
Color Harmonies of #D249D7
Complementary color
Monochromatic Colors of #D249D7
Black with #D249D7
Text Example
Text Example
White with #D249D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D249D7; }
p { color: rgb(210,73,215); }
H1.HeaderClassName
{
color: #D249D7;
}
.AnyTagClassName
{
color: #D249D7;
}
</style>
background-color css
<style>
a { background-color: #D249D7; }
a { background-color: rgb(210,73,215); }
div.DivClassName
{
background-color: #D249D7;
}
.BgClassName
{
background-color: #D249D7;
}
</style>
border-color css
<style>
span { border-color: #D249D7; }
span { border-color: rgb(210,73,215); }
td.TdClassName
{
border-color: #D249D7;
}
.TagClassName
{
border-color: #D249D7;
}
</style>