Html Css Color HEX #D550DB Free Speech Magenta
📋 copy color: '#D550DB'red 213 ◦ green 80 ◦ blue 219
Shades of Free Speech Magenta #D550DB
Tints of Free Speech Magenta #D550DB
RGB
CMYK
RGB Variations
Color information
#D550DB (or 0xD550DB) is known color: Free Speech Magenta. HEX triplet: D5, 50 and DB. RGB value is (213,80,219). Sum of RGB (Red+Green+Blue) = 213+80+219=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 80 (31.64% from 255 or 15.62% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #D550DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D550DB is #2AAF24. Grayscale: #878787. Windows color (decimal): -2797349 or 14373077. OLE color: 14373077.
HSL color Cylindrical-coordinate representation of color #D550DB: hue angle of 297.41º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D550DB is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 80 | 219 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.14 |
| HSL | 297.41º | 0.66% | 0.59% | - |
| HSV(B) | 297.41º | 0.63% | 0.86% | - |
| XYZ | 43.1 | 25 | 69.57 | - |
| YUV | 135.61 | 175.06 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 80 | 219 | 0.03 | 0.63 | 0 | 0.14 | 297.41 | 0.66 | 0.59 |
| Hex | D5 | 50 | DB | 3 | 3F | 0 | E | 129 | 42 | 3B |
| Octal | 325 | 120 | 333 | 3 | 77 | 0 | 16 | 451 | 102 | 73 |
| Binary | 11010101 | 1010000 | 11011011 | 11 | 111111 | 0 | 1110 | 100101001 | 1000010 | 111011 |
Color Harmonies of #D550DB
Complementary color
Monochromatic Colors of #D550DB
Black with #D550DB
Text Example
Text Example
White with #D550DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D550DB; }
p { color: rgb(213,80,219); }
H1.HeaderClassName
{
color: #D550DB;
}
.AnyTagClassName
{
color: #D550DB;
}
</style>
background-color css
<style>
a { background-color: #D550DB; }
a { background-color: rgb(213,80,219); }
div.DivClassName
{
background-color: #D550DB;
}
.BgClassName
{
background-color: #D550DB;
}
</style>
border-color css
<style>
span { border-color: #D550DB; }
span { border-color: rgb(213,80,219); }
td.TdClassName
{
border-color: #D550DB;
}
.TagClassName
{
border-color: #D550DB;
}
</style>