Html Css Color HEX #D054DB Free Speech Magenta
📋 copy color: '#D054DB'red 208 ◦ green 84 ◦ blue 219
Shades of Free Speech Magenta #D054DB
Tints of Free Speech Magenta #D054DB
RGB
CMYK
RGB Variations
Color information
#D054DB (or 0xD054DB) is known color: Free Speech Magenta. HEX triplet: D0, 54 and DB. RGB value is (208,84,219). Sum of RGB (Red+Green+Blue) = 208+84+219=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 84 (33.20% from 255 or 16.44% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #D054DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D054DB is #2FAB24. Grayscale: #888888. Windows color (decimal): -3124005 or 14374096. OLE color: 14374096.
HSL color Cylindrical-coordinate representation of color #D054DB: hue angle of 295.11º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D054DB is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 84 | 219 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.14 |
| HSL | 295.11º | 0.65% | 0.59% | - |
| HSV(B) | 295.11º | 0.62% | 0.86% | - |
| XYZ | 41.97 | 24.87 | 69.61 | - |
| YUV | 136.47 | 174.58 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 84 | 219 | 0.05 | 0.62 | 0 | 0.14 | 295.11 | 0.65 | 0.59 |
| Hex | D0 | 54 | DB | 5 | 3E | 0 | E | 127 | 41 | 3B |
| Octal | 320 | 124 | 333 | 5 | 76 | 0 | 16 | 447 | 101 | 73 |
| Binary | 11010000 | 1010100 | 11011011 | 101 | 111110 | 0 | 1110 | 100100111 | 1000001 | 111011 |
Color Harmonies of #D054DB
Complementary color
Monochromatic Colors of #D054DB
Black with #D054DB
Text Example
Text Example
White with #D054DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D054DB; }
p { color: rgb(208,84,219); }
H1.HeaderClassName
{
color: #D054DB;
}
.AnyTagClassName
{
color: #D054DB;
}
</style>
background-color css
<style>
a { background-color: #D054DB; }
a { background-color: rgb(208,84,219); }
div.DivClassName
{
background-color: #D054DB;
}
.BgClassName
{
background-color: #D054DB;
}
</style>
border-color css
<style>
span { border-color: #D054DB; }
span { border-color: rgb(208,84,219); }
td.TdClassName
{
border-color: #D054DB;
}
.TagClassName
{
border-color: #D054DB;
}
</style>