Shades of Fuchsia #D030CB
Tints of Fuchsia #D030CB
RGB
CMYK
RGB Variations
Color information
#D030CB (or 0xD030CB) is known color: Fuchsia. HEX triplet: D0, 30 and CB. RGB value is (208,48,203). Sum of RGB (Red+Green+Blue) = 208+48+203=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 48 (19.14% from 255 or 10.46% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D030CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D030CB is #2FCF34. Grayscale: #717171. Windows color (decimal): -3133237 or 13316304. OLE color: 13316304.
HSL color Cylindrical-coordinate representation of color #D030CB: hue angle of 301.88º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D030CB is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 48 | 203 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.18 |
| HSL | 301.88º | 0.63% | 0.5% | - |
| HSV(B) | 301.88º | 0.77% | 0.82% | - |
| XYZ | 37.85 | 19.84 | 58.33 | - |
| YUV | 113.51 | 178.51 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 48 | 203 | 0 | 0.77 | 0.02 | 0.18 | 301.88 | 0.63 | 0.5 |
| Hex | D0 | 30 | CB | 0 | 4D | 2 | 12 | 12E | 3F | 32 |
| Octal | 320 | 60 | 313 | 0 | 115 | 2 | 22 | 456 | 77 | 62 |
| Binary | 11010000 | 110000 | 11001011 | 0 | 1001101 | 10 | 10010 | 100101110 | 111111 | 110010 |
Color Harmonies of #D030CB
Complementary color
Monochromatic Colors of #D030CB
Black with #D030CB
Text Example
Text Example
White with #D030CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D030CB; }
p { color: rgb(208,48,203); }
H1.HeaderClassName
{
color: #D030CB;
}
.AnyTagClassName
{
color: #D030CB;
}
</style>
background-color css
<style>
a { background-color: #D030CB; }
a { background-color: rgb(208,48,203); }
div.DivClassName
{
background-color: #D030CB;
}
.BgClassName
{
background-color: #D030CB;
}
</style>
border-color css
<style>
span { border-color: #D030CB; }
span { border-color: rgb(208,48,203); }
td.TdClassName
{
border-color: #D030CB;
}
.TagClassName
{
border-color: #D030CB;
}
</style>