Shades of Fuchsia #D862B2
Tints of Fuchsia #D862B2
RGB
CMYK
RGB Variations
Color information
#D862B2 (or 0xD862B2) is known color: Fuchsia. HEX triplet: D8, 62 and B2. RGB value is (216,98,178). Sum of RGB (Red+Green+Blue) = 216+98+178=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 98 (38.67% from 255 or 19.92% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 216 - color contains mainly: red. Hex color #D862B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D862B2 is #279D4D. Grayscale: #8E8E8E. Windows color (decimal): -2596174 or 11690712. OLE color: 11690712.
HSL color Cylindrical-coordinate representation of color #D862B2: hue angle of 319.32º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D862B2 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 98 | 178 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.15 |
| HSL | 319.32º | 0.6% | 0.62% | - |
| HSV(B) | 319.32º | 0.55% | 0.85% | - |
| XYZ | 40.72 | 26.55 | 45.1 | - |
| YUV | 142.4 | 148.09 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 98 | 178 | 0 | 0.55 | 0.18 | 0.15 | 319.32 | 0.6 | 0.62 |
| Hex | D8 | 62 | B2 | 0 | 37 | 12 | F | 13F | 3C | 3E |
| Octal | 330 | 142 | 262 | 0 | 67 | 22 | 17 | 477 | 74 | 76 |
| Binary | 11011000 | 1100010 | 10110010 | 0 | 110111 | 10010 | 1111 | 100111111 | 111100 | 111110 |
Color Harmonies of #D862B2
Complementary color
Monochromatic Colors of #D862B2
Black with #D862B2
Text Example
Text Example
White with #D862B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D862B2; }
p { color: rgb(216,98,178); }
H1.HeaderClassName
{
color: #D862B2;
}
.AnyTagClassName
{
color: #D862B2;
}
</style>
background-color css
<style>
a { background-color: #D862B2; }
a { background-color: rgb(216,98,178); }
div.DivClassName
{
background-color: #D862B2;
}
.BgClassName
{
background-color: #D862B2;
}
</style>
border-color css
<style>
span { border-color: #D862B2; }
span { border-color: rgb(216,98,178); }
td.TdClassName
{
border-color: #D862B2;
}
.TagClassName
{
border-color: #D862B2;
}
</style>