Shades of Fuchsia #D858B3
Tints of Fuchsia #D858B3
RGB
CMYK
RGB Variations
Color information
#D858B3 (or 0xD858B3) is known color: Fuchsia. HEX triplet: D8, 58 and B3. RGB value is (216,88,179). Sum of RGB (Red+Green+Blue) = 216+88+179=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 88 (34.77% from 255 or 18.22% from 483); Blue value is 179 (70.31% from 255 or 37.06% from 483); Max value from RGB is 216 - color contains mainly: red. Hex color #D858B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D858B3 is #27A74C. Grayscale: #888888. Windows color (decimal): -2598733 or 11753688. OLE color: 11753688.
HSL color Cylindrical-coordinate representation of color #D858B3: hue angle of 317.34º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D858B3 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 88 | 179 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.15 |
| HSL | 317.34º | 0.62% | 0.6% | - |
| HSV(B) | 317.34º | 0.59% | 0.85% | - |
| XYZ | 39.95 | 24.83 | 45.34 | - |
| YUV | 136.65 | 151.91 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 88 | 179 | 0 | 0.59 | 0.17 | 0.15 | 317.34 | 0.62 | 0.6 |
| Hex | D8 | 58 | B3 | 0 | 3B | 11 | F | 13D | 3E | 3C |
| Octal | 330 | 130 | 263 | 0 | 73 | 21 | 17 | 475 | 76 | 74 |
| Binary | 11011000 | 1011000 | 10110011 | 0 | 111011 | 10001 | 1111 | 100111101 | 111110 | 111100 |
Color Harmonies of #D858B3
Complementary color
Monochromatic Colors of #D858B3
Black with #D858B3
Text Example
Text Example
White with #D858B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D858B3; }
p { color: rgb(216,88,179); }
H1.HeaderClassName
{
color: #D858B3;
}
.AnyTagClassName
{
color: #D858B3;
}
</style>
background-color css
<style>
a { background-color: #D858B3; }
a { background-color: rgb(216,88,179); }
div.DivClassName
{
background-color: #D858B3;
}
.BgClassName
{
background-color: #D858B3;
}
</style>
border-color css
<style>
span { border-color: #D858B3; }
span { border-color: rgb(216,88,179); }
td.TdClassName
{
border-color: #D858B3;
}
.TagClassName
{
border-color: #D858B3;
}
</style>