Shades of Fuchsia #D05CC2
Tints of Fuchsia #D05CC2
RGB
CMYK
RGB Variations
Color information
#D05CC2 (or 0xD05CC2) is known color: Fuchsia. HEX triplet: D0, 5C and C2. RGB value is (208,92,194). Sum of RGB (Red+Green+Blue) = 208+92+194=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 92 (36.33% from 255 or 18.62% from 494); Blue value is 194 (76.17% from 255 or 39.27% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D05CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05CC2 is #2FA33D. Grayscale: #8A8A8A. Windows color (decimal): -3121982 or 12737744. OLE color: 12737744.
HSL color Cylindrical-coordinate representation of color #D05CC2: hue angle of 307.24º 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 #D05CC2 is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 92 | 194 | - |
| CMYK | 0 | 0.56 | 0.07 | 0.18 |
| HSL | 307.24º | 0.55% | 0.59% | - |
| HSV(B) | 307.24º | 0.56% | 0.82% | - |
| XYZ | 39.58 | 24.96 | 53.77 | - |
| YUV | 138.31 | 159.43 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 92 | 194 | 0 | 0.56 | 0.07 | 0.18 | 307.24 | 0.55 | 0.59 |
| Hex | D0 | 5C | C2 | 0 | 38 | 7 | 12 | 133 | 37 | 3B |
| Octal | 320 | 134 | 302 | 0 | 70 | 7 | 22 | 463 | 67 | 73 |
| Binary | 11010000 | 1011100 | 11000010 | 0 | 111000 | 111 | 10010 | 100110011 | 110111 | 111011 |
Color Harmonies of #D05CC2
Complementary color
Monochromatic Colors of #D05CC2
Black with #D05CC2
Text Example
Text Example
White with #D05CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05CC2; }
p { color: rgb(208,92,194); }
H1.HeaderClassName
{
color: #D05CC2;
}
.AnyTagClassName
{
color: #D05CC2;
}
</style>
background-color css
<style>
a { background-color: #D05CC2; }
a { background-color: rgb(208,92,194); }
div.DivClassName
{
background-color: #D05CC2;
}
.BgClassName
{
background-color: #D05CC2;
}
</style>
border-color css
<style>
span { border-color: #D05CC2; }
span { border-color: rgb(208,92,194); }
td.TdClassName
{
border-color: #D05CC2;
}
.TagClassName
{
border-color: #D05CC2;
}
</style>