Shades of Fuchsia #D230CB
Tints of Fuchsia #D230CB
RGB
CMYK
RGB Variations
Color information
#D230CB (or 0xD230CB) is known color: Fuchsia. HEX triplet: D2, 30 and CB. RGB value is (210,48,203). Sum of RGB (Red+Green+Blue) = 210+48+203=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 48 (19.14% from 255 or 10.41% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D230CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D230CB is #2DCF34. Grayscale: #717171. Windows color (decimal): -3002165 or 13316306. OLE color: 13316306.
HSL color Cylindrical-coordinate representation of color #D230CB: hue angle of 302.59º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D230CB is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 48 | 203 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.18 |
| HSL | 302.59º | 0.64% | 0.51% | - |
| HSV(B) | 302.59º | 0.77% | 0.82% | - |
| XYZ | 38.41 | 20.13 | 58.36 | - |
| YUV | 114.11 | 178.17 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 48 | 203 | 0 | 0.77 | 0.03 | 0.18 | 302.59 | 0.64 | 0.51 |
| Hex | D2 | 30 | CB | 0 | 4D | 3 | 12 | 12F | 40 | 33 |
| Octal | 322 | 60 | 313 | 0 | 115 | 3 | 22 | 457 | 100 | 63 |
| Binary | 11010010 | 110000 | 11001011 | 0 | 1001101 | 11 | 10010 | 100101111 | 1000000 | 110011 |
Color Harmonies of #D230CB
Complementary color
Monochromatic Colors of #D230CB
Black with #D230CB
Text Example
Text Example
White with #D230CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D230CB; }
p { color: rgb(210,48,203); }
H1.HeaderClassName
{
color: #D230CB;
}
.AnyTagClassName
{
color: #D230CB;
}
</style>
background-color css
<style>
a { background-color: #D230CB; }
a { background-color: rgb(210,48,203); }
div.DivClassName
{
background-color: #D230CB;
}
.BgClassName
{
background-color: #D230CB;
}
</style>
border-color css
<style>
span { border-color: #D230CB; }
span { border-color: rgb(210,48,203); }
td.TdClassName
{
border-color: #D230CB;
}
.TagClassName
{
border-color: #D230CB;
}
</style>