Shades of Fuchsia #D24CCD
Tints of Fuchsia #D24CCD
RGB
CMYK
RGB Variations
Color information
#D24CCD (or 0xD24CCD) is known color: Fuchsia. HEX triplet: D2, 4C and CD. RGB value is (210,76,205). Sum of RGB (Red+Green+Blue) = 210+76+205=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 76 (30.08% from 255 or 15.48% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D24CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24CCD is #2DB332. Grayscale: #828282. Windows color (decimal): -2994995 or 13454546. OLE color: 13454546.
HSL color Cylindrical-coordinate representation of color #D24CCD: hue angle of 302.24º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D24CCD is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 76 | 205 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.18 |
| HSL | 302.24º | 0.6% | 0.56% | - |
| HSV(B) | 302.24º | 0.64% | 0.82% | - |
| XYZ | 40.18 | 23.28 | 60.13 | - |
| YUV | 130.77 | 169.89 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 76 | 205 | 0 | 0.64 | 0.02 | 0.18 | 302.24 | 0.6 | 0.56 |
| Hex | D2 | 4C | CD | 0 | 40 | 2 | 12 | 12E | 3C | 38 |
| Octal | 322 | 114 | 315 | 0 | 100 | 2 | 22 | 456 | 74 | 70 |
| Binary | 11010010 | 1001100 | 11001101 | 0 | 1000000 | 10 | 10010 | 100101110 | 111100 | 111000 |
Color Harmonies of #D24CCD
Complementary color
Monochromatic Colors of #D24CCD
Black with #D24CCD
Text Example
Text Example
White with #D24CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24CCD; }
p { color: rgb(210,76,205); }
H1.HeaderClassName
{
color: #D24CCD;
}
.AnyTagClassName
{
color: #D24CCD;
}
</style>
background-color css
<style>
a { background-color: #D24CCD; }
a { background-color: rgb(210,76,205); }
div.DivClassName
{
background-color: #D24CCD;
}
.BgClassName
{
background-color: #D24CCD;
}
</style>
border-color css
<style>
span { border-color: #D24CCD; }
span { border-color: rgb(210,76,205); }
td.TdClassName
{
border-color: #D24CCD;
}
.TagClassName
{
border-color: #D24CCD;
}
</style>