Shades of Fuchsia #D045CB
Tints of Fuchsia #D045CB
RGB
CMYK
RGB Variations
Color information
#D045CB (or 0xD045CB) is known color: Fuchsia. HEX triplet: D0, 45 and CB. RGB value is (208,69,203). Sum of RGB (Red+Green+Blue) = 208+69+203=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 69 (27.34% from 255 or 14.38% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 208 - color contains mainly: red. Hex color #D045CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D045CB is #2FBA34. Grayscale: #7D7D7D. Windows color (decimal): -3127861 or 13321680. OLE color: 13321680.
HSL color Cylindrical-coordinate representation of color #D045CB: hue angle of 302.16º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D045CB is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 203 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.18 |
| HSL | 302.16º | 0.6% | 0.54% | - |
| HSV(B) | 302.16º | 0.67% | 0.82% | - |
| XYZ | 38.92 | 21.98 | 58.69 | - |
| YUV | 125.84 | 171.55 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 203 | 0 | 0.67 | 0.02 | 0.18 | 302.16 | 0.6 | 0.54 |
| Hex | D0 | 45 | CB | 0 | 43 | 2 | 12 | 12E | 3C | 36 |
| Octal | 320 | 105 | 313 | 0 | 103 | 2 | 22 | 456 | 74 | 66 |
| Binary | 11010000 | 1000101 | 11001011 | 0 | 1000011 | 10 | 10010 | 100101110 | 111100 | 110110 |
Color Harmonies of #D045CB
Complementary color
Monochromatic Colors of #D045CB
Black with #D045CB
Text Example
Text Example
White with #D045CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D045CB; }
p { color: rgb(208,69,203); }
H1.HeaderClassName
{
color: #D045CB;
}
.AnyTagClassName
{
color: #D045CB;
}
</style>
background-color css
<style>
a { background-color: #D045CB; }
a { background-color: rgb(208,69,203); }
div.DivClassName
{
background-color: #D045CB;
}
.BgClassName
{
background-color: #D045CB;
}
</style>
border-color css
<style>
span { border-color: #D045CB; }
span { border-color: rgb(208,69,203); }
td.TdClassName
{
border-color: #D045CB;
}
.TagClassName
{
border-color: #D045CB;
}
</style>