Shades of Fuchsia #D842B0
Tints of Fuchsia #D842B0
RGB
CMYK
RGB Variations
Color information
#D842B0 (or 0xD842B0) is known color: Fuchsia. HEX triplet: D8, 42 and B0. RGB value is (216,66,176). Sum of RGB (Red+Green+Blue) = 216+66+176=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 66 (26.17% from 255 or 14.41% from 458); Blue value is 176 (69.14% from 255 or 38.43% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D842B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D842B0 is #27BD4F. Grayscale: #7B7B7B. Windows color (decimal): -2604368 or 11551448. OLE color: 11551448.
HSL color Cylindrical-coordinate representation of color #D842B0: hue angle of 316º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D842B0 is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 66 | 176 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.15 |
| HSL | 316º | 0.66% | 0.55% | - |
| HSV(B) | 316º | 0.69% | 0.85% | - |
| XYZ | 38.1 | 21.63 | 43.24 | - |
| YUV | 123.39 | 157.7 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 66 | 176 | 0 | 0.69 | 0.19 | 0.15 | 316 | 0.66 | 0.55 |
| Hex | D8 | 42 | B0 | 0 | 45 | 13 | F | 13C | 42 | 37 |
| Octal | 330 | 102 | 260 | 0 | 105 | 23 | 17 | 474 | 102 | 67 |
| Binary | 11011000 | 1000010 | 10110000 | 0 | 1000101 | 10011 | 1111 | 100111100 | 1000010 | 110111 |
Color Harmonies of #D842B0
Complementary color
Monochromatic Colors of #D842B0
Black with #D842B0
Text Example
Text Example
White with #D842B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D842B0; }
p { color: rgb(216,66,176); }
H1.HeaderClassName
{
color: #D842B0;
}
.AnyTagClassName
{
color: #D842B0;
}
</style>
background-color css
<style>
a { background-color: #D842B0; }
a { background-color: rgb(216,66,176); }
div.DivClassName
{
background-color: #D842B0;
}
.BgClassName
{
background-color: #D842B0;
}
</style>
border-color css
<style>
span { border-color: #D842B0; }
span { border-color: rgb(216,66,176); }
td.TdClassName
{
border-color: #D842B0;
}
.TagClassName
{
border-color: #D842B0;
}
</style>