Shades of Fuchsia #D24ABC
Tints of Fuchsia #D24ABC
RGB
CMYK
RGB Variations
Color information
#D24ABC (or 0xD24ABC) is known color: Fuchsia. HEX triplet: D2, 4A and BC. RGB value is (210,74,188). Sum of RGB (Red+Green+Blue) = 210+74+188=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 74 (29.30% from 255 or 15.68% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D24ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24ABC is #2DB543. Grayscale: #7F7F7F. Windows color (decimal): -2995524 or 12339922. OLE color: 12339922.
HSL color Cylindrical-coordinate representation of color #D24ABC: hue angle of 309.71º 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 #D24ABC is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 74 | 188 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.18 |
| HSL | 309.71º | 0.6% | 0.56% | - |
| HSV(B) | 309.71º | 0.65% | 0.82% | - |
| XYZ | 38.1 | 22.23 | 49.86 | - |
| YUV | 127.66 | 162.06 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 188 | 0 | 0.65 | 0.10 | 0.18 | 309.71 | 0.6 | 0.56 |
| Hex | D2 | 4A | BC | 0 | 41 | A | 12 | 136 | 3C | 38 |
| Octal | 322 | 112 | 274 | 0 | 101 | 12 | 22 | 466 | 74 | 70 |
| Binary | 11010010 | 1001010 | 10111100 | 0 | 1000001 | 1010 | 10010 | 100110110 | 111100 | 111000 |
Color Harmonies of #D24ABC
Complementary color
Monochromatic Colors of #D24ABC
Black with #D24ABC
Text Example
Text Example
White with #D24ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24ABC; }
p { color: rgb(210,74,188); }
H1.HeaderClassName
{
color: #D24ABC;
}
.AnyTagClassName
{
color: #D24ABC;
}
</style>
background-color css
<style>
a { background-color: #D24ABC; }
a { background-color: rgb(210,74,188); }
div.DivClassName
{
background-color: #D24ABC;
}
.BgClassName
{
background-color: #D24ABC;
}
</style>
border-color css
<style>
span { border-color: #D24ABC; }
span { border-color: rgb(210,74,188); }
td.TdClassName
{
border-color: #D24ABC;
}
.TagClassName
{
border-color: #D24ABC;
}
</style>