Shades of Fuchsia #DE55B4
Tints of Fuchsia #DE55B4
RGB
CMYK
RGB Variations
Color information
#DE55B4 (or 0xDE55B4) is known color: Fuchsia. HEX triplet: DE, 55 and B4. RGB value is (222,85,180). Sum of RGB (Red+Green+Blue) = 222+85+180=487 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.59% from 487); Green value is 85 (33.59% from 255 or 17.45% from 487); Blue value is 180 (70.70% from 255 or 36.96% from 487); Max value from RGB is 222 - color contains mainly: red. Hex color #DE55B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE55B4 is #21AA4B. Grayscale: #888888. Windows color (decimal): -2206284 or 11818462. OLE color: 11818462.
HSL color Cylindrical-coordinate representation of color #DE55B4: hue angle of 318.39º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DE55B4 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 85 | 180 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.13 |
| HSL | 318.39º | 0.67% | 0.6% | - |
| HSV(B) | 318.39º | 0.62% | 0.87% | - |
| XYZ | 41.61 | 25.32 | 45.87 | - |
| YUV | 136.79 | 152.39 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 85 | 180 | 0 | 0.62 | 0.19 | 0.13 | 318.39 | 0.67 | 0.6 |
| Hex | DE | 55 | B4 | 0 | 3E | 13 | D | 13E | 43 | 3C |
| Octal | 336 | 125 | 264 | 0 | 76 | 23 | 15 | 476 | 103 | 74 |
| Binary | 11011110 | 1010101 | 10110100 | 0 | 111110 | 10011 | 1101 | 100111110 | 1000011 | 111100 |
Color Harmonies of #DE55B4
Complementary color
Monochromatic Colors of #DE55B4
Black with #DE55B4
Text Example
Text Example
White with #DE55B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE55B4; }
p { color: rgb(222,85,180); }
H1.HeaderClassName
{
color: #DE55B4;
}
.AnyTagClassName
{
color: #DE55B4;
}
</style>
background-color css
<style>
a { background-color: #DE55B4; }
a { background-color: rgb(222,85,180); }
div.DivClassName
{
background-color: #DE55B4;
}
.BgClassName
{
background-color: #DE55B4;
}
</style>
border-color css
<style>
span { border-color: #DE55B4; }
span { border-color: rgb(222,85,180); }
td.TdClassName
{
border-color: #DE55B4;
}
.TagClassName
{
border-color: #DE55B4;
}
</style>