Shades of Fuchsia #D053B5
Tints of Fuchsia #D053B5
RGB
CMYK
RGB Variations
Color information
#D053B5 (or 0xD053B5) is known color: Fuchsia. HEX triplet: D0, 53 and B5. RGB value is (208,83,181). Sum of RGB (Red+Green+Blue) = 208+83+181=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 83 (32.81% from 255 or 17.58% from 472); Blue value is 181 (71.09% from 255 or 38.35% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D053B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D053B5 is #2FAC4A. Grayscale: #838383. Windows color (decimal): -3124299 or 11883472. OLE color: 11883472.
HSL color Cylindrical-coordinate representation of color #D053B5: hue angle of 312.96º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D053B5 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 83 | 181 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.18 |
| HSL | 312.96º | 0.57% | 0.57% | - |
| HSV(B) | 312.96º | 0.6% | 0.82% | - |
| XYZ | 37.45 | 22.93 | 46.17 | - |
| YUV | 131.55 | 155.91 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 83 | 181 | 0 | 0.60 | 0.13 | 0.18 | 312.96 | 0.57 | 0.57 |
| Hex | D0 | 53 | B5 | 0 | 3C | D | 12 | 139 | 39 | 39 |
| Octal | 320 | 123 | 265 | 0 | 74 | 15 | 22 | 471 | 71 | 71 |
| Binary | 11010000 | 1010011 | 10110101 | 0 | 111100 | 1101 | 10010 | 100111001 | 111001 | 111001 |
Color Harmonies of #D053B5
Complementary color
Monochromatic Colors of #D053B5
Black with #D053B5
Text Example
Text Example
White with #D053B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D053B5; }
p { color: rgb(208,83,181); }
H1.HeaderClassName
{
color: #D053B5;
}
.AnyTagClassName
{
color: #D053B5;
}
</style>
background-color css
<style>
a { background-color: #D053B5; }
a { background-color: rgb(208,83,181); }
div.DivClassName
{
background-color: #D053B5;
}
.BgClassName
{
background-color: #D053B5;
}
</style>
border-color css
<style>
span { border-color: #D053B5; }
span { border-color: rgb(208,83,181); }
td.TdClassName
{
border-color: #D053B5;
}
.TagClassName
{
border-color: #D053B5;
}
</style>