Shades of Fuchsia #D762BA
Tints of Fuchsia #D762BA
RGB
CMYK
RGB Variations
Color information
#D762BA (or 0xD762BA) is known color: Fuchsia. HEX triplet: D7, 62 and BA. RGB value is (215,98,186). Sum of RGB (Red+Green+Blue) = 215+98+186=499 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43.09% from 499); Green value is 98 (38.67% from 255 or 19.64% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 215 - color contains mainly: red. Hex color #D762BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D762BA is #289D45. Grayscale: #8E8E8E. Windows color (decimal): -2661702 or 12214999. OLE color: 12214999.
HSL color Cylindrical-coordinate representation of color #D762BA: hue angle of 314.87º 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 #D762BA is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 98 | 186 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.16 |
| HSL | 314.87º | 0.59% | 0.61% | - |
| HSV(B) | 314.87º | 0.54% | 0.84% | - |
| XYZ | 41.25 | 26.73 | 49.44 | - |
| YUV | 143.02 | 152.26 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 186 | 0 | 0.54 | 0.13 | 0.16 | 314.87 | 0.59 | 0.61 |
| Hex | D7 | 62 | BA | 0 | 36 | D | 10 | 13B | 3B | 3D |
| Octal | 327 | 142 | 272 | 0 | 66 | 15 | 20 | 473 | 73 | 75 |
| Binary | 11010111 | 1100010 | 10111010 | 0 | 110110 | 1101 | 10000 | 100111011 | 111011 | 111101 |
Color Harmonies of #D762BA
Complementary color
Monochromatic Colors of #D762BA
Black with #D762BA
Text Example
Text Example
White with #D762BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D762BA; }
p { color: rgb(215,98,186); }
H1.HeaderClassName
{
color: #D762BA;
}
.AnyTagClassName
{
color: #D762BA;
}
</style>
background-color css
<style>
a { background-color: #D762BA; }
a { background-color: rgb(215,98,186); }
div.DivClassName
{
background-color: #D762BA;
}
.BgClassName
{
background-color: #D762BA;
}
</style>
border-color css
<style>
span { border-color: #D762BA; }
span { border-color: rgb(215,98,186); }
td.TdClassName
{
border-color: #D762BA;
}
.TagClassName
{
border-color: #D762BA;
}
</style>