Html Css Color HEX #D55FDB Free Speech Magenta
📋 copy color: '#D55FDB'red 213 ◦ green 95 ◦ blue 219
Shades of Free Speech Magenta #D55FDB
Tints of Free Speech Magenta #D55FDB
RGB
CMYK
RGB Variations
Color information
#D55FDB (or 0xD55FDB) is known color: Free Speech Magenta. HEX triplet: D5, 5F and DB. RGB value is (213,95,219). Sum of RGB (Red+Green+Blue) = 213+95+219=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 95 (37.5% from 255 or 18.03% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #D55FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55FDB is #2AA024. Grayscale: #909090. Windows color (decimal): -2793509 or 14376917. OLE color: 14376917.
HSL color Cylindrical-coordinate representation of color #D55FDB: hue angle of 297.1º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D55FDB is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 95 | 219 | - |
| CMYK | 0.03 | 0.57 | 0 | 0.14 |
| HSL | 297.1º | 0.63% | 0.62% | - |
| HSV(B) | 297.1º | 0.57% | 0.86% | - |
| XYZ | 44.32 | 27.45 | 69.98 | - |
| YUV | 144.42 | 170.09 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 95 | 219 | 0.03 | 0.57 | 0 | 0.14 | 297.1 | 0.63 | 0.62 |
| Hex | D5 | 5F | DB | 3 | 39 | 0 | E | 129 | 3F | 3E |
| Octal | 325 | 137 | 333 | 3 | 71 | 0 | 16 | 451 | 77 | 76 |
| Binary | 11010101 | 1011111 | 11011011 | 11 | 111001 | 0 | 1110 | 100101001 | 111111 | 111110 |
Color Harmonies of #D55FDB
Complementary color
Monochromatic Colors of #D55FDB
Black with #D55FDB
Text Example
Text Example
White with #D55FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55FDB; }
p { color: rgb(213,95,219); }
H1.HeaderClassName
{
color: #D55FDB;
}
.AnyTagClassName
{
color: #D55FDB;
}
</style>
background-color css
<style>
a { background-color: #D55FDB; }
a { background-color: rgb(213,95,219); }
div.DivClassName
{
background-color: #D55FDB;
}
.BgClassName
{
background-color: #D55FDB;
}
</style>
border-color css
<style>
span { border-color: #D55FDB; }
span { border-color: rgb(213,95,219); }
td.TdClassName
{
border-color: #D55FDB;
}
.TagClassName
{
border-color: #D55FDB;
}
</style>