Html Css Color HEX #D640DB Free Speech Magenta
📋 copy color: '#D640DB'red 214 ◦ green 64 ◦ blue 219
Shades of Free Speech Magenta #D640DB
Tints of Free Speech Magenta #D640DB
RGB
CMYK
RGB Variations
Color information
#D640DB (or 0xD640DB) is known color: Free Speech Magenta. HEX triplet: D6, 40 and DB. RGB value is (214,64,219). Sum of RGB (Red+Green+Blue) = 214+64+219=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 64 (25.39% from 255 or 12.88% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #D640DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D640DB is #29BF24. Grayscale: #7E7E7E. Windows color (decimal): -2735909 or 14368982. OLE color: 14368982.
HSL color Cylindrical-coordinate representation of color #D640DB: hue angle of 298.06º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D640DB is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 64 | 219 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.14 |
| HSL | 298.06º | 0.68% | 0.55% | - |
| HSV(B) | 298.06º | 0.71% | 0.86% | - |
| XYZ | 42.35 | 23.08 | 69.24 | - |
| YUV | 126.52 | 180.2 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 64 | 219 | 0.02 | 0.71 | 0 | 0.14 | 298.06 | 0.68 | 0.55 |
| Hex | D6 | 40 | DB | 2 | 47 | 0 | E | 12A | 44 | 37 |
| Octal | 326 | 100 | 333 | 2 | 107 | 0 | 16 | 452 | 104 | 67 |
| Binary | 11010110 | 1000000 | 11011011 | 10 | 1000111 | 0 | 1110 | 100101010 | 1000100 | 110111 |
Color Harmonies of #D640DB
Complementary color
Monochromatic Colors of #D640DB
Black with #D640DB
Text Example
Text Example
White with #D640DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D640DB; }
p { color: rgb(214,64,219); }
H1.HeaderClassName
{
color: #D640DB;
}
.AnyTagClassName
{
color: #D640DB;
}
</style>
background-color css
<style>
a { background-color: #D640DB; }
a { background-color: rgb(214,64,219); }
div.DivClassName
{
background-color: #D640DB;
}
.BgClassName
{
background-color: #D640DB;
}
</style>
border-color css
<style>
span { border-color: #D640DB; }
span { border-color: rgb(214,64,219); }
td.TdClassName
{
border-color: #D640DB;
}
.TagClassName
{
border-color: #D640DB;
}
</style>