Html Css Color HEX #D24FDB Free Speech Magenta
📋 copy color: '#D24FDB'red 210 ◦ green 79 ◦ blue 219
Shades of Free Speech Magenta #D24FDB
Tints of Free Speech Magenta #D24FDB
RGB
CMYK
RGB Variations
Color information
#D24FDB (or 0xD24FDB) is known color: Free Speech Magenta. HEX triplet: D2, 4F and DB. RGB value is (210,79,219). Sum of RGB (Red+Green+Blue) = 210+79+219=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 79 (31.25% from 255 or 15.55% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #D24FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24FDB is #2DB024. Grayscale: #858585. Windows color (decimal): -2994213 or 14372818. OLE color: 14372818.
HSL color Cylindrical-coordinate representation of color #D24FDB: hue angle of 296.14º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D24FDB is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 79 | 219 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.14 |
| HSL | 296.14º | 0.66% | 0.58% | - |
| HSV(B) | 296.14º | 0.64% | 0.86% | - |
| XYZ | 42.16 | 24.41 | 69.51 | - |
| YUV | 134.13 | 175.9 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 79 | 219 | 0.04 | 0.64 | 0 | 0.14 | 296.14 | 0.66 | 0.58 |
| Hex | D2 | 4F | DB | 4 | 40 | 0 | E | 128 | 42 | 3A |
| Octal | 322 | 117 | 333 | 4 | 100 | 0 | 16 | 450 | 102 | 72 |
| Binary | 11010010 | 1001111 | 11011011 | 100 | 1000000 | 0 | 1110 | 100101000 | 1000010 | 111010 |
Color Harmonies of #D24FDB
Complementary color
Monochromatic Colors of #D24FDB
Black with #D24FDB
Text Example
Text Example
White with #D24FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24FDB; }
p { color: rgb(210,79,219); }
H1.HeaderClassName
{
color: #D24FDB;
}
.AnyTagClassName
{
color: #D24FDB;
}
</style>
background-color css
<style>
a { background-color: #D24FDB; }
a { background-color: rgb(210,79,219); }
div.DivClassName
{
background-color: #D24FDB;
}
.BgClassName
{
background-color: #D24FDB;
}
</style>
border-color css
<style>
span { border-color: #D24FDB; }
span { border-color: rgb(210,79,219); }
td.TdClassName
{
border-color: #D24FDB;
}
.TagClassName
{
border-color: #D24FDB;
}
</style>