Shades of Fuchsia #D05DCB
Tints of Fuchsia #D05DCB
RGB
CMYK
RGB Variations
Color information
#D05DCB (or 0xD05DCB) is known color: Fuchsia. HEX triplet: D0, 5D and CB. RGB value is (208,93,203). Sum of RGB (Red+Green+Blue) = 208+93+203=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 93 (36.72% from 255 or 18.45% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 208 - color contains mainly: red. Hex color #D05DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05DCB is #2FA234. Grayscale: #8B8B8B. Windows color (decimal): -3121717 or 13327824. OLE color: 13327824.
HSL color Cylindrical-coordinate representation of color #D05DCB: hue angle of 302.61º 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 #D05DCB is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 93 | 203 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.18 |
| HSL | 302.61º | 0.55% | 0.59% | - |
| HSV(B) | 302.61º | 0.55% | 0.82% | - |
| XYZ | 40.71 | 25.55 | 59.29 | - |
| YUV | 139.93 | 163.6 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 93 | 203 | 0 | 0.55 | 0.02 | 0.18 | 302.61 | 0.55 | 0.59 |
| Hex | D0 | 5D | CB | 0 | 37 | 2 | 12 | 12F | 37 | 3B |
| Octal | 320 | 135 | 313 | 0 | 67 | 2 | 22 | 457 | 67 | 73 |
| Binary | 11010000 | 1011101 | 11001011 | 0 | 110111 | 10 | 10010 | 100101111 | 110111 | 111011 |
Color Harmonies of #D05DCB
Complementary color
Monochromatic Colors of #D05DCB
Black with #D05DCB
Text Example
Text Example
White with #D05DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05DCB; }
p { color: rgb(208,93,203); }
H1.HeaderClassName
{
color: #D05DCB;
}
.AnyTagClassName
{
color: #D05DCB;
}
</style>
background-color css
<style>
a { background-color: #D05DCB; }
a { background-color: rgb(208,93,203); }
div.DivClassName
{
background-color: #D05DCB;
}
.BgClassName
{
background-color: #D05DCB;
}
</style>
border-color css
<style>
span { border-color: #D05DCB; }
span { border-color: rgb(208,93,203); }
td.TdClassName
{
border-color: #D05DCB;
}
.TagClassName
{
border-color: #D05DCB;
}
</style>