Shades of Fuchsia #D24DBB
Tints of Fuchsia #D24DBB
RGB
CMYK
RGB Variations
Color information
#D24DBB (or 0xD24DBB) is known color: Fuchsia. HEX triplet: D2, 4D and BB. RGB value is (210,77,187). Sum of RGB (Red+Green+Blue) = 210+77+187=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 77 (30.47% from 255 or 16.24% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 210 - color contains mainly: red. Hex color #D24DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24DBB is #2DB244. Grayscale: #818181. Windows color (decimal): -2994757 or 12275154. OLE color: 12275154.
HSL color Cylindrical-coordinate representation of color #D24DBB: hue angle of 310.38º 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 #D24DBB is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 77 | 187 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.18 |
| HSL | 310.38º | 0.6% | 0.56% | - |
| HSV(B) | 310.38º | 0.63% | 0.82% | - |
| XYZ | 38.2 | 22.6 | 49.36 | - |
| YUV | 129.31 | 160.56 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 187 | 0 | 0.63 | 0.11 | 0.18 | 310.38 | 0.6 | 0.56 |
| Hex | D2 | 4D | BB | 0 | 3F | B | 12 | 136 | 3C | 38 |
| Octal | 322 | 115 | 273 | 0 | 77 | 13 | 22 | 466 | 74 | 70 |
| Binary | 11010010 | 1001101 | 10111011 | 0 | 111111 | 1011 | 10010 | 100110110 | 111100 | 111000 |
Color Harmonies of #D24DBB
Complementary color
Monochromatic Colors of #D24DBB
Black with #D24DBB
Text Example
Text Example
White with #D24DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24DBB; }
p { color: rgb(210,77,187); }
H1.HeaderClassName
{
color: #D24DBB;
}
.AnyTagClassName
{
color: #D24DBB;
}
</style>
background-color css
<style>
a { background-color: #D24DBB; }
a { background-color: rgb(210,77,187); }
div.DivClassName
{
background-color: #D24DBB;
}
.BgClassName
{
background-color: #D24DBB;
}
</style>
border-color css
<style>
span { border-color: #D24DBB; }
span { border-color: rgb(210,77,187); }
td.TdClassName
{
border-color: #D24DBB;
}
.TagClassName
{
border-color: #D24DBB;
}
</style>