Shades of Fuchsia #D763B5
Tints of Fuchsia #D763B5
RGB
CMYK
RGB Variations
Color information
#D763B5 (or 0xD763B5) is known color: Fuchsia. HEX triplet: D7, 63 and B5. RGB value is (215,99,181). Sum of RGB (Red+Green+Blue) = 215+99+181=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 99 (39.06% from 255 or 20% from 495); Blue value is 181 (71.09% from 255 or 36.57% from 495); Max value from RGB is 215 - color contains mainly: red. Hex color #D763B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D763B5 is #289C4A. Grayscale: #8E8E8E. Windows color (decimal): -2661451 or 11887575. OLE color: 11887575.
HSL color Cylindrical-coordinate representation of color #D763B5: hue angle of 317.59º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D763B5 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 99 | 181 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.16 |
| HSL | 317.59º | 0.59% | 0.62% | - |
| HSV(B) | 317.59º | 0.54% | 0.84% | - |
| XYZ | 40.83 | 26.71 | 46.72 | - |
| YUV | 143.03 | 149.43 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 99 | 181 | 0 | 0.54 | 0.16 | 0.16 | 317.59 | 0.59 | 0.62 |
| Hex | D7 | 63 | B5 | 0 | 36 | 10 | 10 | 13E | 3B | 3E |
| Octal | 327 | 143 | 265 | 0 | 66 | 20 | 20 | 476 | 73 | 76 |
| Binary | 11010111 | 1100011 | 10110101 | 0 | 110110 | 10000 | 10000 | 100111110 | 111011 | 111110 |
Color Harmonies of #D763B5
Complementary color
Monochromatic Colors of #D763B5
Black with #D763B5
Text Example
Text Example
White with #D763B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D763B5; }
p { color: rgb(215,99,181); }
H1.HeaderClassName
{
color: #D763B5;
}
.AnyTagClassName
{
color: #D763B5;
}
</style>
background-color css
<style>
a { background-color: #D763B5; }
a { background-color: rgb(215,99,181); }
div.DivClassName
{
background-color: #D763B5;
}
.BgClassName
{
background-color: #D763B5;
}
</style>
border-color css
<style>
span { border-color: #D763B5; }
span { border-color: rgb(215,99,181); }
td.TdClassName
{
border-color: #D763B5;
}
.TagClassName
{
border-color: #D763B5;
}
</style>