Shades of Fuchsia #D23CAD
Tints of Fuchsia #D23CAD
RGB
CMYK
RGB Variations
Color information
#D23CAD (or 0xD23CAD) is known color: Fuchsia. HEX triplet: D2, 3C and AD. RGB value is (210,60,173). Sum of RGB (Red+Green+Blue) = 210+60+173=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 60 (23.83% from 255 or 13.54% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D23CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23CAD is #2DC352. Grayscale: #757575. Windows color (decimal): -2999123 or 11353298. OLE color: 11353298.
HSL color Cylindrical-coordinate representation of color #D23CAD: hue angle of 314.8º 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 #D23CAD is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 60 | 173 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.18 |
| HSL | 314.8º | 0.63% | 0.53% | - |
| HSV(B) | 314.8º | 0.71% | 0.82% | - |
| XYZ | 35.74 | 19.95 | 41.5 | - |
| YUV | 117.73 | 159.2 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 60 | 173 | 0 | 0.71 | 0.18 | 0.18 | 314.8 | 0.63 | 0.53 |
| Hex | D2 | 3C | AD | 0 | 47 | 12 | 12 | 13B | 3E | 35 |
| Octal | 322 | 74 | 255 | 0 | 107 | 22 | 22 | 473 | 76 | 65 |
| Binary | 11010010 | 111100 | 10101101 | 0 | 1000111 | 10010 | 10010 | 100111011 | 111110 | 110101 |
Color Harmonies of #D23CAD
Complementary color
Monochromatic Colors of #D23CAD
Black with #D23CAD
Text Example
Text Example
White with #D23CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23CAD; }
p { color: rgb(210,60,173); }
H1.HeaderClassName
{
color: #D23CAD;
}
.AnyTagClassName
{
color: #D23CAD;
}
</style>
background-color css
<style>
a { background-color: #D23CAD; }
a { background-color: rgb(210,60,173); }
div.DivClassName
{
background-color: #D23CAD;
}
.BgClassName
{
background-color: #D23CAD;
}
</style>
border-color css
<style>
span { border-color: #D23CAD; }
span { border-color: rgb(210,60,173); }
td.TdClassName
{
border-color: #D23CAD;
}
.TagClassName
{
border-color: #D23CAD;
}
</style>