Shades of Fuchsia #D845B2
Tints of Fuchsia #D845B2
RGB
CMYK
RGB Variations
Color information
#D845B2 (or 0xD845B2) is known color: Fuchsia. HEX triplet: D8, 45 and B2. RGB value is (216,69,178). Sum of RGB (Red+Green+Blue) = 216+69+178=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 69 (27.34% from 255 or 14.90% from 463); Blue value is 178 (69.92% from 255 or 38.44% from 463); Max value from RGB is 216 - color contains mainly: red. Hex color #D845B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D845B2 is #27BA4D. Grayscale: #7D7D7D. Windows color (decimal): -2603598 or 11683288. OLE color: 11683288.
HSL color Cylindrical-coordinate representation of color #D845B2: hue angle of 315.51º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D845B2 is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 69 | 178 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.15 |
| HSL | 315.51º | 0.65% | 0.56% | - |
| HSV(B) | 315.51º | 0.68% | 0.85% | - |
| XYZ | 38.48 | 22.07 | 44.35 | - |
| YUV | 125.38 | 157.7 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 69 | 178 | 0 | 0.68 | 0.18 | 0.15 | 315.51 | 0.65 | 0.56 |
| Hex | D8 | 45 | B2 | 0 | 44 | 12 | F | 13C | 41 | 38 |
| Octal | 330 | 105 | 262 | 0 | 104 | 22 | 17 | 474 | 101 | 70 |
| Binary | 11011000 | 1000101 | 10110010 | 0 | 1000100 | 10010 | 1111 | 100111100 | 1000001 | 111000 |
Color Harmonies of #D845B2
Complementary color
Monochromatic Colors of #D845B2
Black with #D845B2
Text Example
Text Example
White with #D845B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D845B2; }
p { color: rgb(216,69,178); }
H1.HeaderClassName
{
color: #D845B2;
}
.AnyTagClassName
{
color: #D845B2;
}
</style>
background-color css
<style>
a { background-color: #D845B2; }
a { background-color: rgb(216,69,178); }
div.DivClassName
{
background-color: #D845B2;
}
.BgClassName
{
background-color: #D845B2;
}
</style>
border-color css
<style>
span { border-color: #D845B2; }
span { border-color: rgb(216,69,178); }
td.TdClassName
{
border-color: #D845B2;
}
.TagClassName
{
border-color: #D845B2;
}
</style>