Shades of Fuchsia #D23BCB
Tints of Fuchsia #D23BCB
RGB
CMYK
RGB Variations
Color information
#D23BCB (or 0xD23BCB) is known color: Fuchsia. HEX triplet: D2, 3B and CB. RGB value is (210,59,203). Sum of RGB (Red+Green+Blue) = 210+59+203=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 59 (23.44% from 255 or 12.5% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D23BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23BCB is #2DC434. Grayscale: #787878. Windows color (decimal): -2999349 or 13319122. OLE color: 13319122.
HSL color Cylindrical-coordinate representation of color #D23BCB: hue angle of 302.78º 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 #D23BCB is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 59 | 203 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.18 |
| HSL | 302.78º | 0.63% | 0.53% | - |
| HSV(B) | 302.78º | 0.72% | 0.82% | - |
| XYZ | 38.92 | 21.14 | 58.53 | - |
| YUV | 120.57 | 174.53 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 59 | 203 | 0 | 0.72 | 0.03 | 0.18 | 302.78 | 0.63 | 0.53 |
| Hex | D2 | 3B | CB | 0 | 48 | 3 | 12 | 12F | 3F | 35 |
| Octal | 322 | 73 | 313 | 0 | 110 | 3 | 22 | 457 | 77 | 65 |
| Binary | 11010010 | 111011 | 11001011 | 0 | 1001000 | 11 | 10010 | 100101111 | 111111 | 110101 |
Color Harmonies of #D23BCB
Complementary color
Monochromatic Colors of #D23BCB
Black with #D23BCB
Text Example
Text Example
White with #D23BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23BCB; }
p { color: rgb(210,59,203); }
H1.HeaderClassName
{
color: #D23BCB;
}
.AnyTagClassName
{
color: #D23BCB;
}
</style>
background-color css
<style>
a { background-color: #D23BCB; }
a { background-color: rgb(210,59,203); }
div.DivClassName
{
background-color: #D23BCB;
}
.BgClassName
{
background-color: #D23BCB;
}
</style>
border-color css
<style>
span { border-color: #D23BCB; }
span { border-color: rgb(210,59,203); }
td.TdClassName
{
border-color: #D23BCB;
}
.TagClassName
{
border-color: #D23BCB;
}
</style>