Html Css Color HEX #D962DB Free Speech Magenta
📋 copy color: '#D962DB'red 217 ◦ green 98 ◦ blue 219
Shades of Free Speech Magenta #D962DB
Tints of Free Speech Magenta #D962DB
RGB
CMYK
RGB Variations
Color information
#D962DB (or 0xD962DB) is known color: Free Speech Magenta. HEX triplet: D9, 62 and DB. RGB value is (217,98,219). Sum of RGB (Red+Green+Blue) = 217+98+219=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 98 (38.67% from 255 or 18.35% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #D962DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D962DB is #269D24. Grayscale: #939393. Windows color (decimal): -2530597 or 14377689. OLE color: 14377689.
HSL color Cylindrical-coordinate representation of color #D962DB: hue angle of 299.01º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D962DB is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 98 | 219 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.14 |
| HSL | 299.01º | 0.63% | 0.62% | - |
| HSV(B) | 299.01º | 0.55% | 0.86% | - |
| XYZ | 45.77 | 28.6 | 70.13 | - |
| YUV | 147.38 | 168.42 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 98 | 219 | 0.01 | 0.55 | 0 | 0.14 | 299.01 | 0.63 | 0.62 |
| Hex | D9 | 62 | DB | 1 | 37 | 0 | E | 12B | 3F | 3E |
| Octal | 331 | 142 | 333 | 1 | 67 | 0 | 16 | 453 | 77 | 76 |
| Binary | 11011001 | 1100010 | 11011011 | 1 | 110111 | 0 | 1110 | 100101011 | 111111 | 111110 |
Color Harmonies of #D962DB
Complementary color
Monochromatic Colors of #D962DB
Black with #D962DB
Text Example
Text Example
White with #D962DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D962DB; }
p { color: rgb(217,98,219); }
H1.HeaderClassName
{
color: #D962DB;
}
.AnyTagClassName
{
color: #D962DB;
}
</style>
background-color css
<style>
a { background-color: #D962DB; }
a { background-color: rgb(217,98,219); }
div.DivClassName
{
background-color: #D962DB;
}
.BgClassName
{
background-color: #D962DB;
}
</style>
border-color css
<style>
span { border-color: #D962DB; }
span { border-color: rgb(217,98,219); }
td.TdClassName
{
border-color: #D962DB;
}
.TagClassName
{
border-color: #D962DB;
}
</style>