Shades of Fuchsia #D462B5
Tints of Fuchsia #D462B5
RGB
CMYK
RGB Variations
Color information
#D462B5 (or 0xD462B5) is known color: Fuchsia. HEX triplet: D4, 62 and B5. RGB value is (212,98,181). Sum of RGB (Red+Green+Blue) = 212+98+181=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 212 - color contains mainly: red. Hex color #D462B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D462B5 is #2B9D4A. Grayscale: #8D8D8D. Windows color (decimal): -2858315 or 11887316. OLE color: 11887316.
HSL color Cylindrical-coordinate representation of color #D462B5: hue angle of 316.32º 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 #D462B5 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 98 | 181 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.17 |
| HSL | 316.32º | 0.57% | 0.61% | - |
| HSV(B) | 316.32º | 0.54% | 0.83% | - |
| XYZ | 39.86 | 26.07 | 46.65 | - |
| YUV | 141.55 | 150.27 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 98 | 181 | 0 | 0.54 | 0.15 | 0.17 | 316.32 | 0.57 | 0.61 |
| Hex | D4 | 62 | B5 | 0 | 36 | F | 11 | 13C | 39 | 3D |
| Octal | 324 | 142 | 265 | 0 | 66 | 17 | 21 | 474 | 71 | 75 |
| Binary | 11010100 | 1100010 | 10110101 | 0 | 110110 | 1111 | 10001 | 100111100 | 111001 | 111101 |
Color Harmonies of #D462B5
Complementary color
Monochromatic Colors of #D462B5
Black with #D462B5
Text Example
Text Example
White with #D462B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D462B5; }
p { color: rgb(212,98,181); }
H1.HeaderClassName
{
color: #D462B5;
}
.AnyTagClassName
{
color: #D462B5;
}
</style>
background-color css
<style>
a { background-color: #D462B5; }
a { background-color: rgb(212,98,181); }
div.DivClassName
{
background-color: #D462B5;
}
.BgClassName
{
background-color: #D462B5;
}
</style>
border-color css
<style>
span { border-color: #D462B5; }
span { border-color: rgb(212,98,181); }
td.TdClassName
{
border-color: #D462B5;
}
.TagClassName
{
border-color: #D462B5;
}
</style>