Html Css Color HEX #D455DB Free Speech Magenta
📋 copy color: '#D455DB'red 212 ◦ green 85 ◦ blue 219
Shades of Free Speech Magenta #D455DB
Tints of Free Speech Magenta #D455DB
RGB
CMYK
RGB Variations
Color information
#D455DB (or 0xD455DB) is known color: Free Speech Magenta. HEX triplet: D4, 55 and DB. RGB value is (212,85,219). Sum of RGB (Red+Green+Blue) = 212+85+219=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 85 (33.59% from 255 or 16.47% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #D455DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D455DB is #2BAA24. Grayscale: #898989. Windows color (decimal): -2861605 or 14374356. OLE color: 14374356.
HSL color Cylindrical-coordinate representation of color #D455DB: hue angle of 296.87º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D455DB is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 85 | 219 | - |
| CMYK | 0.03 | 0.61 | 0 | 0.14 |
| HSL | 296.87º | 0.65% | 0.6% | - |
| HSV(B) | 296.87º | 0.61% | 0.86% | - |
| XYZ | 43.19 | 25.61 | 69.68 | - |
| YUV | 138.25 | 173.58 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 85 | 219 | 0.03 | 0.61 | 0 | 0.14 | 296.87 | 0.65 | 0.6 |
| Hex | D4 | 55 | DB | 3 | 3D | 0 | E | 129 | 41 | 3C |
| Octal | 324 | 125 | 333 | 3 | 75 | 0 | 16 | 451 | 101 | 74 |
| Binary | 11010100 | 1010101 | 11011011 | 11 | 111101 | 0 | 1110 | 100101001 | 1000001 | 111100 |
Color Harmonies of #D455DB
Complementary color
Monochromatic Colors of #D455DB
Black with #D455DB
Text Example
Text Example
White with #D455DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D455DB; }
p { color: rgb(212,85,219); }
H1.HeaderClassName
{
color: #D455DB;
}
.AnyTagClassName
{
color: #D455DB;
}
</style>
background-color css
<style>
a { background-color: #D455DB; }
a { background-color: rgb(212,85,219); }
div.DivClassName
{
background-color: #D455DB;
}
.BgClassName
{
background-color: #D455DB;
}
</style>
border-color css
<style>
span { border-color: #D455DB; }
span { border-color: rgb(212,85,219); }
td.TdClassName
{
border-color: #D455DB;
}
.TagClassName
{
border-color: #D455DB;
}
</style>