Html Css Color HEX #D24CDB Free Speech Magenta
📋 copy color: '#D24CDB'red 210 ◦ green 76 ◦ blue 219
Shades of Free Speech Magenta #D24CDB
Tints of Free Speech Magenta #D24CDB
RGB
CMYK
RGB Variations
Color information
#D24CDB (or 0xD24CDB) is known color: Free Speech Magenta. HEX triplet: D2, 4C and DB. RGB value is (210,76,219). Sum of RGB (Red+Green+Blue) = 210+76+219=505 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.58% from 505); Green value is 76 (30.08% from 255 or 15.05% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #D24CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24CDB is #2DB324. Grayscale: #838383. Windows color (decimal): -2994981 or 14372050. OLE color: 14372050.
HSL color Cylindrical-coordinate representation of color #D24CDB: hue angle of 296.22º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D24CDB is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 76 | 219 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.14 |
| HSL | 296.22º | 0.67% | 0.58% | - |
| HSV(B) | 296.22º | 0.65% | 0.86% | - |
| XYZ | 41.95 | 23.98 | 69.44 | - |
| YUV | 132.37 | 176.89 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 76 | 219 | 0.04 | 0.65 | 0 | 0.14 | 296.22 | 0.67 | 0.58 |
| Hex | D2 | 4C | DB | 4 | 41 | 0 | E | 128 | 43 | 3A |
| Octal | 322 | 114 | 333 | 4 | 101 | 0 | 16 | 450 | 103 | 72 |
| Binary | 11010010 | 1001100 | 11011011 | 100 | 1000001 | 0 | 1110 | 100101000 | 1000011 | 111010 |
Color Harmonies of #D24CDB
Complementary color
Monochromatic Colors of #D24CDB
Black with #D24CDB
Text Example
Text Example
White with #D24CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24CDB; }
p { color: rgb(210,76,219); }
H1.HeaderClassName
{
color: #D24CDB;
}
.AnyTagClassName
{
color: #D24CDB;
}
</style>
background-color css
<style>
a { background-color: #D24CDB; }
a { background-color: rgb(210,76,219); }
div.DivClassName
{
background-color: #D24CDB;
}
.BgClassName
{
background-color: #D24CDB;
}
</style>
border-color css
<style>
span { border-color: #D24CDB; }
span { border-color: rgb(210,76,219); }
td.TdClassName
{
border-color: #D24CDB;
}
.TagClassName
{
border-color: #D24CDB;
}
</style>