Shades of Fuchsia #D845C2
Tints of Fuchsia #D845C2
RGB
CMYK
RGB Variations
Color information
#D845C2 (or 0xD845C2) is known color: Fuchsia. HEX triplet: D8, 45 and C2. RGB value is (216,69,194). Sum of RGB (Red+Green+Blue) = 216+69+194=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 69 (27.34% from 255 or 14.41% from 479); Blue value is 194 (76.17% from 255 or 40.50% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D845C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D845C2 is #27BA3D. Grayscale: #7E7E7E. Windows color (decimal): -2603582 or 12731864. OLE color: 12731864.
HSL color Cylindrical-coordinate representation of color #D845C2: hue angle of 308.98º 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 #D845C2 is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 69 | 194 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.15 |
| HSL | 308.98º | 0.65% | 0.56% | - |
| HSV(B) | 308.98º | 0.68% | 0.85% | - |
| XYZ | 40.18 | 22.75 | 53.31 | - |
| YUV | 127.2 | 165.7 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 69 | 194 | 0 | 0.68 | 0.10 | 0.15 | 308.98 | 0.65 | 0.56 |
| Hex | D8 | 45 | C2 | 0 | 44 | A | F | 135 | 41 | 38 |
| Octal | 330 | 105 | 302 | 0 | 104 | 12 | 17 | 465 | 101 | 70 |
| Binary | 11011000 | 1000101 | 11000010 | 0 | 1000100 | 1010 | 1111 | 100110101 | 1000001 | 111000 |
Color Harmonies of #D845C2
Complementary color
Monochromatic Colors of #D845C2
Black with #D845C2
Text Example
Text Example
White with #D845C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D845C2; }
p { color: rgb(216,69,194); }
H1.HeaderClassName
{
color: #D845C2;
}
.AnyTagClassName
{
color: #D845C2;
}
</style>
background-color css
<style>
a { background-color: #D845C2; }
a { background-color: rgb(216,69,194); }
div.DivClassName
{
background-color: #D845C2;
}
.BgClassName
{
background-color: #D845C2;
}
</style>
border-color css
<style>
span { border-color: #D845C2; }
span { border-color: rgb(216,69,194); }
td.TdClassName
{
border-color: #D845C2;
}
.TagClassName
{
border-color: #D845C2;
}
</style>