Shades of Fuchsia #D034CB
Tints of Fuchsia #D034CB
RGB
CMYK
RGB Variations
Color information
#D034CB (or 0xD034CB) is known color: Fuchsia. HEX triplet: D0, 34 and CB. RGB value is (208,52,203). Sum of RGB (Red+Green+Blue) = 208+52+203=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 52 (20.70% from 255 or 11.23% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D034CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D034CB is #2FCB34. Grayscale: #737373. Windows color (decimal): -3132213 or 13317328. OLE color: 13317328.
HSL color Cylindrical-coordinate representation of color #D034CB: hue angle of 301.92º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D034CB is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 52 | 203 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.18 |
| HSL | 301.92º | 0.62% | 0.51% | - |
| HSV(B) | 301.92º | 0.75% | 0.82% | - |
| XYZ | 38.02 | 20.18 | 58.39 | - |
| YUV | 115.86 | 177.18 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 52 | 203 | 0 | 0.75 | 0.02 | 0.18 | 301.92 | 0.62 | 0.51 |
| Hex | D0 | 34 | CB | 0 | 4B | 2 | 12 | 12E | 3E | 33 |
| Octal | 320 | 64 | 313 | 0 | 113 | 2 | 22 | 456 | 76 | 63 |
| Binary | 11010000 | 110100 | 11001011 | 0 | 1001011 | 10 | 10010 | 100101110 | 111110 | 110011 |
Color Harmonies of #D034CB
Complementary color
Monochromatic Colors of #D034CB
Black with #D034CB
Text Example
Text Example
White with #D034CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D034CB; }
p { color: rgb(208,52,203); }
H1.HeaderClassName
{
color: #D034CB;
}
.AnyTagClassName
{
color: #D034CB;
}
</style>
background-color css
<style>
a { background-color: #D034CB; }
a { background-color: rgb(208,52,203); }
div.DivClassName
{
background-color: #D034CB;
}
.BgClassName
{
background-color: #D034CB;
}
</style>
border-color css
<style>
span { border-color: #D034CB; }
span { border-color: rgb(208,52,203); }
td.TdClassName
{
border-color: #D034CB;
}
.TagClassName
{
border-color: #D034CB;
}
</style>