Shades of Fuchsia #D045BB
Tints of Fuchsia #D045BB
RGB
CMYK
RGB Variations
Color information
#D045BB (or 0xD045BB) is known color: Fuchsia. HEX triplet: D0, 45 and BB. RGB value is (208,69,187). Sum of RGB (Red+Green+Blue) = 208+69+187=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 69 (27.34% from 255 or 14.87% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D045BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D045BB is #2FBA44. Grayscale: #7B7B7B. Windows color (decimal): -3127877 or 12273104. OLE color: 12273104.
HSL color Cylindrical-coordinate representation of color #D045BB: hue angle of 309.06º 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 #D045BB is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 187 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.18 |
| HSL | 309.06º | 0.6% | 0.54% | - |
| HSV(B) | 309.06º | 0.67% | 0.82% | - |
| XYZ | 37.11 | 21.25 | 49.16 | - |
| YUV | 124.01 | 163.55 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 187 | 0 | 0.67 | 0.10 | 0.18 | 309.06 | 0.6 | 0.54 |
| Hex | D0 | 45 | BB | 0 | 43 | A | 12 | 135 | 3C | 36 |
| Octal | 320 | 105 | 273 | 0 | 103 | 12 | 22 | 465 | 74 | 66 |
| Binary | 11010000 | 1000101 | 10111011 | 0 | 1000011 | 1010 | 10010 | 100110101 | 111100 | 110110 |
Color Harmonies of #D045BB
Complementary color
Monochromatic Colors of #D045BB
Black with #D045BB
Text Example
Text Example
White with #D045BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D045BB; }
p { color: rgb(208,69,187); }
H1.HeaderClassName
{
color: #D045BB;
}
.AnyTagClassName
{
color: #D045BB;
}
</style>
background-color css
<style>
a { background-color: #D045BB; }
a { background-color: rgb(208,69,187); }
div.DivClassName
{
background-color: #D045BB;
}
.BgClassName
{
background-color: #D045BB;
}
</style>
border-color css
<style>
span { border-color: #D045BB; }
span { border-color: rgb(208,69,187); }
td.TdClassName
{
border-color: #D045BB;
}
.TagClassName
{
border-color: #D045BB;
}
</style>