Shades of Fuchsia #D23BCA
Tints of Fuchsia #D23BCA
RGB
CMYK
RGB Variations
Color information
#D23BCA (or 0xD23BCA) is known color: Fuchsia. HEX triplet: D2, 3B and CA. RGB value is (210,59,202). Sum of RGB (Red+Green+Blue) = 210+59+202=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 59 (23.44% from 255 or 12.53% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D23BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23BCA is #2DC435. Grayscale: #787878. Windows color (decimal): -2999350 or 13253586. OLE color: 13253586.
HSL color Cylindrical-coordinate representation of color #D23BCA: hue angle of 303.18º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D23BCA is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 59 | 202 | - |
| CMYK | 0 | 0.72 | 0.04 | 0.18 |
| HSL | 303.18º | 0.63% | 0.53% | - |
| HSV(B) | 303.18º | 0.72% | 0.82% | - |
| XYZ | 38.8 | 21.09 | 57.9 | - |
| YUV | 120.45 | 174.03 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 59 | 202 | 0 | 0.72 | 0.04 | 0.18 | 303.18 | 0.63 | 0.53 |
| Hex | D2 | 3B | CA | 0 | 48 | 4 | 12 | 12F | 3F | 35 |
| Octal | 322 | 73 | 312 | 0 | 110 | 4 | 22 | 457 | 77 | 65 |
| Binary | 11010010 | 111011 | 11001010 | 0 | 1001000 | 100 | 10010 | 100101111 | 111111 | 110101 |
Color Harmonies of #D23BCA
Complementary color
Monochromatic Colors of #D23BCA
Black with #D23BCA
Text Example
Text Example
White with #D23BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23BCA; }
p { color: rgb(210,59,202); }
H1.HeaderClassName
{
color: #D23BCA;
}
.AnyTagClassName
{
color: #D23BCA;
}
</style>
background-color css
<style>
a { background-color: #D23BCA; }
a { background-color: rgb(210,59,202); }
div.DivClassName
{
background-color: #D23BCA;
}
.BgClassName
{
background-color: #D23BCA;
}
</style>
border-color css
<style>
span { border-color: #D23BCA; }
span { border-color: rgb(210,59,202); }
td.TdClassName
{
border-color: #D23BCA;
}
.TagClassName
{
border-color: #D23BCA;
}
</style>