Shades of Fuchsia #D762B2
Tints of Fuchsia #D762B2
RGB
CMYK
RGB Variations
Color information
#D762B2 (or 0xD762B2) is known color: Fuchsia. HEX triplet: D7, 62 and B2. RGB value is (215,98,178). Sum of RGB (Red+Green+Blue) = 215+98+178=491 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.79% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 215 - color contains mainly: red. Hex color #D762B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D762B2 is #289D4D. Grayscale: #8D8D8D. Windows color (decimal): -2661710 or 11690711. OLE color: 11690711.
HSL color Cylindrical-coordinate representation of color #D762B2: hue angle of 318.97º 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 #D762B2 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 98 | 178 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.16 |
| HSL | 318.97º | 0.59% | 0.61% | - |
| HSV(B) | 318.97º | 0.54% | 0.84% | - |
| XYZ | 40.43 | 26.4 | 45.08 | - |
| YUV | 142.1 | 148.26 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 178 | 0 | 0.54 | 0.17 | 0.16 | 318.97 | 0.59 | 0.61 |
| Hex | D7 | 62 | B2 | 0 | 36 | 11 | 10 | 13F | 3B | 3D |
| Octal | 327 | 142 | 262 | 0 | 66 | 21 | 20 | 477 | 73 | 75 |
| Binary | 11010111 | 1100010 | 10110010 | 0 | 110110 | 10001 | 10000 | 100111111 | 111011 | 111101 |
Color Harmonies of #D762B2
Complementary color
Monochromatic Colors of #D762B2
Black with #D762B2
Text Example
Text Example
White with #D762B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D762B2; }
p { color: rgb(215,98,178); }
H1.HeaderClassName
{
color: #D762B2;
}
.AnyTagClassName
{
color: #D762B2;
}
</style>
background-color css
<style>
a { background-color: #D762B2; }
a { background-color: rgb(215,98,178); }
div.DivClassName
{
background-color: #D762B2;
}
.BgClassName
{
background-color: #D762B2;
}
</style>
border-color css
<style>
span { border-color: #D762B2; }
span { border-color: rgb(215,98,178); }
td.TdClassName
{
border-color: #D762B2;
}
.TagClassName
{
border-color: #D762B2;
}
</style>