Shades of Fuchsia #D24ACF
Tints of Fuchsia #D24ACF
RGB
CMYK
RGB Variations
Color information
#D24ACF (or 0xD24ACF) is known color: Fuchsia. HEX triplet: D2, 4A and CF. RGB value is (210,74,207). Sum of RGB (Red+Green+Blue) = 210+74+207=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 74 (29.30% from 255 or 15.07% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D24ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24ACF is #2DB530. Grayscale: #818181. Windows color (decimal): -2995505 or 13585106. OLE color: 13585106.
HSL color Cylindrical-coordinate representation of color #D24ACF: hue angle of 301.32º 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 #D24ACF is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 74 | 207 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.18 |
| HSL | 301.32º | 0.6% | 0.56% | - |
| HSV(B) | 301.32º | 0.65% | 0.82% | - |
| XYZ | 40.29 | 23.1 | 61.37 | - |
| YUV | 129.83 | 171.56 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 207 | 0 | 0.65 | 0.01 | 0.18 | 301.32 | 0.6 | 0.56 |
| Hex | D2 | 4A | CF | 0 | 41 | 1 | 12 | 12D | 3C | 38 |
| Octal | 322 | 112 | 317 | 0 | 101 | 1 | 22 | 455 | 74 | 70 |
| Binary | 11010010 | 1001010 | 11001111 | 0 | 1000001 | 1 | 10010 | 100101101 | 111100 | 111000 |
Color Harmonies of #D24ACF
Complementary color
Monochromatic Colors of #D24ACF
Black with #D24ACF
Text Example
Text Example
White with #D24ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24ACF; }
p { color: rgb(210,74,207); }
H1.HeaderClassName
{
color: #D24ACF;
}
.AnyTagClassName
{
color: #D24ACF;
}
</style>
background-color css
<style>
a { background-color: #D24ACF; }
a { background-color: rgb(210,74,207); }
div.DivClassName
{
background-color: #D24ACF;
}
.BgClassName
{
background-color: #D24ACF;
}
</style>
border-color css
<style>
span { border-color: #D24ACF; }
span { border-color: rgb(210,74,207); }
td.TdClassName
{
border-color: #D24ACF;
}
.TagClassName
{
border-color: #D24ACF;
}
</style>