Html Css Color HEX #D955DB Free Speech Magenta
📋 copy color: '#D955DB'red 217 ◦ green 85 ◦ blue 219
Shades of Free Speech Magenta #D955DB
Tints of Free Speech Magenta #D955DB
RGB
CMYK
RGB Variations
Color information
#D955DB (or 0xD955DB) is known color: Free Speech Magenta. HEX triplet: D9, 55 and DB. RGB value is (217,85,219). Sum of RGB (Red+Green+Blue) = 217+85+219=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 85 (33.59% from 255 or 16.31% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #D955DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D955DB is #26AA24. Grayscale: #8B8B8B. Windows color (decimal): -2533925 or 14374361. OLE color: 14374361.
HSL color Cylindrical-coordinate representation of color #D955DB: hue angle of 299.1º 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 #D955DB is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 85 | 219 | - |
| CMYK | 0.01 | 0.61 | 0 | 0.14 |
| HSL | 299.1º | 0.65% | 0.6% | - |
| HSV(B) | 299.1º | 0.61% | 0.86% | - |
| XYZ | 44.65 | 26.36 | 69.75 | - |
| YUV | 139.74 | 172.73 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 219 | 0.01 | 0.61 | 0 | 0.14 | 299.1 | 0.65 | 0.6 |
| Hex | D9 | 55 | DB | 1 | 3D | 0 | E | 12B | 41 | 3C |
| Octal | 331 | 125 | 333 | 1 | 75 | 0 | 16 | 453 | 101 | 74 |
| Binary | 11011001 | 1010101 | 11011011 | 1 | 111101 | 0 | 1110 | 100101011 | 1000001 | 111100 |
Color Harmonies of #D955DB
Complementary color
Monochromatic Colors of #D955DB
Black with #D955DB
Text Example
Text Example
White with #D955DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D955DB; }
p { color: rgb(217,85,219); }
H1.HeaderClassName
{
color: #D955DB;
}
.AnyTagClassName
{
color: #D955DB;
}
</style>
background-color css
<style>
a { background-color: #D955DB; }
a { background-color: rgb(217,85,219); }
div.DivClassName
{
background-color: #D955DB;
}
.BgClassName
{
background-color: #D955DB;
}
</style>
border-color css
<style>
span { border-color: #D955DB; }
span { border-color: rgb(217,85,219); }
td.TdClassName
{
border-color: #D955DB;
}
.TagClassName
{
border-color: #D955DB;
}
</style>