Shades of Fuchsia #D24CB3
Tints of Fuchsia #D24CB3
RGB
CMYK
RGB Variations
Color information
#D24CB3 (or 0xD24CB3) is known color: Fuchsia. HEX triplet: D2, 4C and B3. RGB value is (210,76,179). Sum of RGB (Red+Green+Blue) = 210+76+179=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 76 (30.08% from 255 or 16.34% from 465); Blue value is 179 (70.31% from 255 or 38.49% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D24CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24CB3 is #2DB34C. Grayscale: #7F7F7F. Windows color (decimal): -2995021 or 11750610. OLE color: 11750610.
HSL color Cylindrical-coordinate representation of color #D24CB3: hue angle of 313.88º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D24CB3 is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 76 | 179 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.18 |
| HSL | 313.88º | 0.6% | 0.56% | - |
| HSV(B) | 313.88º | 0.64% | 0.82% | - |
| XYZ | 37.3 | 22.13 | 44.95 | - |
| YUV | 127.81 | 156.89 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 76 | 179 | 0 | 0.64 | 0.15 | 0.18 | 313.88 | 0.6 | 0.56 |
| Hex | D2 | 4C | B3 | 0 | 40 | F | 12 | 13A | 3C | 38 |
| Octal | 322 | 114 | 263 | 0 | 100 | 17 | 22 | 472 | 74 | 70 |
| Binary | 11010010 | 1001100 | 10110011 | 0 | 1000000 | 1111 | 10010 | 100111010 | 111100 | 111000 |
Color Harmonies of #D24CB3
Complementary color
Monochromatic Colors of #D24CB3
Black with #D24CB3
Text Example
Text Example
White with #D24CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24CB3; }
p { color: rgb(210,76,179); }
H1.HeaderClassName
{
color: #D24CB3;
}
.AnyTagClassName
{
color: #D24CB3;
}
</style>
background-color css
<style>
a { background-color: #D24CB3; }
a { background-color: rgb(210,76,179); }
div.DivClassName
{
background-color: #D24CB3;
}
.BgClassName
{
background-color: #D24CB3;
}
</style>
border-color css
<style>
span { border-color: #D24CB3; }
span { border-color: rgb(210,76,179); }
td.TdClassName
{
border-color: #D24CB3;
}
.TagClassName
{
border-color: #D24CB3;
}
</style>