Shades of Fuchsia #D232CB
Tints of Fuchsia #D232CB
RGB
CMYK
RGB Variations
Color information
#D232CB (or 0xD232CB) is known color: Fuchsia. HEX triplet: D2, 32 and CB. RGB value is (210,50,203). Sum of RGB (Red+Green+Blue) = 210+50+203=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 50 (19.92% from 255 or 10.80% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D232CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D232CB is #2DCD34. Grayscale: #727272. Windows color (decimal): -3001653 or 13316818. OLE color: 13316818.
HSL color Cylindrical-coordinate representation of color #D232CB: hue angle of 302.62º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D232CB is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 50 | 203 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.18 |
| HSL | 302.63º | 0.64% | 0.51% | - |
| HSV(B) | 302.63º | 0.76% | 0.82% | - |
| XYZ | 38.5 | 20.29 | 58.39 | - |
| YUV | 115.28 | 177.51 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 203 | 0 | 0.76 | 0.03 | 0.18 | 302.63 | 0.64 | 0.51 |
| Hex | D2 | 32 | CB | 0 | 4C | 3 | 12 | 12F | 40 | 33 |
| Octal | 322 | 62 | 313 | 0 | 114 | 3 | 22 | 457 | 100 | 63 |
| Binary | 11010010 | 110010 | 11001011 | 0 | 1001100 | 11 | 10010 | 100101111 | 1000000 | 110011 |
Color Harmonies of #D232CB
Complementary color
Monochromatic Colors of #D232CB
Black with #D232CB
Text Example
Text Example
White with #D232CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D232CB; }
p { color: rgb(210,50,203); }
H1.HeaderClassName
{
color: #D232CB;
}
.AnyTagClassName
{
color: #D232CB;
}
</style>
background-color css
<style>
a { background-color: #D232CB; }
a { background-color: rgb(210,50,203); }
div.DivClassName
{
background-color: #D232CB;
}
.BgClassName
{
background-color: #D232CB;
}
</style>
border-color css
<style>
span { border-color: #D232CB; }
span { border-color: rgb(210,50,203); }
td.TdClassName
{
border-color: #D232CB;
}
.TagClassName
{
border-color: #D232CB;
}
</style>