Shades of Fuchsia #D24CCF
Tints of Fuchsia #D24CCF
RGB
CMYK
RGB Variations
Color information
#D24CCF (or 0xD24CCF) is known color: Fuchsia. HEX triplet: D2, 4C and CF. RGB value is (210,76,207). Sum of RGB (Red+Green+Blue) = 210+76+207=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 76 (30.08% from 255 or 15.42% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 210 - color contains mainly: red. Hex color #D24CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24CCF is #2DB330. Grayscale: #828282. Windows color (decimal): -2994993 or 13585618. OLE color: 13585618.
HSL color Cylindrical-coordinate representation of color #D24CCF: hue angle of 301.34º 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 #D24CCF is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 76 | 207 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.18 |
| HSL | 301.34º | 0.6% | 0.56% | - |
| HSV(B) | 301.34º | 0.64% | 0.82% | - |
| XYZ | 40.43 | 23.38 | 61.41 | - |
| YUV | 131 | 170.89 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 76 | 207 | 0 | 0.64 | 0.01 | 0.18 | 301.34 | 0.6 | 0.56 |
| Hex | D2 | 4C | CF | 0 | 40 | 1 | 12 | 12D | 3C | 38 |
| Octal | 322 | 114 | 317 | 0 | 100 | 1 | 22 | 455 | 74 | 70 |
| Binary | 11010010 | 1001100 | 11001111 | 0 | 1000000 | 1 | 10010 | 100101101 | 111100 | 111000 |
Color Harmonies of #D24CCF
Complementary color
Monochromatic Colors of #D24CCF
Black with #D24CCF
Text Example
Text Example
White with #D24CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24CCF; }
p { color: rgb(210,76,207); }
H1.HeaderClassName
{
color: #D24CCF;
}
.AnyTagClassName
{
color: #D24CCF;
}
</style>
background-color css
<style>
a { background-color: #D24CCF; }
a { background-color: rgb(210,76,207); }
div.DivClassName
{
background-color: #D24CCF;
}
.BgClassName
{
background-color: #D24CCF;
}
</style>
border-color css
<style>
span { border-color: #D24CCF; }
span { border-color: rgb(210,76,207); }
td.TdClassName
{
border-color: #D24CCF;
}
.TagClassName
{
border-color: #D24CCF;
}
</style>