Shades of Fuchsia #D03CC5
Tints of Fuchsia #D03CC5
RGB
CMYK
RGB Variations
Color information
#D03CC5 (or 0xD03CC5) is known color: Fuchsia. HEX triplet: D0, 3C and C5. RGB value is (208,60,197). Sum of RGB (Red+Green+Blue) = 208+60+197=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 60 (23.83% from 255 or 12.90% from 465); Blue value is 197 (77.34% from 255 or 42.37% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D03CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03CC5 is #2FC33A. Grayscale: #777777. Windows color (decimal): -3130171 or 12926160. OLE color: 12926160.
HSL color Cylindrical-coordinate representation of color #D03CC5: hue angle of 304.46º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D03CC5 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 60 | 197 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.18 |
| HSL | 304.46º | 0.61% | 0.53% | - |
| HSV(B) | 304.46º | 0.71% | 0.82% | - |
| XYZ | 37.71 | 20.67 | 54.83 | - |
| YUV | 119.87 | 171.53 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 60 | 197 | 0 | 0.71 | 0.05 | 0.18 | 304.46 | 0.61 | 0.53 |
| Hex | D0 | 3C | C5 | 0 | 47 | 5 | 12 | 130 | 3D | 35 |
| Octal | 320 | 74 | 305 | 0 | 107 | 5 | 22 | 460 | 75 | 65 |
| Binary | 11010000 | 111100 | 11000101 | 0 | 1000111 | 101 | 10010 | 100110000 | 111101 | 110101 |
Color Harmonies of #D03CC5
Complementary color
Monochromatic Colors of #D03CC5
Black with #D03CC5
Text Example
Text Example
White with #D03CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03CC5; }
p { color: rgb(208,60,197); }
H1.HeaderClassName
{
color: #D03CC5;
}
.AnyTagClassName
{
color: #D03CC5;
}
</style>
background-color css
<style>
a { background-color: #D03CC5; }
a { background-color: rgb(208,60,197); }
div.DivClassName
{
background-color: #D03CC5;
}
.BgClassName
{
background-color: #D03CC5;
}
</style>
border-color css
<style>
span { border-color: #D03CC5; }
span { border-color: rgb(208,60,197); }
td.TdClassName
{
border-color: #D03CC5;
}
.TagClassName
{
border-color: #D03CC5;
}
</style>