Shades of Fuchsia #D762BC
Tints of Fuchsia #D762BC
RGB
CMYK
RGB Variations
Color information
#D762BC (or 0xD762BC) is known color: Fuchsia. HEX triplet: D7, 62 and BC. RGB value is (215,98,188). Sum of RGB (Red+Green+Blue) = 215+98+188=501 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.91% from 501); Green value is 98 (38.67% from 255 or 19.56% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 215 - color contains mainly: red. Hex color #D762BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D762BC is #289D43. Grayscale: #8F8F8F. Windows color (decimal): -2661700 or 12346071. OLE color: 12346071.
HSL color Cylindrical-coordinate representation of color #D762BC: hue angle of 313.85º 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 #D762BC is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 98 | 188 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.16 |
| HSL | 313.85º | 0.59% | 0.61% | - |
| HSV(B) | 313.85º | 0.54% | 0.84% | - |
| XYZ | 41.47 | 26.81 | 50.57 | - |
| YUV | 143.24 | 153.26 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 188 | 0 | 0.54 | 0.13 | 0.16 | 313.85 | 0.59 | 0.61 |
| Hex | D7 | 62 | BC | 0 | 36 | D | 10 | 13A | 3B | 3D |
| Octal | 327 | 142 | 274 | 0 | 66 | 15 | 20 | 472 | 73 | 75 |
| Binary | 11010111 | 1100010 | 10111100 | 0 | 110110 | 1101 | 10000 | 100111010 | 111011 | 111101 |
Color Harmonies of #D762BC
Complementary color
Monochromatic Colors of #D762BC
Black with #D762BC
Text Example
Text Example
White with #D762BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D762BC; }
p { color: rgb(215,98,188); }
H1.HeaderClassName
{
color: #D762BC;
}
.AnyTagClassName
{
color: #D762BC;
}
</style>
background-color css
<style>
a { background-color: #D762BC; }
a { background-color: rgb(215,98,188); }
div.DivClassName
{
background-color: #D762BC;
}
.BgClassName
{
background-color: #D762BC;
}
</style>
border-color css
<style>
span { border-color: #D762BC; }
span { border-color: rgb(215,98,188); }
td.TdClassName
{
border-color: #D762BC;
}
.TagClassName
{
border-color: #D762BC;
}
</style>