Shades of Fuchsia #D24DB7
Tints of Fuchsia #D24DB7
RGB
CMYK
RGB Variations
Color information
#D24DB7 (or 0xD24DB7) is known color: Fuchsia. HEX triplet: D2, 4D and B7. RGB value is (210,77,183). Sum of RGB (Red+Green+Blue) = 210+77+183=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 77 (30.47% from 255 or 16.38% from 470); Blue value is 183 (71.88% from 255 or 38.94% from 470); Max value from RGB is 210 - color contains mainly: red. Hex color #D24DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24DB7 is #2DB248. Grayscale: #808080. Windows color (decimal): -2994761 or 12013010. OLE color: 12013010.
HSL color Cylindrical-coordinate representation of color #D24DB7: hue angle of 312.18º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D24DB7 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 77 | 183 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.18 |
| HSL | 312.18º | 0.6% | 0.56% | - |
| HSV(B) | 312.18º | 0.63% | 0.82% | - |
| XYZ | 37.78 | 22.43 | 47.14 | - |
| YUV | 128.85 | 158.56 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 183 | 0 | 0.63 | 0.13 | 0.18 | 312.18 | 0.6 | 0.56 |
| Hex | D2 | 4D | B7 | 0 | 3F | D | 12 | 138 | 3C | 38 |
| Octal | 322 | 115 | 267 | 0 | 77 | 15 | 22 | 470 | 74 | 70 |
| Binary | 11010010 | 1001101 | 10110111 | 0 | 111111 | 1101 | 10010 | 100111000 | 111100 | 111000 |
Color Harmonies of #D24DB7
Complementary color
Monochromatic Colors of #D24DB7
Black with #D24DB7
Text Example
Text Example
White with #D24DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24DB7; }
p { color: rgb(210,77,183); }
H1.HeaderClassName
{
color: #D24DB7;
}
.AnyTagClassName
{
color: #D24DB7;
}
</style>
background-color css
<style>
a { background-color: #D24DB7; }
a { background-color: rgb(210,77,183); }
div.DivClassName
{
background-color: #D24DB7;
}
.BgClassName
{
background-color: #D24DB7;
}
</style>
border-color css
<style>
span { border-color: #D24DB7; }
span { border-color: rgb(210,77,183); }
td.TdClassName
{
border-color: #D24DB7;
}
.TagClassName
{
border-color: #D24DB7;
}
</style>