Shades of Fuchsia #D75DBB
Tints of Fuchsia #D75DBB
RGB
CMYK
RGB Variations
Color information
#D75DBB (or 0xD75DBB) is known color: Fuchsia. HEX triplet: D7, 5D and BB. RGB value is (215,93,187). Sum of RGB (Red+Green+Blue) = 215+93+187=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 215 - color contains mainly: red. Hex color #D75DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75DBB is #28A244. Grayscale: #8B8B8B. Windows color (decimal): -2662981 or 12279255. OLE color: 12279255.
HSL color Cylindrical-coordinate representation of color #D75DBB: hue angle of 313.77º 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 #D75DBB is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 93 | 187 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.16 |
| HSL | 313.77º | 0.6% | 0.6% | - |
| HSV(B) | 313.77º | 0.57% | 0.84% | - |
| XYZ | 40.91 | 25.86 | 49.85 | - |
| YUV | 140.19 | 154.42 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 93 | 187 | 0 | 0.57 | 0.13 | 0.16 | 313.77 | 0.6 | 0.6 |
| Hex | D7 | 5D | BB | 0 | 39 | D | 10 | 13A | 3C | 3C |
| Octal | 327 | 135 | 273 | 0 | 71 | 15 | 20 | 472 | 74 | 74 |
| Binary | 11010111 | 1011101 | 10111011 | 0 | 111001 | 1101 | 10000 | 100111010 | 111100 | 111100 |
Color Harmonies of #D75DBB
Complementary color
Monochromatic Colors of #D75DBB
Black with #D75DBB
Text Example
Text Example
White with #D75DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75DBB; }
p { color: rgb(215,93,187); }
H1.HeaderClassName
{
color: #D75DBB;
}
.AnyTagClassName
{
color: #D75DBB;
}
</style>
background-color css
<style>
a { background-color: #D75DBB; }
a { background-color: rgb(215,93,187); }
div.DivClassName
{
background-color: #D75DBB;
}
.BgClassName
{
background-color: #D75DBB;
}
</style>
border-color css
<style>
span { border-color: #D75DBB; }
span { border-color: rgb(215,93,187); }
td.TdClassName
{
border-color: #D75DBB;
}
.TagClassName
{
border-color: #D75DBB;
}
</style>