Html Css Color HEX #D246DB Free Speech Magenta
📋 copy color: '#D246DB'red 210 ◦ green 70 ◦ blue 219
Shades of Free Speech Magenta #D246DB
Tints of Free Speech Magenta #D246DB
RGB
CMYK
RGB Variations
Color information
#D246DB (or 0xD246DB) is known color: Free Speech Magenta. HEX triplet: D2, 46 and DB. RGB value is (210,70,219). Sum of RGB (Red+Green+Blue) = 210+70+219=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 70 (27.73% from 255 or 14.03% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #D246DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D246DB is #2DB924. Grayscale: #808080. Windows color (decimal): -2996517 or 14370514. OLE color: 14370514.
HSL color Cylindrical-coordinate representation of color #D246DB: hue angle of 296.38º degrees, saturation: 0.67, 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 #D246DB is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 70 | 219 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.14 |
| HSL | 296.38º | 0.67% | 0.57% | - |
| HSV(B) | 296.38º | 0.68% | 0.86% | - |
| XYZ | 41.55 | 23.2 | 69.31 | - |
| YUV | 128.85 | 178.88 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 70 | 219 | 0.04 | 0.68 | 0 | 0.14 | 296.38 | 0.67 | 0.57 |
| Hex | D2 | 46 | DB | 4 | 44 | 0 | E | 128 | 43 | 39 |
| Octal | 322 | 106 | 333 | 4 | 104 | 0 | 16 | 450 | 103 | 71 |
| Binary | 11010010 | 1000110 | 11011011 | 100 | 1000100 | 0 | 1110 | 100101000 | 1000011 | 111001 |
Color Harmonies of #D246DB
Complementary color
Monochromatic Colors of #D246DB
Black with #D246DB
Text Example
Text Example
White with #D246DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D246DB; }
p { color: rgb(210,70,219); }
H1.HeaderClassName
{
color: #D246DB;
}
.AnyTagClassName
{
color: #D246DB;
}
</style>
background-color css
<style>
a { background-color: #D246DB; }
a { background-color: rgb(210,70,219); }
div.DivClassName
{
background-color: #D246DB;
}
.BgClassName
{
background-color: #D246DB;
}
</style>
border-color css
<style>
span { border-color: #D246DB; }
span { border-color: rgb(210,70,219); }
td.TdClassName
{
border-color: #D246DB;
}
.TagClassName
{
border-color: #D246DB;
}
</style>