Html Css Color HEX #D660DB Free Speech Magenta
📋 copy color: '#D660DB'red 214 ◦ green 96 ◦ blue 219
Shades of Free Speech Magenta #D660DB
Tints of Free Speech Magenta #D660DB
RGB
CMYK
RGB Variations
Color information
#D660DB (or 0xD660DB) is known color: Free Speech Magenta. HEX triplet: D6, 60 and DB. RGB value is (214,96,219). Sum of RGB (Red+Green+Blue) = 214+96+219=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 96 (37.89% from 255 or 18.15% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #D660DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D660DB is #299F24. Grayscale: #909090. Windows color (decimal): -2727717 or 14377174. OLE color: 14377174.
HSL color Cylindrical-coordinate representation of color #D660DB: hue angle of 297.56º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D660DB is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 96 | 219 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.14 |
| HSL | 297.56º | 0.63% | 0.62% | - |
| HSV(B) | 297.56º | 0.56% | 0.86% | - |
| XYZ | 44.7 | 27.78 | 70.02 | - |
| YUV | 145.3 | 169.59 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 96 | 219 | 0.02 | 0.56 | 0 | 0.14 | 297.56 | 0.63 | 0.62 |
| Hex | D6 | 60 | DB | 2 | 38 | 0 | E | 12A | 3F | 3E |
| Octal | 326 | 140 | 333 | 2 | 70 | 0 | 16 | 452 | 77 | 76 |
| Binary | 11010110 | 1100000 | 11011011 | 10 | 111000 | 0 | 1110 | 100101010 | 111111 | 111110 |
Color Harmonies of #D660DB
Complementary color
Monochromatic Colors of #D660DB
Black with #D660DB
Text Example
Text Example
White with #D660DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D660DB; }
p { color: rgb(214,96,219); }
H1.HeaderClassName
{
color: #D660DB;
}
.AnyTagClassName
{
color: #D660DB;
}
</style>
background-color css
<style>
a { background-color: #D660DB; }
a { background-color: rgb(214,96,219); }
div.DivClassName
{
background-color: #D660DB;
}
.BgClassName
{
background-color: #D660DB;
}
</style>
border-color css
<style>
span { border-color: #D660DB; }
span { border-color: rgb(214,96,219); }
td.TdClassName
{
border-color: #D660DB;
}
.TagClassName
{
border-color: #D660DB;
}
</style>