Shades of Fuchsia #D05DCD
Tints of Fuchsia #D05DCD
RGB
CMYK
RGB Variations
Color information
#D05DCD (or 0xD05DCD) is known color: Fuchsia. HEX triplet: D0, 5D and CD. RGB value is (208,93,205). Sum of RGB (Red+Green+Blue) = 208+93+205=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 93 (36.72% from 255 or 18.38% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 208 - color contains mainly: red. Hex color #D05DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05DCD is #2FA232. Grayscale: #8B8B8B. Windows color (decimal): -3121715 or 13458896. OLE color: 13458896.
HSL color Cylindrical-coordinate representation of color #D05DCD: hue angle of 301.57º 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 #D05DCD is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 93 | 205 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.18 |
| HSL | 301.57º | 0.55% | 0.59% | - |
| HSV(B) | 301.57º | 0.55% | 0.82% | - |
| XYZ | 40.95 | 25.65 | 60.55 | - |
| YUV | 140.15 | 164.6 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 93 | 205 | 0 | 0.55 | 0.01 | 0.18 | 301.57 | 0.55 | 0.59 |
| Hex | D0 | 5D | CD | 0 | 37 | 1 | 12 | 12E | 37 | 3B |
| Octal | 320 | 135 | 315 | 0 | 67 | 1 | 22 | 456 | 67 | 73 |
| Binary | 11010000 | 1011101 | 11001101 | 0 | 110111 | 1 | 10010 | 100101110 | 110111 | 111011 |
Color Harmonies of #D05DCD
Complementary color
Monochromatic Colors of #D05DCD
Black with #D05DCD
Text Example
Text Example
White with #D05DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05DCD; }
p { color: rgb(208,93,205); }
H1.HeaderClassName
{
color: #D05DCD;
}
.AnyTagClassName
{
color: #D05DCD;
}
</style>
background-color css
<style>
a { background-color: #D05DCD; }
a { background-color: rgb(208,93,205); }
div.DivClassName
{
background-color: #D05DCD;
}
.BgClassName
{
background-color: #D05DCD;
}
</style>
border-color css
<style>
span { border-color: #D05DCD; }
span { border-color: rgb(208,93,205); }
td.TdClassName
{
border-color: #D05DCD;
}
.TagClassName
{
border-color: #D05DCD;
}
</style>