Shades of Fuchsia #D24DBE
Tints of Fuchsia #D24DBE
RGB
CMYK
RGB Variations
Color information
#D24DBE (or 0xD24DBE) is known color: Fuchsia. HEX triplet: D2, 4D and BE. RGB value is (210,77,190). Sum of RGB (Red+Green+Blue) = 210+77+190=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 77 (30.47% from 255 or 16.14% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D24DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24DBE is #2DB241. Grayscale: #818181. Windows color (decimal): -2994754 or 12471762. OLE color: 12471762.
HSL color Cylindrical-coordinate representation of color #D24DBE: hue angle of 309.02º 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 #D24DBE is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 77 | 190 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.18 |
| HSL | 309.02º | 0.6% | 0.56% | - |
| HSV(B) | 309.02º | 0.63% | 0.82% | - |
| XYZ | 38.53 | 22.73 | 51.07 | - |
| YUV | 129.65 | 162.06 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 190 | 0 | 0.63 | 0.10 | 0.18 | 309.02 | 0.6 | 0.56 |
| Hex | D2 | 4D | BE | 0 | 3F | A | 12 | 135 | 3C | 38 |
| Octal | 322 | 115 | 276 | 0 | 77 | 12 | 22 | 465 | 74 | 70 |
| Binary | 11010010 | 1001101 | 10111110 | 0 | 111111 | 1010 | 10010 | 100110101 | 111100 | 111000 |
Color Harmonies of #D24DBE
Complementary color
Monochromatic Colors of #D24DBE
Black with #D24DBE
Text Example
Text Example
White with #D24DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24DBE; }
p { color: rgb(210,77,190); }
H1.HeaderClassName
{
color: #D24DBE;
}
.AnyTagClassName
{
color: #D24DBE;
}
</style>
background-color css
<style>
a { background-color: #D24DBE; }
a { background-color: rgb(210,77,190); }
div.DivClassName
{
background-color: #D24DBE;
}
.BgClassName
{
background-color: #D24DBE;
}
</style>
border-color css
<style>
span { border-color: #D24DBE; }
span { border-color: rgb(210,77,190); }
td.TdClassName
{
border-color: #D24DBE;
}
.TagClassName
{
border-color: #D24DBE;
}
</style>