Shades of Fuchsia #D24DBD
Tints of Fuchsia #D24DBD
RGB
CMYK
RGB Variations
Color information
#D24DBD (or 0xD24DBD) is known color: Fuchsia. HEX triplet: D2, 4D and BD. RGB value is (210,77,189). Sum of RGB (Red+Green+Blue) = 210+77+189=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 77 (30.47% from 255 or 16.18% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 210 - color contains mainly: red. Hex color #D24DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24DBD is #2DB242. Grayscale: #818181. Windows color (decimal): -2994755 or 12406226. OLE color: 12406226.
HSL color Cylindrical-coordinate representation of color #D24DBD: hue angle of 309.47º 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 #D24DBD is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 77 | 189 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.18 |
| HSL | 309.47º | 0.6% | 0.56% | - |
| HSV(B) | 309.47º | 0.63% | 0.82% | - |
| XYZ | 38.42 | 22.68 | 50.5 | - |
| YUV | 129.54 | 161.56 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 189 | 0 | 0.63 | 0.10 | 0.18 | 309.47 | 0.6 | 0.56 |
| Hex | D2 | 4D | BD | 0 | 3F | A | 12 | 135 | 3C | 38 |
| Octal | 322 | 115 | 275 | 0 | 77 | 12 | 22 | 465 | 74 | 70 |
| Binary | 11010010 | 1001101 | 10111101 | 0 | 111111 | 1010 | 10010 | 100110101 | 111100 | 111000 |
Color Harmonies of #D24DBD
Complementary color
Monochromatic Colors of #D24DBD
Black with #D24DBD
Text Example
Text Example
White with #D24DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24DBD; }
p { color: rgb(210,77,189); }
H1.HeaderClassName
{
color: #D24DBD;
}
.AnyTagClassName
{
color: #D24DBD;
}
</style>
background-color css
<style>
a { background-color: #D24DBD; }
a { background-color: rgb(210,77,189); }
div.DivClassName
{
background-color: #D24DBD;
}
.BgClassName
{
background-color: #D24DBD;
}
</style>
border-color css
<style>
span { border-color: #D24DBD; }
span { border-color: rgb(210,77,189); }
td.TdClassName
{
border-color: #D24DBD;
}
.TagClassName
{
border-color: #D24DBD;
}
</style>