Shades of Fuchsia #D053B4
Tints of Fuchsia #D053B4
RGB
CMYK
RGB Variations
Color information
#D053B4 (or 0xD053B4) is known color: Fuchsia. HEX triplet: D0, 53 and B4. RGB value is (208,83,180). Sum of RGB (Red+Green+Blue) = 208+83+180=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 83 (32.81% from 255 or 17.62% from 471); Blue value is 180 (70.70% from 255 or 38.22% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D053B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D053B4 is #2FAC4B. Grayscale: #838383. Windows color (decimal): -3124300 or 11817936. OLE color: 11817936.
HSL color Cylindrical-coordinate representation of color #D053B4: hue angle of 313.44º 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 #D053B4 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 83 | 180 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.18 |
| HSL | 313.44º | 0.57% | 0.57% | - |
| HSV(B) | 313.44º | 0.6% | 0.82% | - |
| XYZ | 37.34 | 22.89 | 45.63 | - |
| YUV | 131.43 | 155.41 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 83 | 180 | 0 | 0.60 | 0.13 | 0.18 | 313.44 | 0.57 | 0.57 |
| Hex | D0 | 53 | B4 | 0 | 3C | D | 12 | 139 | 39 | 39 |
| Octal | 320 | 123 | 264 | 0 | 74 | 15 | 22 | 471 | 71 | 71 |
| Binary | 11010000 | 1010011 | 10110100 | 0 | 111100 | 1101 | 10010 | 100111001 | 111001 | 111001 |
Color Harmonies of #D053B4
Complementary color
Monochromatic Colors of #D053B4
Black with #D053B4
Text Example
Text Example
White with #D053B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D053B4; }
p { color: rgb(208,83,180); }
H1.HeaderClassName
{
color: #D053B4;
}
.AnyTagClassName
{
color: #D053B4;
}
</style>
background-color css
<style>
a { background-color: #D053B4; }
a { background-color: rgb(208,83,180); }
div.DivClassName
{
background-color: #D053B4;
}
.BgClassName
{
background-color: #D053B4;
}
</style>
border-color css
<style>
span { border-color: #D053B4; }
span { border-color: rgb(208,83,180); }
td.TdClassName
{
border-color: #D053B4;
}
.TagClassName
{
border-color: #D053B4;
}
</style>