Html Css Color HEX #D250DB Free Speech Magenta
📋 copy color: '#D250DB'red 210 ◦ green 80 ◦ blue 219
Shades of Free Speech Magenta #D250DB
Tints of Free Speech Magenta #D250DB
RGB
CMYK
RGB Variations
Color information
#D250DB (or 0xD250DB) is known color: Free Speech Magenta. HEX triplet: D2, 50 and DB. RGB value is (210,80,219). Sum of RGB (Red+Green+Blue) = 210+80+219=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 80 (31.64% from 255 or 15.72% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #D250DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D250DB is #2DAF24. Grayscale: #868686. Windows color (decimal): -2993957 or 14373074. OLE color: 14373074.
HSL color Cylindrical-coordinate representation of color #D250DB: hue angle of 296.12º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D250DB is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 80 | 219 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.14 |
| HSL | 296.12º | 0.66% | 0.59% | - |
| HSV(B) | 296.12º | 0.63% | 0.86% | - |
| XYZ | 42.23 | 24.55 | 69.53 | - |
| YUV | 134.72 | 175.57 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 80 | 219 | 0.04 | 0.63 | 0 | 0.14 | 296.12 | 0.66 | 0.59 |
| Hex | D2 | 50 | DB | 4 | 3F | 0 | E | 128 | 42 | 3B |
| Octal | 322 | 120 | 333 | 4 | 77 | 0 | 16 | 450 | 102 | 73 |
| Binary | 11010010 | 1010000 | 11011011 | 100 | 111111 | 0 | 1110 | 100101000 | 1000010 | 111011 |
Color Harmonies of #D250DB
Complementary color
Monochromatic Colors of #D250DB
Black with #D250DB
Text Example
Text Example
White with #D250DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D250DB; }
p { color: rgb(210,80,219); }
H1.HeaderClassName
{
color: #D250DB;
}
.AnyTagClassName
{
color: #D250DB;
}
</style>
background-color css
<style>
a { background-color: #D250DB; }
a { background-color: rgb(210,80,219); }
div.DivClassName
{
background-color: #D250DB;
}
.BgClassName
{
background-color: #D250DB;
}
</style>
border-color css
<style>
span { border-color: #D250DB; }
span { border-color: rgb(210,80,219); }
td.TdClassName
{
border-color: #D250DB;
}
.TagClassName
{
border-color: #D250DB;
}
</style>