Shades of Fuchsia #D24ABD
Tints of Fuchsia #D24ABD
RGB
CMYK
RGB Variations
Color information
#D24ABD (or 0xD24ABD) is known color: Fuchsia. HEX triplet: D2, 4A and BD. RGB value is (210,74,189). Sum of RGB (Red+Green+Blue) = 210+74+189=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 74 (29.30% from 255 or 15.64% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D24ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24ABD is #2DB542. Grayscale: #7F7F7F. Windows color (decimal): -2995523 or 12405458. OLE color: 12405458.
HSL color Cylindrical-coordinate representation of color #D24ABD: hue angle of 309.26º 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 #D24ABD is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 74 | 189 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.18 |
| HSL | 309.26º | 0.6% | 0.56% | - |
| HSV(B) | 309.26º | 0.65% | 0.82% | - |
| XYZ | 38.21 | 22.27 | 50.43 | - |
| YUV | 127.77 | 162.56 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 189 | 0 | 0.65 | 0.10 | 0.18 | 309.26 | 0.6 | 0.56 |
| Hex | D2 | 4A | BD | 0 | 41 | A | 12 | 135 | 3C | 38 |
| Octal | 322 | 112 | 275 | 0 | 101 | 12 | 22 | 465 | 74 | 70 |
| Binary | 11010010 | 1001010 | 10111101 | 0 | 1000001 | 1010 | 10010 | 100110101 | 111100 | 111000 |
Color Harmonies of #D24ABD
Complementary color
Monochromatic Colors of #D24ABD
Black with #D24ABD
Text Example
Text Example
White with #D24ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24ABD; }
p { color: rgb(210,74,189); }
H1.HeaderClassName
{
color: #D24ABD;
}
.AnyTagClassName
{
color: #D24ABD;
}
</style>
background-color css
<style>
a { background-color: #D24ABD; }
a { background-color: rgb(210,74,189); }
div.DivClassName
{
background-color: #D24ABD;
}
.BgClassName
{
background-color: #D24ABD;
}
</style>
border-color css
<style>
span { border-color: #D24ABD; }
span { border-color: rgb(210,74,189); }
td.TdClassName
{
border-color: #D24ABD;
}
.TagClassName
{
border-color: #D24ABD;
}
</style>