Shades of Fuchsia #D762B8
Tints of Fuchsia #D762B8
RGB
CMYK
RGB Variations
Color information
#D762B8 (or 0xD762B8) is known color: Fuchsia. HEX triplet: D7, 62 and B8. RGB value is (215,98,184). Sum of RGB (Red+Green+Blue) = 215+98+184=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 98 (38.67% from 255 or 19.72% from 497); Blue value is 184 (72.27% from 255 or 37.02% from 497); Max value from RGB is 215 - color contains mainly: red. Hex color #D762B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D762B8 is #289D47. Grayscale: #8E8E8E. Windows color (decimal): -2661704 or 12083927. OLE color: 12083927.
HSL color Cylindrical-coordinate representation of color #D762B8: hue angle of 315.9º degrees, saturation: 0.59, 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 #D762B8 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 98 | 184 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.16 |
| HSL | 315.9º | 0.59% | 0.61% | - |
| HSV(B) | 315.9º | 0.54% | 0.84% | - |
| XYZ | 41.04 | 26.64 | 48.33 | - |
| YUV | 142.79 | 151.26 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 184 | 0 | 0.54 | 0.14 | 0.16 | 315.9 | 0.59 | 0.61 |
| Hex | D7 | 62 | B8 | 0 | 36 | E | 10 | 13C | 3B | 3D |
| Octal | 327 | 142 | 270 | 0 | 66 | 16 | 20 | 474 | 73 | 75 |
| Binary | 11010111 | 1100010 | 10111000 | 0 | 110110 | 1110 | 10000 | 100111100 | 111011 | 111101 |
Color Harmonies of #D762B8
Complementary color
Monochromatic Colors of #D762B8
Black with #D762B8
Text Example
Text Example
White with #D762B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D762B8; }
p { color: rgb(215,98,184); }
H1.HeaderClassName
{
color: #D762B8;
}
.AnyTagClassName
{
color: #D762B8;
}
</style>
background-color css
<style>
a { background-color: #D762B8; }
a { background-color: rgb(215,98,184); }
div.DivClassName
{
background-color: #D762B8;
}
.BgClassName
{
background-color: #D762B8;
}
</style>
border-color css
<style>
span { border-color: #D762B8; }
span { border-color: rgb(215,98,184); }
td.TdClassName
{
border-color: #D762B8;
}
.TagClassName
{
border-color: #D762B8;
}
</style>