Shades of Fuchsia #D045B4
Tints of Fuchsia #D045B4
RGB
CMYK
RGB Variations
Color information
#D045B4 (or 0xD045B4) is known color: Fuchsia. HEX triplet: D0, 45 and B4. RGB value is (208,69,180). Sum of RGB (Red+Green+Blue) = 208+69+180=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 69 (27.34% from 255 or 15.10% from 457); Blue value is 180 (70.70% from 255 or 39.39% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D045B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D045B4 is #2FBA4B. Grayscale: #7A7A7A. Windows color (decimal): -3127884 or 11814352. OLE color: 11814352.
HSL color Cylindrical-coordinate representation of color #D045B4: hue angle of 312.09º 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 #D045B4 is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 180 | - |
| CMYK | 0 | 0.67 | 0.13 | 0.18 |
| HSL | 312.09º | 0.6% | 0.54% | - |
| HSV(B) | 312.09º | 0.67% | 0.82% | - |
| XYZ | 36.38 | 20.96 | 45.31 | - |
| YUV | 123.22 | 160.05 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 180 | 0 | 0.67 | 0.13 | 0.18 | 312.09 | 0.6 | 0.54 |
| Hex | D0 | 45 | B4 | 0 | 43 | D | 12 | 138 | 3C | 36 |
| Octal | 320 | 105 | 264 | 0 | 103 | 15 | 22 | 470 | 74 | 66 |
| Binary | 11010000 | 1000101 | 10110100 | 0 | 1000011 | 1101 | 10010 | 100111000 | 111100 | 110110 |
Color Harmonies of #D045B4
Complementary color
Monochromatic Colors of #D045B4
Black with #D045B4
Text Example
Text Example
White with #D045B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D045B4; }
p { color: rgb(208,69,180); }
H1.HeaderClassName
{
color: #D045B4;
}
.AnyTagClassName
{
color: #D045B4;
}
</style>
background-color css
<style>
a { background-color: #D045B4; }
a { background-color: rgb(208,69,180); }
div.DivClassName
{
background-color: #D045B4;
}
.BgClassName
{
background-color: #D045B4;
}
</style>
border-color css
<style>
span { border-color: #D045B4; }
span { border-color: rgb(208,69,180); }
td.TdClassName
{
border-color: #D045B4;
}
.TagClassName
{
border-color: #D045B4;
}
</style>