Shades of Fuchsia #D462BB
Tints of Fuchsia #D462BB
RGB
CMYK
RGB Variations
Color information
#D462BB (or 0xD462BB) is known color: Fuchsia. HEX triplet: D4, 62 and BB. RGB value is (212,98,187). Sum of RGB (Red+Green+Blue) = 212+98+187=497 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.66% from 497); Green value is 98 (38.67% from 255 or 19.72% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 212 - color contains mainly: red. Hex color #D462BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D462BB is #2B9D44. Grayscale: #8D8D8D. Windows color (decimal): -2858309 or 12280532. OLE color: 12280532.
HSL color Cylindrical-coordinate representation of color #D462BB: hue angle of 313.16º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D462BB is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 98 | 187 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.17 |
| HSL | 313.16º | 0.57% | 0.61% | - |
| HSV(B) | 313.16º | 0.54% | 0.83% | - |
| XYZ | 40.49 | 26.32 | 49.96 | - |
| YUV | 142.23 | 153.27 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 98 | 187 | 0 | 0.54 | 0.12 | 0.17 | 313.16 | 0.57 | 0.61 |
| Hex | D4 | 62 | BB | 0 | 36 | C | 11 | 139 | 39 | 3D |
| Octal | 324 | 142 | 273 | 0 | 66 | 14 | 21 | 471 | 71 | 75 |
| Binary | 11010100 | 1100010 | 10111011 | 0 | 110110 | 1100 | 10001 | 100111001 | 111001 | 111101 |
Color Harmonies of #D462BB
Complementary color
Monochromatic Colors of #D462BB
Black with #D462BB
Text Example
Text Example
White with #D462BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D462BB; }
p { color: rgb(212,98,187); }
H1.HeaderClassName
{
color: #D462BB;
}
.AnyTagClassName
{
color: #D462BB;
}
</style>
background-color css
<style>
a { background-color: #D462BB; }
a { background-color: rgb(212,98,187); }
div.DivClassName
{
background-color: #D462BB;
}
.BgClassName
{
background-color: #D462BB;
}
</style>
border-color css
<style>
span { border-color: #D462BB; }
span { border-color: rgb(212,98,187); }
td.TdClassName
{
border-color: #D462BB;
}
.TagClassName
{
border-color: #D462BB;
}
</style>