Html Css Color HEX #DE63DB Free Speech Magenta
📋 copy color: '#DE63DB'red 222 ◦ green 99 ◦ blue 219
Shades of Free Speech Magenta #DE63DB
Tints of Free Speech Magenta #DE63DB
RGB
CMYK
RGB Variations
Color information
#DE63DB (or 0xDE63DB) is known color: Free Speech Magenta. HEX triplet: DE, 63 and DB. RGB value is (222,99,219). Sum of RGB (Red+Green+Blue) = 222+99+219=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 99 (39.06% from 255 or 18.33% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 222 - color contains mainly: red. Hex color #DE63DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE63DB is #219C24. Grayscale: #959595. Windows color (decimal): -2202661 or 14377950. OLE color: 14377950.
HSL color Cylindrical-coordinate representation of color #DE63DB: hue angle of 301.46º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DE63DB is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 99 | 219 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.13 |
| HSL | 301.46º | 0.65% | 0.63% | - |
| HSV(B) | 301.46º | 0.55% | 0.87% | - |
| XYZ | 47.37 | 29.57 | 70.23 | - |
| YUV | 149.46 | 167.25 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 99 | 219 | 0 | 0.55 | 0.01 | 0.13 | 301.46 | 0.65 | 0.63 |
| Hex | DE | 63 | DB | 0 | 37 | 1 | D | 12D | 41 | 3F |
| Octal | 336 | 143 | 333 | 0 | 67 | 1 | 15 | 455 | 101 | 77 |
| Binary | 11011110 | 1100011 | 11011011 | 0 | 110111 | 1 | 1101 | 100101101 | 1000001 | 111111 |
Color Harmonies of #DE63DB
Complementary color
Monochromatic Colors of #DE63DB
Black with #DE63DB
Text Example
Text Example
White with #DE63DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE63DB; }
p { color: rgb(222,99,219); }
H1.HeaderClassName
{
color: #DE63DB;
}
.AnyTagClassName
{
color: #DE63DB;
}
</style>
background-color css
<style>
a { background-color: #DE63DB; }
a { background-color: rgb(222,99,219); }
div.DivClassName
{
background-color: #DE63DB;
}
.BgClassName
{
background-color: #DE63DB;
}
</style>
border-color css
<style>
span { border-color: #DE63DB; }
span { border-color: rgb(222,99,219); }
td.TdClassName
{
border-color: #DE63DB;
}
.TagClassName
{
border-color: #DE63DB;
}
</style>