Shades of Fuchsia #D844B2
Tints of Fuchsia #D844B2
RGB
CMYK
RGB Variations
Color information
#D844B2 (or 0xD844B2) is known color: Fuchsia. HEX triplet: D8, 44 and B2. RGB value is (216,68,178). Sum of RGB (Red+Green+Blue) = 216+68+178=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 68 (26.95% from 255 or 14.72% from 462); Blue value is 178 (69.92% from 255 or 38.53% from 462); Max value from RGB is 216 - color contains mainly: red. Hex color #D844B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D844B2 is #27BB4D. Grayscale: #7C7C7C. Windows color (decimal): -2603854 or 11683032. OLE color: 11683032.
HSL color Cylindrical-coordinate representation of color #D844B2: hue angle of 315.41º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D844B2 is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 68 | 178 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.15 |
| HSL | 315.41º | 0.65% | 0.56% | - |
| HSV(B) | 315.41º | 0.69% | 0.85% | - |
| XYZ | 38.42 | 21.95 | 44.33 | - |
| YUV | 124.79 | 158.03 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 68 | 178 | 0 | 0.69 | 0.18 | 0.15 | 315.41 | 0.65 | 0.56 |
| Hex | D8 | 44 | B2 | 0 | 45 | 12 | F | 13B | 41 | 38 |
| Octal | 330 | 104 | 262 | 0 | 105 | 22 | 17 | 473 | 101 | 70 |
| Binary | 11011000 | 1000100 | 10110010 | 0 | 1000101 | 10010 | 1111 | 100111011 | 1000001 | 111000 |
Color Harmonies of #D844B2
Complementary color
Monochromatic Colors of #D844B2
Black with #D844B2
Text Example
Text Example
White with #D844B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D844B2; }
p { color: rgb(216,68,178); }
H1.HeaderClassName
{
color: #D844B2;
}
.AnyTagClassName
{
color: #D844B2;
}
</style>
background-color css
<style>
a { background-color: #D844B2; }
a { background-color: rgb(216,68,178); }
div.DivClassName
{
background-color: #D844B2;
}
.BgClassName
{
background-color: #D844B2;
}
</style>
border-color css
<style>
span { border-color: #D844B2; }
span { border-color: rgb(216,68,178); }
td.TdClassName
{
border-color: #D844B2;
}
.TagClassName
{
border-color: #D844B2;
}
</style>