Shades of Fuchsia #D75DB6
Tints of Fuchsia #D75DB6
RGB
CMYK
RGB Variations
Color information
#D75DB6 (or 0xD75DB6) is known color: Fuchsia. HEX triplet: D7, 5D and B6. RGB value is (215,93,182). Sum of RGB (Red+Green+Blue) = 215+93+182=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 93 (36.72% from 255 or 18.98% from 490); Blue value is 182 (71.48% from 255 or 37.14% from 490); Max value from RGB is 215 - color contains mainly: red. Hex color #D75DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75DB6 is #28A249. Grayscale: #8B8B8B. Windows color (decimal): -2662986 or 11951575. OLE color: 11951575.
HSL color Cylindrical-coordinate representation of color #D75DB6: hue angle of 316.23º 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 #D75DB6 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 93 | 182 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.16 |
| HSL | 316.23º | 0.6% | 0.6% | - |
| HSV(B) | 316.23º | 0.57% | 0.84% | - |
| XYZ | 40.38 | 25.65 | 47.08 | - |
| YUV | 139.62 | 151.92 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 93 | 182 | 0 | 0.57 | 0.15 | 0.16 | 316.23 | 0.6 | 0.6 |
| Hex | D7 | 5D | B6 | 0 | 39 | F | 10 | 13C | 3C | 3C |
| Octal | 327 | 135 | 266 | 0 | 71 | 17 | 20 | 474 | 74 | 74 |
| Binary | 11010111 | 1011101 | 10110110 | 0 | 111001 | 1111 | 10000 | 100111100 | 111100 | 111100 |
Color Harmonies of #D75DB6
Complementary color
Monochromatic Colors of #D75DB6
Black with #D75DB6
Text Example
Text Example
White with #D75DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75DB6; }
p { color: rgb(215,93,182); }
H1.HeaderClassName
{
color: #D75DB6;
}
.AnyTagClassName
{
color: #D75DB6;
}
</style>
background-color css
<style>
a { background-color: #D75DB6; }
a { background-color: rgb(215,93,182); }
div.DivClassName
{
background-color: #D75DB6;
}
.BgClassName
{
background-color: #D75DB6;
}
</style>
border-color css
<style>
span { border-color: #D75DB6; }
span { border-color: rgb(215,93,182); }
td.TdClassName
{
border-color: #D75DB6;
}
.TagClassName
{
border-color: #D75DB6;
}
</style>