Html Css Color HEX #D44CDB Free Speech Magenta
📋 copy color: '#D44CDB'red 212 ◦ green 76 ◦ blue 219
Shades of Free Speech Magenta #D44CDB
Tints of Free Speech Magenta #D44CDB
RGB
CMYK
RGB Variations
Color information
#D44CDB (or 0xD44CDB) is known color: Free Speech Magenta. HEX triplet: D4, 4C and DB. RGB value is (212,76,219). Sum of RGB (Red+Green+Blue) = 212+76+219=507 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.81% from 507); Green value is 76 (30.08% from 255 or 14.99% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #D44CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D44CDB is #2BB324. Grayscale: #848484. Windows color (decimal): -2863909 or 14372052. OLE color: 14372052.
HSL color Cylindrical-coordinate representation of color #D44CDB: hue angle of 297.06º 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 #D44CDB is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 76 | 219 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.14 |
| HSL | 297.06º | 0.67% | 0.58% | - |
| HSV(B) | 297.06º | 0.65% | 0.86% | - |
| XYZ | 42.52 | 24.28 | 69.46 | - |
| YUV | 132.97 | 176.56 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 76 | 219 | 0.03 | 0.65 | 0 | 0.14 | 297.06 | 0.67 | 0.58 |
| Hex | D4 | 4C | DB | 3 | 41 | 0 | E | 129 | 43 | 3A |
| Octal | 324 | 114 | 333 | 3 | 101 | 0 | 16 | 451 | 103 | 72 |
| Binary | 11010100 | 1001100 | 11011011 | 11 | 1000001 | 0 | 1110 | 100101001 | 1000011 | 111010 |
Color Harmonies of #D44CDB
Complementary color
Monochromatic Colors of #D44CDB
Black with #D44CDB
Text Example
Text Example
White with #D44CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44CDB; }
p { color: rgb(212,76,219); }
H1.HeaderClassName
{
color: #D44CDB;
}
.AnyTagClassName
{
color: #D44CDB;
}
</style>
background-color css
<style>
a { background-color: #D44CDB; }
a { background-color: rgb(212,76,219); }
div.DivClassName
{
background-color: #D44CDB;
}
.BgClassName
{
background-color: #D44CDB;
}
</style>
border-color css
<style>
span { border-color: #D44CDB; }
span { border-color: rgb(212,76,219); }
td.TdClassName
{
border-color: #D44CDB;
}
.TagClassName
{
border-color: #D44CDB;
}
</style>