Shades of Fuchsia #D848C1
Tints of Fuchsia #D848C1
RGB
CMYK
RGB Variations
Color information
#D848C1 (or 0xD848C1) is known color: Fuchsia. HEX triplet: D8, 48 and C1. RGB value is (216,72,193). Sum of RGB (Red+Green+Blue) = 216+72+193=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 72 (28.52% from 255 or 14.97% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 216 - color contains mainly: red. Hex color #D848C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D848C1 is #27B73E. Grayscale: #808080. Windows color (decimal): -2602815 or 12667096. OLE color: 12667096.
HSL color Cylindrical-coordinate representation of color #D848C1: hue angle of 309.58º 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 #D848C1 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 72 | 193 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.15 |
| HSL | 309.58º | 0.65% | 0.56% | - |
| HSV(B) | 309.58º | 0.67% | 0.85% | - |
| XYZ | 40.26 | 23.08 | 52.79 | - |
| YUV | 128.85 | 164.21 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 72 | 193 | 0 | 0.67 | 0.11 | 0.15 | 309.58 | 0.65 | 0.56 |
| Hex | D8 | 48 | C1 | 0 | 43 | B | F | 136 | 41 | 38 |
| Octal | 330 | 110 | 301 | 0 | 103 | 13 | 17 | 466 | 101 | 70 |
| Binary | 11011000 | 1001000 | 11000001 | 0 | 1000011 | 1011 | 1111 | 100110110 | 1000001 | 111000 |
Color Harmonies of #D848C1
Complementary color
Monochromatic Colors of #D848C1
Black with #D848C1
Text Example
Text Example
White with #D848C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D848C1; }
p { color: rgb(216,72,193); }
H1.HeaderClassName
{
color: #D848C1;
}
.AnyTagClassName
{
color: #D848C1;
}
</style>
background-color css
<style>
a { background-color: #D848C1; }
a { background-color: rgb(216,72,193); }
div.DivClassName
{
background-color: #D848C1;
}
.BgClassName
{
background-color: #D848C1;
}
</style>
border-color css
<style>
span { border-color: #D848C1; }
span { border-color: rgb(216,72,193); }
td.TdClassName
{
border-color: #D848C1;
}
.TagClassName
{
border-color: #D848C1;
}
</style>