Shades of Fuchsia #D23CB5
Tints of Fuchsia #D23CB5
RGB
CMYK
RGB Variations
Color information
#D23CB5 (or 0xD23CB5) is known color: Fuchsia. HEX triplet: D2, 3C and B5. RGB value is (210,60,181). Sum of RGB (Red+Green+Blue) = 210+60+181=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 60 (23.83% from 255 or 13.30% from 451); Blue value is 181 (71.09% from 255 or 40.13% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D23CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23CB5 is #2DC34A. Grayscale: #767676. Windows color (decimal): -2999115 or 11877586. OLE color: 11877586.
HSL color Cylindrical-coordinate representation of color #D23CB5: hue angle of 311.6º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D23CB5 is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 60 | 181 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.18 |
| HSL | 311.6º | 0.63% | 0.53% | - |
| HSV(B) | 311.6º | 0.71% | 0.82% | - |
| XYZ | 36.53 | 20.27 | 45.7 | - |
| YUV | 118.64 | 163.2 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 60 | 181 | 0 | 0.71 | 0.14 | 0.18 | 311.6 | 0.63 | 0.53 |
| Hex | D2 | 3C | B5 | 0 | 47 | E | 12 | 138 | 3E | 35 |
| Octal | 322 | 74 | 265 | 0 | 107 | 16 | 22 | 470 | 76 | 65 |
| Binary | 11010010 | 111100 | 10110101 | 0 | 1000111 | 1110 | 10010 | 100111000 | 111110 | 110101 |
Color Harmonies of #D23CB5
Complementary color
Monochromatic Colors of #D23CB5
Black with #D23CB5
Text Example
Text Example
White with #D23CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23CB5; }
p { color: rgb(210,60,181); }
H1.HeaderClassName
{
color: #D23CB5;
}
.AnyTagClassName
{
color: #D23CB5;
}
</style>
background-color css
<style>
a { background-color: #D23CB5; }
a { background-color: rgb(210,60,181); }
div.DivClassName
{
background-color: #D23CB5;
}
.BgClassName
{
background-color: #D23CB5;
}
</style>
border-color css
<style>
span { border-color: #D23CB5; }
span { border-color: rgb(210,60,181); }
td.TdClassName
{
border-color: #D23CB5;
}
.TagClassName
{
border-color: #D23CB5;
}
</style>