Shades of Fuchsia #D24ABB
Tints of Fuchsia #D24ABB
RGB
CMYK
RGB Variations
Color information
#D24ABB (or 0xD24ABB) is known color: Fuchsia. HEX triplet: D2, 4A and BB. RGB value is (210,74,187). Sum of RGB (Red+Green+Blue) = 210+74+187=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 74 (29.30% from 255 or 15.71% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D24ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24ABB is #2DB544. Grayscale: #7F7F7F. Windows color (decimal): -2995525 or 12274386. OLE color: 12274386.
HSL color Cylindrical-coordinate representation of color #D24ABB: hue angle of 310.15º 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 #D24ABB is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 74 | 187 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.18 |
| HSL | 310.15º | 0.6% | 0.56% | - |
| HSV(B) | 310.15º | 0.65% | 0.82% | - |
| XYZ | 38 | 22.19 | 49.29 | - |
| YUV | 127.55 | 161.56 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 187 | 0 | 0.65 | 0.11 | 0.18 | 310.15 | 0.6 | 0.56 |
| Hex | D2 | 4A | BB | 0 | 41 | B | 12 | 136 | 3C | 38 |
| Octal | 322 | 112 | 273 | 0 | 101 | 13 | 22 | 466 | 74 | 70 |
| Binary | 11010010 | 1001010 | 10111011 | 0 | 1000001 | 1011 | 10010 | 100110110 | 111100 | 111000 |
Color Harmonies of #D24ABB
Complementary color
Monochromatic Colors of #D24ABB
Black with #D24ABB
Text Example
Text Example
White with #D24ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24ABB; }
p { color: rgb(210,74,187); }
H1.HeaderClassName
{
color: #D24ABB;
}
.AnyTagClassName
{
color: #D24ABB;
}
</style>
background-color css
<style>
a { background-color: #D24ABB; }
a { background-color: rgb(210,74,187); }
div.DivClassName
{
background-color: #D24ABB;
}
.BgClassName
{
background-color: #D24ABB;
}
</style>
border-color css
<style>
span { border-color: #D24ABB; }
span { border-color: rgb(210,74,187); }
td.TdClassName
{
border-color: #D24ABB;
}
.TagClassName
{
border-color: #D24ABB;
}
</style>