Shades of Fuchsia #D75DB0
Tints of Fuchsia #D75DB0
RGB
CMYK
RGB Variations
Color information
#D75DB0 (or 0xD75DB0) is known color: Fuchsia. HEX triplet: D7, 5D and B0. RGB value is (215,93,176). Sum of RGB (Red+Green+Blue) = 215+93+176=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 93 (36.72% from 255 or 19.21% from 484); Blue value is 176 (69.14% from 255 or 36.36% from 484); Max value from RGB is 215 - color contains mainly: red. Hex color #D75DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75DB0 is #28A24F. Grayscale: #8A8A8A. Windows color (decimal): -2662992 or 11558359. OLE color: 11558359.
HSL color Cylindrical-coordinate representation of color #D75DB0: hue angle of 319.18º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D75DB0 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 93 | 176 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.16 |
| HSL | 319.18º | 0.6% | 0.6% | - |
| HSV(B) | 319.18º | 0.57% | 0.84% | - |
| XYZ | 39.78 | 25.41 | 43.88 | - |
| YUV | 138.94 | 148.92 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 93 | 176 | 0 | 0.57 | 0.18 | 0.16 | 319.18 | 0.6 | 0.6 |
| Hex | D7 | 5D | B0 | 0 | 39 | 12 | 10 | 13F | 3C | 3C |
| Octal | 327 | 135 | 260 | 0 | 71 | 22 | 20 | 477 | 74 | 74 |
| Binary | 11010111 | 1011101 | 10110000 | 0 | 111001 | 10010 | 10000 | 100111111 | 111100 | 111100 |
Color Harmonies of #D75DB0
Complementary color
Monochromatic Colors of #D75DB0
Black with #D75DB0
Text Example
Text Example
White with #D75DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75DB0; }
p { color: rgb(215,93,176); }
H1.HeaderClassName
{
color: #D75DB0;
}
.AnyTagClassName
{
color: #D75DB0;
}
</style>
background-color css
<style>
a { background-color: #D75DB0; }
a { background-color: rgb(215,93,176); }
div.DivClassName
{
background-color: #D75DB0;
}
.BgClassName
{
background-color: #D75DB0;
}
</style>
border-color css
<style>
span { border-color: #D75DB0; }
span { border-color: rgb(215,93,176); }
td.TdClassName
{
border-color: #D75DB0;
}
.TagClassName
{
border-color: #D75DB0;
}
</style>