Shades of Fuchsia #D24ACC
Tints of Fuchsia #D24ACC
RGB
CMYK
RGB Variations
Color information
#D24ACC (or 0xD24ACC) is known color: Fuchsia. HEX triplet: D2, 4A and CC. RGB value is (210,74,204). Sum of RGB (Red+Green+Blue) = 210+74+204=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 74 (29.30% from 255 or 15.16% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D24ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24ACC is #2DB533. Grayscale: #818181. Windows color (decimal): -2995508 or 13388498. OLE color: 13388498.
HSL color Cylindrical-coordinate representation of color #D24ACC: hue angle of 302.65º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D24ACC is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 74 | 204 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.18 |
| HSL | 302.65º | 0.6% | 0.56% | - |
| HSV(B) | 302.65º | 0.65% | 0.82% | - |
| XYZ | 39.93 | 22.96 | 59.45 | - |
| YUV | 129.48 | 170.06 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 204 | 0 | 0.65 | 0.03 | 0.18 | 302.65 | 0.6 | 0.56 |
| Hex | D2 | 4A | CC | 0 | 41 | 3 | 12 | 12F | 3C | 38 |
| Octal | 322 | 112 | 314 | 0 | 101 | 3 | 22 | 457 | 74 | 70 |
| Binary | 11010010 | 1001010 | 11001100 | 0 | 1000001 | 11 | 10010 | 100101111 | 111100 | 111000 |
Color Harmonies of #D24ACC
Complementary color
Monochromatic Colors of #D24ACC
Black with #D24ACC
Text Example
Text Example
White with #D24ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24ACC; }
p { color: rgb(210,74,204); }
H1.HeaderClassName
{
color: #D24ACC;
}
.AnyTagClassName
{
color: #D24ACC;
}
</style>
background-color css
<style>
a { background-color: #D24ACC; }
a { background-color: rgb(210,74,204); }
div.DivClassName
{
background-color: #D24ACC;
}
.BgClassName
{
background-color: #D24ACC;
}
</style>
border-color css
<style>
span { border-color: #D24ACC; }
span { border-color: rgb(210,74,204); }
td.TdClassName
{
border-color: #D24ACC;
}
.TagClassName
{
border-color: #D24ACC;
}
</style>