Html Css Color HEX #DF5ADB Free Speech Magenta
📋 copy color: '#DF5ADB'red 223 ◦ green 90 ◦ blue 219
Shades of Free Speech Magenta #DF5ADB
Tints of Free Speech Magenta #DF5ADB
RGB
CMYK
RGB Variations
Color information
#DF5ADB (or 0xDF5ADB) is known color: Free Speech Magenta. HEX triplet: DF, 5A and DB. RGB value is (223,90,219). Sum of RGB (Red+Green+Blue) = 223+90+219=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 90 (35.55% from 255 or 16.92% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5ADB is #20A524. Grayscale: #909090. Windows color (decimal): -2139429 or 14375647. OLE color: 14375647.
HSL color Cylindrical-coordinate representation of color #DF5ADB: hue angle of 301.8º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF5ADB is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 90 | 219 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.13 |
| HSL | 301.8º | 0.68% | 0.61% | - |
| HSV(B) | 301.8º | 0.6% | 0.87% | - |
| XYZ | 46.87 | 28.11 | 69.97 | - |
| YUV | 144.47 | 170.06 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 90 | 219 | 0 | 0.60 | 0.02 | 0.13 | 301.8 | 0.68 | 0.61 |
| Hex | DF | 5A | DB | 0 | 3C | 2 | D | 12E | 44 | 3D |
| Octal | 337 | 132 | 333 | 0 | 74 | 2 | 15 | 456 | 104 | 75 |
| Binary | 11011111 | 1011010 | 11011011 | 0 | 111100 | 10 | 1101 | 100101110 | 1000100 | 111101 |
Color Harmonies of #DF5ADB
Complementary color
Monochromatic Colors of #DF5ADB
Black with #DF5ADB
Text Example
Text Example
White with #DF5ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5ADB; }
p { color: rgb(223,90,219); }
H1.HeaderClassName
{
color: #DF5ADB;
}
.AnyTagClassName
{
color: #DF5ADB;
}
</style>
background-color css
<style>
a { background-color: #DF5ADB; }
a { background-color: rgb(223,90,219); }
div.DivClassName
{
background-color: #DF5ADB;
}
.BgClassName
{
background-color: #DF5ADB;
}
</style>
border-color css
<style>
span { border-color: #DF5ADB; }
span { border-color: rgb(223,90,219); }
td.TdClassName
{
border-color: #DF5ADB;
}
.TagClassName
{
border-color: #DF5ADB;
}
</style>