Shades of Fuchsia #D562B9
Tints of Fuchsia #D562B9
RGB
CMYK
RGB Variations
Color information
#D562B9 (or 0xD562B9) is known color: Fuchsia. HEX triplet: D5, 62 and B9. RGB value is (213,98,185). Sum of RGB (Red+Green+Blue) = 213+98+185=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 98 (38.67% from 255 or 19.76% from 496); Blue value is 185 (72.66% from 255 or 37.30% from 496); Max value from RGB is 213 - color contains mainly: red. Hex color #D562B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D562B9 is #2A9D46. Grayscale: #8E8E8E. Windows color (decimal): -2792775 or 12149461. OLE color: 12149461.
HSL color Cylindrical-coordinate representation of color #D562B9: hue angle of 314.61º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D562B9 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 98 | 185 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.16 |
| HSL | 314.61º | 0.58% | 0.61% | - |
| HSV(B) | 314.61º | 0.54% | 0.84% | - |
| XYZ | 40.57 | 26.38 | 48.85 | - |
| YUV | 142.3 | 152.1 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 98 | 185 | 0 | 0.54 | 0.13 | 0.16 | 314.61 | 0.58 | 0.61 |
| Hex | D5 | 62 | B9 | 0 | 36 | D | 10 | 13B | 3A | 3D |
| Octal | 325 | 142 | 271 | 0 | 66 | 15 | 20 | 473 | 72 | 75 |
| Binary | 11010101 | 1100010 | 10111001 | 0 | 110110 | 1101 | 10000 | 100111011 | 111010 | 111101 |
Color Harmonies of #D562B9
Complementary color
Monochromatic Colors of #D562B9
Black with #D562B9
Text Example
Text Example
White with #D562B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D562B9; }
p { color: rgb(213,98,185); }
H1.HeaderClassName
{
color: #D562B9;
}
.AnyTagClassName
{
color: #D562B9;
}
</style>
background-color css
<style>
a { background-color: #D562B9; }
a { background-color: rgb(213,98,185); }
div.DivClassName
{
background-color: #D562B9;
}
.BgClassName
{
background-color: #D562B9;
}
</style>
border-color css
<style>
span { border-color: #D562B9; }
span { border-color: rgb(213,98,185); }
td.TdClassName
{
border-color: #D562B9;
}
.TagClassName
{
border-color: #D562B9;
}
</style>