Shades of Fuchsia #D045BD
Tints of Fuchsia #D045BD
RGB
CMYK
RGB Variations
Color information
#D045BD (or 0xD045BD) is known color: Fuchsia. HEX triplet: D0, 45 and BD. RGB value is (208,69,189). Sum of RGB (Red+Green+Blue) = 208+69+189=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 69 (27.34% from 255 or 14.81% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D045BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D045BD is #2FBA42. Grayscale: #7B7B7B. Windows color (decimal): -3127875 or 12404176. OLE color: 12404176.
HSL color Cylindrical-coordinate representation of color #D045BD: hue angle of 308.2º 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 #D045BD is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 189 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.18 |
| HSL | 308.2º | 0.6% | 0.54% | - |
| HSV(B) | 308.2º | 0.67% | 0.82% | - |
| XYZ | 37.33 | 21.34 | 50.3 | - |
| YUV | 124.24 | 164.55 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 189 | 0 | 0.67 | 0.09 | 0.18 | 308.2 | 0.6 | 0.54 |
| Hex | D0 | 45 | BD | 0 | 43 | 9 | 12 | 134 | 3C | 36 |
| Octal | 320 | 105 | 275 | 0 | 103 | 11 | 22 | 464 | 74 | 66 |
| Binary | 11010000 | 1000101 | 10111101 | 0 | 1000011 | 1001 | 10010 | 100110100 | 111100 | 110110 |
Color Harmonies of #D045BD
Complementary color
Monochromatic Colors of #D045BD
Black with #D045BD
Text Example
Text Example
White with #D045BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D045BD; }
p { color: rgb(208,69,189); }
H1.HeaderClassName
{
color: #D045BD;
}
.AnyTagClassName
{
color: #D045BD;
}
</style>
background-color css
<style>
a { background-color: #D045BD; }
a { background-color: rgb(208,69,189); }
div.DivClassName
{
background-color: #D045BD;
}
.BgClassName
{
background-color: #D045BD;
}
</style>
border-color css
<style>
span { border-color: #D045BD; }
span { border-color: rgb(208,69,189); }
td.TdClassName
{
border-color: #D045BD;
}
.TagClassName
{
border-color: #D045BD;
}
</style>