Shades of Fuchsia #D04CCE
Tints of Fuchsia #D04CCE
RGB
CMYK
RGB Variations
Color information
#D04CCE (or 0xD04CCE) is known color: Fuchsia. HEX triplet: D0, 4C and CE. RGB value is (208,76,206). Sum of RGB (Red+Green+Blue) = 208+76+206=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 76 (30.08% from 255 or 15.51% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 208 - color contains mainly: red. Hex color #D04CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04CCE is #2FB331. Grayscale: #818181. Windows color (decimal): -3126066 or 13520080. OLE color: 13520080.
HSL color Cylindrical-coordinate representation of color #D04CCE: hue angle of 300.91º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D04CCE is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 76 | 206 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.18 |
| HSL | 300.91º | 0.58% | 0.56% | - |
| HSV(B) | 300.91º | 0.63% | 0.82% | - |
| XYZ | 39.74 | 23.04 | 60.74 | - |
| YUV | 130.29 | 170.73 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 76 | 206 | 0 | 0.63 | 0.01 | 0.18 | 300.91 | 0.58 | 0.56 |
| Hex | D0 | 4C | CE | 0 | 3F | 1 | 12 | 12D | 3A | 38 |
| Octal | 320 | 114 | 316 | 0 | 77 | 1 | 22 | 455 | 72 | 70 |
| Binary | 11010000 | 1001100 | 11001110 | 0 | 111111 | 1 | 10010 | 100101101 | 111010 | 111000 |
Color Harmonies of #D04CCE
Complementary color
Monochromatic Colors of #D04CCE
Black with #D04CCE
Text Example
Text Example
White with #D04CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04CCE; }
p { color: rgb(208,76,206); }
H1.HeaderClassName
{
color: #D04CCE;
}
.AnyTagClassName
{
color: #D04CCE;
}
</style>
background-color css
<style>
a { background-color: #D04CCE; }
a { background-color: rgb(208,76,206); }
div.DivClassName
{
background-color: #D04CCE;
}
.BgClassName
{
background-color: #D04CCE;
}
</style>
border-color css
<style>
span { border-color: #D04CCE; }
span { border-color: rgb(208,76,206); }
td.TdClassName
{
border-color: #D04CCE;
}
.TagClassName
{
border-color: #D04CCE;
}
</style>