Shades of Fuchsia #D05CC5
Tints of Fuchsia #D05CC5
RGB
CMYK
RGB Variations
Color information
#D05CC5 (or 0xD05CC5) is known color: Fuchsia. HEX triplet: D0, 5C and C5. RGB value is (208,92,197). Sum of RGB (Red+Green+Blue) = 208+92+197=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 92 (36.33% from 255 or 18.51% from 497); Blue value is 197 (77.34% from 255 or 39.64% from 497); Max value from RGB is 208 - color contains mainly: red. Hex color #D05CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05CC5 is #2FA33A. Grayscale: #8A8A8A. Windows color (decimal): -3121979 or 12934352. OLE color: 12934352.
HSL color Cylindrical-coordinate representation of color #D05CC5: hue angle of 305.69º 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 #D05CC5 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 92 | 197 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.18 |
| HSL | 305.69º | 0.55% | 0.59% | - |
| HSV(B) | 305.69º | 0.56% | 0.82% | - |
| XYZ | 39.92 | 25.1 | 55.56 | - |
| YUV | 138.65 | 160.93 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 92 | 197 | 0 | 0.56 | 0.05 | 0.18 | 305.69 | 0.55 | 0.59 |
| Hex | D0 | 5C | C5 | 0 | 38 | 5 | 12 | 132 | 37 | 3B |
| Octal | 320 | 134 | 305 | 0 | 70 | 5 | 22 | 462 | 67 | 73 |
| Binary | 11010000 | 1011100 | 11000101 | 0 | 111000 | 101 | 10010 | 100110010 | 110111 | 111011 |
Color Harmonies of #D05CC5
Complementary color
Monochromatic Colors of #D05CC5
Black with #D05CC5
Text Example
Text Example
White with #D05CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05CC5; }
p { color: rgb(208,92,197); }
H1.HeaderClassName
{
color: #D05CC5;
}
.AnyTagClassName
{
color: #D05CC5;
}
</style>
background-color css
<style>
a { background-color: #D05CC5; }
a { background-color: rgb(208,92,197); }
div.DivClassName
{
background-color: #D05CC5;
}
.BgClassName
{
background-color: #D05CC5;
}
</style>
border-color css
<style>
span { border-color: #D05CC5; }
span { border-color: rgb(208,92,197); }
td.TdClassName
{
border-color: #D05CC5;
}
.TagClassName
{
border-color: #D05CC5;
}
</style>