Html Css Color HEX #D248DB Free Speech Magenta
📋 copy color: '#D248DB'red 210 ◦ green 72 ◦ blue 219
Shades of Free Speech Magenta #D248DB
Tints of Free Speech Magenta #D248DB
RGB
CMYK
RGB Variations
Color information
#D248DB (or 0xD248DB) is known color: Free Speech Magenta. HEX triplet: D2, 48 and DB. RGB value is (210,72,219). Sum of RGB (Red+Green+Blue) = 210+72+219=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 72 (28.52% from 255 or 14.37% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #D248DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D248DB is #2DB724. Grayscale: #818181. Windows color (decimal): -2996005 or 14371026. OLE color: 14371026.
HSL color Cylindrical-coordinate representation of color #D248DB: hue angle of 296.33º 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 #D248DB is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 72 | 219 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.14 |
| HSL | 296.33º | 0.67% | 0.57% | - |
| HSV(B) | 296.33º | 0.67% | 0.86% | - |
| XYZ | 41.68 | 23.45 | 69.35 | - |
| YUV | 130.02 | 178.22 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 72 | 219 | 0.04 | 0.67 | 0 | 0.14 | 296.33 | 0.67 | 0.57 |
| Hex | D2 | 48 | DB | 4 | 43 | 0 | E | 128 | 43 | 39 |
| Octal | 322 | 110 | 333 | 4 | 103 | 0 | 16 | 450 | 103 | 71 |
| Binary | 11010010 | 1001000 | 11011011 | 100 | 1000011 | 0 | 1110 | 100101000 | 1000011 | 111001 |
Color Harmonies of #D248DB
Complementary color
Monochromatic Colors of #D248DB
Black with #D248DB
Text Example
Text Example
White with #D248DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D248DB; }
p { color: rgb(210,72,219); }
H1.HeaderClassName
{
color: #D248DB;
}
.AnyTagClassName
{
color: #D248DB;
}
</style>
background-color css
<style>
a { background-color: #D248DB; }
a { background-color: rgb(210,72,219); }
div.DivClassName
{
background-color: #D248DB;
}
.BgClassName
{
background-color: #D248DB;
}
</style>
border-color css
<style>
span { border-color: #D248DB; }
span { border-color: rgb(210,72,219); }
td.TdClassName
{
border-color: #D248DB;
}
.TagClassName
{
border-color: #D248DB;
}
</style>