Shades of Fuchsia #D762BD
Tints of Fuchsia #D762BD
RGB
CMYK
RGB Variations
Color information
#D762BD (or 0xD762BD) is known color: Fuchsia. HEX triplet: D7, 62 and BD. RGB value is (215,98,189). Sum of RGB (Red+Green+Blue) = 215+98+189=502 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.83% from 502); Green value is 98 (38.67% from 255 or 19.52% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 215 - color contains mainly: red. Hex color #D762BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D762BD is #289D42. Grayscale: #8F8F8F. Windows color (decimal): -2661699 or 12411607. OLE color: 12411607.
HSL color Cylindrical-coordinate representation of color #D762BD: hue angle of 313.33º 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 #D762BD is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 98 | 189 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.16 |
| HSL | 313.33º | 0.59% | 0.61% | - |
| HSV(B) | 313.33º | 0.54% | 0.84% | - |
| XYZ | 41.58 | 26.86 | 51.14 | - |
| YUV | 143.36 | 153.76 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 189 | 0 | 0.54 | 0.12 | 0.16 | 313.33 | 0.59 | 0.61 |
| Hex | D7 | 62 | BD | 0 | 36 | C | 10 | 139 | 3B | 3D |
| Octal | 327 | 142 | 275 | 0 | 66 | 14 | 20 | 471 | 73 | 75 |
| Binary | 11010111 | 1100010 | 10111101 | 0 | 110110 | 1100 | 10000 | 100111001 | 111011 | 111101 |
Color Harmonies of #D762BD
Complementary color
Monochromatic Colors of #D762BD
Black with #D762BD
Text Example
Text Example
White with #D762BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D762BD; }
p { color: rgb(215,98,189); }
H1.HeaderClassName
{
color: #D762BD;
}
.AnyTagClassName
{
color: #D762BD;
}
</style>
background-color css
<style>
a { background-color: #D762BD; }
a { background-color: rgb(215,98,189); }
div.DivClassName
{
background-color: #D762BD;
}
.BgClassName
{
background-color: #D762BD;
}
</style>
border-color css
<style>
span { border-color: #D762BD; }
span { border-color: rgb(215,98,189); }
td.TdClassName
{
border-color: #D762BD;
}
.TagClassName
{
border-color: #D762BD;
}
</style>