Shades of Fuchsia #D24DB3
Tints of Fuchsia #D24DB3
RGB
CMYK
RGB Variations
Color information
#D24DB3 (or 0xD24DB3) is known color: Fuchsia. HEX triplet: D2, 4D and B3. RGB value is (210,77,179). Sum of RGB (Red+Green+Blue) = 210+77+179=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 77 (30.47% from 255 or 16.52% from 466); Blue value is 179 (70.31% from 255 or 38.41% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D24DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24DB3 is #2DB24C. Grayscale: #808080. Windows color (decimal): -2994765 or 11750866. OLE color: 11750866.
HSL color Cylindrical-coordinate representation of color #D24DB3: hue angle of 313.98º 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 #D24DB3 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 77 | 179 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.18 |
| HSL | 313.99º | 0.6% | 0.56% | - |
| HSV(B) | 313.99º | 0.63% | 0.82% | - |
| XYZ | 37.37 | 22.26 | 44.98 | - |
| YUV | 128.4 | 156.56 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 179 | 0 | 0.63 | 0.15 | 0.18 | 313.99 | 0.6 | 0.56 |
| Hex | D2 | 4D | B3 | 0 | 3F | F | 12 | 13A | 3C | 38 |
| Octal | 322 | 115 | 263 | 0 | 77 | 17 | 22 | 472 | 74 | 70 |
| Binary | 11010010 | 1001101 | 10110011 | 0 | 111111 | 1111 | 10010 | 100111010 | 111100 | 111000 |
Color Harmonies of #D24DB3
Complementary color
Monochromatic Colors of #D24DB3
Black with #D24DB3
Text Example
Text Example
White with #D24DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24DB3; }
p { color: rgb(210,77,179); }
H1.HeaderClassName
{
color: #D24DB3;
}
.AnyTagClassName
{
color: #D24DB3;
}
</style>
background-color css
<style>
a { background-color: #D24DB3; }
a { background-color: rgb(210,77,179); }
div.DivClassName
{
background-color: #D24DB3;
}
.BgClassName
{
background-color: #D24DB3;
}
</style>
border-color css
<style>
span { border-color: #D24DB3; }
span { border-color: rgb(210,77,179); }
td.TdClassName
{
border-color: #D24DB3;
}
.TagClassName
{
border-color: #D24DB3;
}
</style>