Shades of Fuchsia #D04CAF
Tints of Fuchsia #D04CAF
RGB
CMYK
RGB Variations
Color information
#D04CAF (or 0xD04CAF) is known color: Fuchsia. HEX triplet: D0, 4C and AF. RGB value is (208,76,175). Sum of RGB (Red+Green+Blue) = 208+76+175=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 76 (30.08% from 255 or 16.56% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D04CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04CAF is #2FB350. Grayscale: #7E7E7E. Windows color (decimal): -3126097 or 11488464. OLE color: 11488464.
HSL color Cylindrical-coordinate representation of color #D04CAF: hue angle of 315º 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 #D04CAF is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 76 | 175 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.18 |
| HSL | 315º | 0.58% | 0.56% | - |
| HSV(B) | 315º | 0.63% | 0.82% | - |
| XYZ | 36.33 | 21.67 | 42.83 | - |
| YUV | 126.75 | 155.23 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 76 | 175 | 0 | 0.63 | 0.16 | 0.18 | 315 | 0.58 | 0.56 |
| Hex | D0 | 4C | AF | 0 | 3F | 10 | 12 | 13B | 3A | 38 |
| Octal | 320 | 114 | 257 | 0 | 77 | 20 | 22 | 473 | 72 | 70 |
| Binary | 11010000 | 1001100 | 10101111 | 0 | 111111 | 10000 | 10010 | 100111011 | 111010 | 111000 |
Color Harmonies of #D04CAF
Complementary color
Monochromatic Colors of #D04CAF
Black with #D04CAF
Text Example
Text Example
White with #D04CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04CAF; }
p { color: rgb(208,76,175); }
H1.HeaderClassName
{
color: #D04CAF;
}
.AnyTagClassName
{
color: #D04CAF;
}
</style>
background-color css
<style>
a { background-color: #D04CAF; }
a { background-color: rgb(208,76,175); }
div.DivClassName
{
background-color: #D04CAF;
}
.BgClassName
{
background-color: #D04CAF;
}
</style>
border-color css
<style>
span { border-color: #D04CAF; }
span { border-color: rgb(208,76,175); }
td.TdClassName
{
border-color: #D04CAF;
}
.TagClassName
{
border-color: #D04CAF;
}
</style>