Shades of Fuchsia #D05DCC
Tints of Fuchsia #D05DCC
RGB
CMYK
RGB Variations
Color information
#D05DCC (or 0xD05DCC) is known color: Fuchsia. HEX triplet: D0, 5D and CC. RGB value is (208,93,204). Sum of RGB (Red+Green+Blue) = 208+93+204=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 93 (36.72% from 255 or 18.42% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D05DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05DCC is #2FA233. Grayscale: #8B8B8B. Windows color (decimal): -3121716 or 13393360. OLE color: 13393360.
HSL color Cylindrical-coordinate representation of color #D05DCC: hue angle of 302.09º 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 #D05DCC is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 93 | 204 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.18 |
| HSL | 302.09º | 0.55% | 0.59% | - |
| HSV(B) | 302.09º | 0.55% | 0.82% | - |
| XYZ | 40.83 | 25.6 | 59.92 | - |
| YUV | 140.04 | 164.1 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 93 | 204 | 0 | 0.55 | 0.02 | 0.18 | 302.09 | 0.55 | 0.59 |
| Hex | D0 | 5D | CC | 0 | 37 | 2 | 12 | 12E | 37 | 3B |
| Octal | 320 | 135 | 314 | 0 | 67 | 2 | 22 | 456 | 67 | 73 |
| Binary | 11010000 | 1011101 | 11001100 | 0 | 110111 | 10 | 10010 | 100101110 | 110111 | 111011 |
Color Harmonies of #D05DCC
Complementary color
Monochromatic Colors of #D05DCC
Black with #D05DCC
Text Example
Text Example
White with #D05DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05DCC; }
p { color: rgb(208,93,204); }
H1.HeaderClassName
{
color: #D05DCC;
}
.AnyTagClassName
{
color: #D05DCC;
}
</style>
background-color css
<style>
a { background-color: #D05DCC; }
a { background-color: rgb(208,93,204); }
div.DivClassName
{
background-color: #D05DCC;
}
.BgClassName
{
background-color: #D05DCC;
}
</style>
border-color css
<style>
span { border-color: #D05DCC; }
span { border-color: rgb(208,93,204); }
td.TdClassName
{
border-color: #D05DCC;
}
.TagClassName
{
border-color: #D05DCC;
}
</style>