Html Css Color HEX #D249DB Free Speech Magenta
📋 copy color: '#D249DB'red 210 ◦ green 73 ◦ blue 219
Shades of Free Speech Magenta #D249DB
Tints of Free Speech Magenta #D249DB
RGB
CMYK
RGB Variations
Color information
#D249DB (or 0xD249DB) is known color: Free Speech Magenta. HEX triplet: D2, 49 and DB. RGB value is (210,73,219). Sum of RGB (Red+Green+Blue) = 210+73+219=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 73 (28.91% from 255 or 14.54% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #D249DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D249DB is #2DB624. Grayscale: #828282. Windows color (decimal): -2995749 or 14371282. OLE color: 14371282.
HSL color Cylindrical-coordinate representation of color #D249DB: hue angle of 296.3º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D249DB is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 73 | 219 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.14 |
| HSL | 296.3º | 0.67% | 0.57% | - |
| HSV(B) | 296.3º | 0.67% | 0.86% | - |
| XYZ | 41.75 | 23.58 | 69.37 | - |
| YUV | 130.61 | 177.89 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 219 | 0.04 | 0.67 | 0 | 0.14 | 296.3 | 0.67 | 0.57 |
| Hex | D2 | 49 | DB | 4 | 43 | 0 | E | 128 | 43 | 39 |
| Octal | 322 | 111 | 333 | 4 | 103 | 0 | 16 | 450 | 103 | 71 |
| Binary | 11010010 | 1001001 | 11011011 | 100 | 1000011 | 0 | 1110 | 100101000 | 1000011 | 111001 |
Color Harmonies of #D249DB
Complementary color
Monochromatic Colors of #D249DB
Black with #D249DB
Text Example
Text Example
White with #D249DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D249DB; }
p { color: rgb(210,73,219); }
H1.HeaderClassName
{
color: #D249DB;
}
.AnyTagClassName
{
color: #D249DB;
}
</style>
background-color css
<style>
a { background-color: #D249DB; }
a { background-color: rgb(210,73,219); }
div.DivClassName
{
background-color: #D249DB;
}
.BgClassName
{
background-color: #D249DB;
}
</style>
border-color css
<style>
span { border-color: #D249DB; }
span { border-color: rgb(210,73,219); }
td.TdClassName
{
border-color: #D249DB;
}
.TagClassName
{
border-color: #D249DB;
}
</style>