Html Css Color HEX #D55ADB Free Speech Magenta
📋 copy color: '#D55ADB'red 213 ◦ green 90 ◦ blue 219
Shades of Free Speech Magenta #D55ADB
Tints of Free Speech Magenta #D55ADB
RGB
CMYK
RGB Variations
Color information
#D55ADB (or 0xD55ADB) is known color: Free Speech Magenta. HEX triplet: D5, 5A and DB. RGB value is (213,90,219). Sum of RGB (Red+Green+Blue) = 213+90+219=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 90 (35.55% from 255 or 17.24% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #D55ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55ADB is #2AA524. Grayscale: #8D8D8D. Windows color (decimal): -2794789 or 14375637. OLE color: 14375637.
HSL color Cylindrical-coordinate representation of color #D55ADB: hue angle of 297.21º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D55ADB is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 90 | 219 | - |
| CMYK | 0.03 | 0.59 | 0 | 0.14 |
| HSL | 297.21º | 0.64% | 0.61% | - |
| HSV(B) | 297.21º | 0.59% | 0.86% | - |
| XYZ | 43.88 | 26.57 | 69.83 | - |
| YUV | 141.48 | 171.75 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 90 | 219 | 0.03 | 0.59 | 0 | 0.14 | 297.21 | 0.64 | 0.61 |
| Hex | D5 | 5A | DB | 3 | 3B | 0 | E | 129 | 40 | 3D |
| Octal | 325 | 132 | 333 | 3 | 73 | 0 | 16 | 451 | 100 | 75 |
| Binary | 11010101 | 1011010 | 11011011 | 11 | 111011 | 0 | 1110 | 100101001 | 1000000 | 111101 |
Color Harmonies of #D55ADB
Complementary color
Monochromatic Colors of #D55ADB
Black with #D55ADB
Text Example
Text Example
White with #D55ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55ADB; }
p { color: rgb(213,90,219); }
H1.HeaderClassName
{
color: #D55ADB;
}
.AnyTagClassName
{
color: #D55ADB;
}
</style>
background-color css
<style>
a { background-color: #D55ADB; }
a { background-color: rgb(213,90,219); }
div.DivClassName
{
background-color: #D55ADB;
}
.BgClassName
{
background-color: #D55ADB;
}
</style>
border-color css
<style>
span { border-color: #D55ADB; }
span { border-color: rgb(213,90,219); }
td.TdClassName
{
border-color: #D55ADB;
}
.TagClassName
{
border-color: #D55ADB;
}
</style>