Shades of Fuchsia #D046CB
Tints of Fuchsia #D046CB
RGB
CMYK
RGB Variations
Color information
#D046CB (or 0xD046CB) is known color: Fuchsia. HEX triplet: D0, 46 and CB. RGB value is (208,70,203). Sum of RGB (Red+Green+Blue) = 208+70+203=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 70 (27.73% from 255 or 14.55% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D046CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D046CB is #2FB934. Grayscale: #7E7E7E. Windows color (decimal): -3127605 or 13321936. OLE color: 13321936.
HSL color Cylindrical-coordinate representation of color #D046CB: hue angle of 302.17º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D046CB is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 70 | 203 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.18 |
| HSL | 302.17º | 0.59% | 0.55% | - |
| HSV(B) | 302.17º | 0.66% | 0.82% | - |
| XYZ | 38.98 | 22.1 | 58.71 | - |
| YUV | 126.42 | 171.22 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 70 | 203 | 0 | 0.66 | 0.02 | 0.18 | 302.17 | 0.59 | 0.55 |
| Hex | D0 | 46 | CB | 0 | 42 | 2 | 12 | 12E | 3B | 37 |
| Octal | 320 | 106 | 313 | 0 | 102 | 2 | 22 | 456 | 73 | 67 |
| Binary | 11010000 | 1000110 | 11001011 | 0 | 1000010 | 10 | 10010 | 100101110 | 111011 | 110111 |
Color Harmonies of #D046CB
Complementary color
Monochromatic Colors of #D046CB
Black with #D046CB
Text Example
Text Example
White with #D046CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D046CB; }
p { color: rgb(208,70,203); }
H1.HeaderClassName
{
color: #D046CB;
}
.AnyTagClassName
{
color: #D046CB;
}
</style>
background-color css
<style>
a { background-color: #D046CB; }
a { background-color: rgb(208,70,203); }
div.DivClassName
{
background-color: #D046CB;
}
.BgClassName
{
background-color: #D046CB;
}
</style>
border-color css
<style>
span { border-color: #D046CB; }
span { border-color: rgb(208,70,203); }
td.TdClassName
{
border-color: #D046CB;
}
.TagClassName
{
border-color: #D046CB;
}
</style>