Shades of Fuchsia #D05CCC
Tints of Fuchsia #D05CCC
RGB
CMYK
RGB Variations
Color information
#D05CCC (or 0xD05CCC) is known color: Fuchsia. HEX triplet: D0, 5C and CC. RGB value is (208,92,204). Sum of RGB (Red+Green+Blue) = 208+92+204=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 92 (36.33% from 255 or 18.25% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 208 - color contains mainly: red. Hex color #D05CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05CCC is #2FA333. Grayscale: #8B8B8B. Windows color (decimal): -3121972 or 13393104. OLE color: 13393104.
HSL color Cylindrical-coordinate representation of color #D05CCC: hue angle of 302.07º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D05CCC is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 92 | 204 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.18 |
| HSL | 302.07º | 0.55% | 0.59% | - |
| HSV(B) | 302.07º | 0.56% | 0.82% | - |
| XYZ | 40.74 | 25.42 | 59.89 | - |
| YUV | 139.45 | 164.43 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 92 | 204 | 0 | 0.56 | 0.02 | 0.18 | 302.07 | 0.55 | 0.59 |
| Hex | D0 | 5C | CC | 0 | 38 | 2 | 12 | 12E | 37 | 3B |
| Octal | 320 | 134 | 314 | 0 | 70 | 2 | 22 | 456 | 67 | 73 |
| Binary | 11010000 | 1011100 | 11001100 | 0 | 111000 | 10 | 10010 | 100101110 | 110111 | 111011 |
Color Harmonies of #D05CCC
Complementary color
Monochromatic Colors of #D05CCC
Black with #D05CCC
Text Example
Text Example
White with #D05CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05CCC; }
p { color: rgb(208,92,204); }
H1.HeaderClassName
{
color: #D05CCC;
}
.AnyTagClassName
{
color: #D05CCC;
}
</style>
background-color css
<style>
a { background-color: #D05CCC; }
a { background-color: rgb(208,92,204); }
div.DivClassName
{
background-color: #D05CCC;
}
.BgClassName
{
background-color: #D05CCC;
}
</style>
border-color css
<style>
span { border-color: #D05CCC; }
span { border-color: rgb(208,92,204); }
td.TdClassName
{
border-color: #D05CCC;
}
.TagClassName
{
border-color: #D05CCC;
}
</style>