Shades of Fuchsia #D05DBB
Tints of Fuchsia #D05DBB
RGB
CMYK
RGB Variations
Color information
#D05DBB (or 0xD05DBB) is known color: Fuchsia. HEX triplet: D0, 5D and BB. RGB value is (208,93,187). Sum of RGB (Red+Green+Blue) = 208+93+187=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 93 (36.72% from 255 or 19.06% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D05DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05DBB is #2FA244. Grayscale: #898989. Windows color (decimal): -3121733 or 12279248. OLE color: 12279248.
HSL color Cylindrical-coordinate representation of color #D05DBB: hue angle of 310.96º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D05DBB is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 93 | 187 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.18 |
| HSL | 310.96º | 0.55% | 0.59% | - |
| HSV(B) | 310.96º | 0.55% | 0.82% | - |
| XYZ | 38.9 | 24.83 | 49.76 | - |
| YUV | 138.1 | 155.6 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 93 | 187 | 0 | 0.55 | 0.10 | 0.18 | 310.96 | 0.55 | 0.59 |
| Hex | D0 | 5D | BB | 0 | 37 | A | 12 | 137 | 37 | 3B |
| Octal | 320 | 135 | 273 | 0 | 67 | 12 | 22 | 467 | 67 | 73 |
| Binary | 11010000 | 1011101 | 10111011 | 0 | 110111 | 1010 | 10010 | 100110111 | 110111 | 111011 |
Color Harmonies of #D05DBB
Complementary color
Monochromatic Colors of #D05DBB
Black with #D05DBB
Text Example
Text Example
White with #D05DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05DBB; }
p { color: rgb(208,93,187); }
H1.HeaderClassName
{
color: #D05DBB;
}
.AnyTagClassName
{
color: #D05DBB;
}
</style>
background-color css
<style>
a { background-color: #D05DBB; }
a { background-color: rgb(208,93,187); }
div.DivClassName
{
background-color: #D05DBB;
}
.BgClassName
{
background-color: #D05DBB;
}
</style>
border-color css
<style>
span { border-color: #D05DBB; }
span { border-color: rgb(208,93,187); }
td.TdClassName
{
border-color: #D05DBB;
}
.TagClassName
{
border-color: #D05DBB;
}
</style>