Shades of Fuchsia #D848C0
Tints of Fuchsia #D848C0
RGB
CMYK
RGB Variations
Color information
#D848C0 (or 0xD848C0) is known color: Fuchsia. HEX triplet: D8, 48 and C0. RGB value is (216,72,192). Sum of RGB (Red+Green+Blue) = 216+72+192=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 72 (28.52% from 255 or 15% from 480); Blue value is 192 (75.39% from 255 or 40% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D848C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D848C0 is #27B73F. Grayscale: #808080. Windows color (decimal): -2602816 or 12601560. OLE color: 12601560.
HSL color Cylindrical-coordinate representation of color #D848C0: hue angle of 310º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D848C0 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 72 | 192 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.15 |
| HSL | 310º | 0.65% | 0.56% | - |
| HSV(B) | 310º | 0.67% | 0.85% | - |
| XYZ | 40.15 | 23.04 | 52.2 | - |
| YUV | 128.74 | 163.71 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 72 | 192 | 0 | 0.67 | 0.11 | 0.15 | 310 | 0.65 | 0.56 |
| Hex | D8 | 48 | C0 | 0 | 43 | B | F | 136 | 41 | 38 |
| Octal | 330 | 110 | 300 | 0 | 103 | 13 | 17 | 466 | 101 | 70 |
| Binary | 11011000 | 1001000 | 11000000 | 0 | 1000011 | 1011 | 1111 | 100110110 | 1000001 | 111000 |
Color Harmonies of #D848C0
Complementary color
Monochromatic Colors of #D848C0
Black with #D848C0
Text Example
Text Example
White with #D848C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D848C0; }
p { color: rgb(216,72,192); }
H1.HeaderClassName
{
color: #D848C0;
}
.AnyTagClassName
{
color: #D848C0;
}
</style>
background-color css
<style>
a { background-color: #D848C0; }
a { background-color: rgb(216,72,192); }
div.DivClassName
{
background-color: #D848C0;
}
.BgClassName
{
background-color: #D848C0;
}
</style>
border-color css
<style>
span { border-color: #D848C0; }
span { border-color: rgb(216,72,192); }
td.TdClassName
{
border-color: #D848C0;
}
.TagClassName
{
border-color: #D848C0;
}
</style>