Shades of Fuchsia #D562BB
Tints of Fuchsia #D562BB
RGB
CMYK
RGB Variations
Color information
#D562BB (or 0xD562BB) is known color: Fuchsia. HEX triplet: D5, 62 and BB. RGB value is (213,98,187). Sum of RGB (Red+Green+Blue) = 213+98+187=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 98 (38.67% from 255 or 19.68% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D562BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D562BB is #2A9D44. Grayscale: #8E8E8E. Windows color (decimal): -2792773 or 12280533. OLE color: 12280533.
HSL color Cylindrical-coordinate representation of color #D562BB: hue angle of 313.57º 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 #D562BB is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 98 | 187 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.16 |
| HSL | 313.57º | 0.58% | 0.61% | - |
| HSV(B) | 313.57º | 0.54% | 0.84% | - |
| XYZ | 40.78 | 26.47 | 49.97 | - |
| YUV | 142.53 | 153.1 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 98 | 187 | 0 | 0.54 | 0.12 | 0.16 | 313.57 | 0.58 | 0.61 |
| Hex | D5 | 62 | BB | 0 | 36 | C | 10 | 13A | 3A | 3D |
| Octal | 325 | 142 | 273 | 0 | 66 | 14 | 20 | 472 | 72 | 75 |
| Binary | 11010101 | 1100010 | 10111011 | 0 | 110110 | 1100 | 10000 | 100111010 | 111010 | 111101 |
Color Harmonies of #D562BB
Complementary color
Monochromatic Colors of #D562BB
Black with #D562BB
Text Example
Text Example
White with #D562BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D562BB; }
p { color: rgb(213,98,187); }
H1.HeaderClassName
{
color: #D562BB;
}
.AnyTagClassName
{
color: #D562BB;
}
</style>
background-color css
<style>
a { background-color: #D562BB; }
a { background-color: rgb(213,98,187); }
div.DivClassName
{
background-color: #D562BB;
}
.BgClassName
{
background-color: #D562BB;
}
</style>
border-color css
<style>
span { border-color: #D562BB; }
span { border-color: rgb(213,98,187); }
td.TdClassName
{
border-color: #D562BB;
}
.TagClassName
{
border-color: #D562BB;
}
</style>