Shades of Fuchsia #D04CCF
Tints of Fuchsia #D04CCF
RGB
CMYK
RGB Variations
Color information
#D04CCF (or 0xD04CCF) is known color: Fuchsia. HEX triplet: D0, 4C and CF. RGB value is (208,76,207). Sum of RGB (Red+Green+Blue) = 208+76+207=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 76 (30.08% from 255 or 15.48% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D04CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04CCF is #2FB330. Grayscale: #828282. Windows color (decimal): -3126065 or 13585616. OLE color: 13585616.
HSL color Cylindrical-coordinate representation of color #D04CCF: hue angle of 300.45º 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 #D04CCF is Cyan = 0, Magento = 0.63, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 76 | 207 | - |
| CMYK | 0 | 0.63 | 0.00 | 0.18 |
| HSL | 300.45º | 0.58% | 0.56% | - |
| HSV(B) | 300.45º | 0.63% | 0.82% | - |
| XYZ | 39.86 | 23.08 | 61.39 | - |
| YUV | 130.4 | 171.23 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 76 | 207 | 0 | 0.63 | 0.00 | 0.18 | 300.45 | 0.58 | 0.56 |
| Hex | D0 | 4C | CF | 0 | 3F | 0 | 12 | 12C | 3A | 38 |
| Octal | 320 | 114 | 317 | 0 | 77 | 0 | 22 | 454 | 72 | 70 |
| Binary | 11010000 | 1001100 | 11001111 | 0 | 111111 | 0 | 10010 | 100101100 | 111010 | 111000 |
Color Harmonies of #D04CCF
Complementary color
Monochromatic Colors of #D04CCF
Black with #D04CCF
Text Example
Text Example
White with #D04CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04CCF; }
p { color: rgb(208,76,207); }
H1.HeaderClassName
{
color: #D04CCF;
}
.AnyTagClassName
{
color: #D04CCF;
}
</style>
background-color css
<style>
a { background-color: #D04CCF; }
a { background-color: rgb(208,76,207); }
div.DivClassName
{
background-color: #D04CCF;
}
.BgClassName
{
background-color: #D04CCF;
}
</style>
border-color css
<style>
span { border-color: #D04CCF; }
span { border-color: rgb(208,76,207); }
td.TdClassName
{
border-color: #D04CCF;
}
.TagClassName
{
border-color: #D04CCF;
}
</style>