Shades of Fuchsia #DB4BBE
Tints of Fuchsia #DB4BBE
RGB
CMYK
RGB Variations
Color information
#DB4BBE (or 0xDB4BBE) is known color: Fuchsia. HEX triplet: DB, 4B and BE. RGB value is (219,75,190). Sum of RGB (Red+Green+Blue) = 219+75+190=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 75 (29.69% from 255 or 15.50% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4BBE is #24B441. Grayscale: #828282. Windows color (decimal): -2405442 or 12471259. OLE color: 12471259.
HSL color Cylindrical-coordinate representation of color #DB4BBE: hue angle of 312.08º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4BBE is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 190 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.14 |
| HSL | 312.08º | 0.67% | 0.58% | - |
| HSV(B) | 312.08º | 0.66% | 0.86% | - |
| XYZ | 41.02 | 23.81 | 51.15 | - |
| YUV | 131.17 | 161.21 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 190 | 0 | 0.66 | 0.13 | 0.14 | 312.08 | 0.67 | 0.58 |
| Hex | DB | 4B | BE | 0 | 42 | D | E | 138 | 43 | 3A |
| Octal | 333 | 113 | 276 | 0 | 102 | 15 | 16 | 470 | 103 | 72 |
| Binary | 11011011 | 1001011 | 10111110 | 0 | 1000010 | 1101 | 1110 | 100111000 | 1000011 | 111010 |
Color Harmonies of #DB4BBE
Complementary color
Monochromatic Colors of #DB4BBE
Black with #DB4BBE
Text Example
Text Example
White with #DB4BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4BBE; }
p { color: rgb(219,75,190); }
H1.HeaderClassName
{
color: #DB4BBE;
}
.AnyTagClassName
{
color: #DB4BBE;
}
</style>
background-color css
<style>
a { background-color: #DB4BBE; }
a { background-color: rgb(219,75,190); }
div.DivClassName
{
background-color: #DB4BBE;
}
.BgClassName
{
background-color: #DB4BBE;
}
</style>
border-color css
<style>
span { border-color: #DB4BBE; }
span { border-color: rgb(219,75,190); }
td.TdClassName
{
border-color: #DB4BBE;
}
.TagClassName
{
border-color: #DB4BBE;
}
</style>