Shades of Fuchsia #D24BC7
Tints of Fuchsia #D24BC7
RGB
CMYK
RGB Variations
Color information
#D24BC7 (or 0xD24BC7) is known color: Fuchsia. HEX triplet: D2, 4B and C7. RGB value is (210,75,199). Sum of RGB (Red+Green+Blue) = 210+75+199=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 75 (29.69% from 255 or 15.50% from 484); Blue value is 199 (78.12% from 255 or 41.12% from 484); Max value from RGB is 210 - color contains mainly: red. Hex color #D24BC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24BC7 is #2DB438. Grayscale: #818181. Windows color (decimal): -2995257 or 13061074. OLE color: 13061074.
HSL color Cylindrical-coordinate representation of color #D24BC7: hue angle of 304.89º 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 #D24BC7 is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 75 | 199 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.18 |
| HSL | 304.89º | 0.6% | 0.56% | - |
| HSV(B) | 304.89º | 0.64% | 0.82% | - |
| XYZ | 39.4 | 22.86 | 56.37 | - |
| YUV | 129.5 | 167.23 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 75 | 199 | 0 | 0.64 | 0.05 | 0.18 | 304.89 | 0.6 | 0.56 |
| Hex | D2 | 4B | C7 | 0 | 40 | 5 | 12 | 131 | 3C | 38 |
| Octal | 322 | 113 | 307 | 0 | 100 | 5 | 22 | 461 | 74 | 70 |
| Binary | 11010010 | 1001011 | 11000111 | 0 | 1000000 | 101 | 10010 | 100110001 | 111100 | 111000 |
Color Harmonies of #D24BC7
Complementary color
Monochromatic Colors of #D24BC7
Black with #D24BC7
Text Example
Text Example
White with #D24BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24BC7; }
p { color: rgb(210,75,199); }
H1.HeaderClassName
{
color: #D24BC7;
}
.AnyTagClassName
{
color: #D24BC7;
}
</style>
background-color css
<style>
a { background-color: #D24BC7; }
a { background-color: rgb(210,75,199); }
div.DivClassName
{
background-color: #D24BC7;
}
.BgClassName
{
background-color: #D24BC7;
}
</style>
border-color css
<style>
span { border-color: #D24BC7; }
span { border-color: rgb(210,75,199); }
td.TdClassName
{
border-color: #D24BC7;
}
.TagClassName
{
border-color: #D24BC7;
}
</style>