Shades of Fuchsia #D053BE
Tints of Fuchsia #D053BE
RGB
CMYK
RGB Variations
Color information
#D053BE (or 0xD053BE) is known color: Fuchsia. HEX triplet: D0, 53 and BE. RGB value is (208,83,190). Sum of RGB (Red+Green+Blue) = 208+83+190=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 83 (32.81% from 255 or 17.26% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D053BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D053BE is #2FAC41. Grayscale: #848484. Windows color (decimal): -3124290 or 12473296. OLE color: 12473296.
HSL color Cylindrical-coordinate representation of color #D053BE: hue angle of 308.64º 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 #D053BE is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 83 | 190 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.18 |
| HSL | 308.64º | 0.57% | 0.57% | - |
| HSV(B) | 308.64º | 0.6% | 0.82% | - |
| XYZ | 38.4 | 23.31 | 51.19 | - |
| YUV | 132.57 | 160.41 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 83 | 190 | 0 | 0.60 | 0.09 | 0.18 | 308.64 | 0.57 | 0.57 |
| Hex | D0 | 53 | BE | 0 | 3C | 9 | 12 | 135 | 39 | 39 |
| Octal | 320 | 123 | 276 | 0 | 74 | 11 | 22 | 465 | 71 | 71 |
| Binary | 11010000 | 1010011 | 10111110 | 0 | 111100 | 1001 | 10010 | 100110101 | 111001 | 111001 |
Color Harmonies of #D053BE
Complementary color
Monochromatic Colors of #D053BE
Black with #D053BE
Text Example
Text Example
White with #D053BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D053BE; }
p { color: rgb(208,83,190); }
H1.HeaderClassName
{
color: #D053BE;
}
.AnyTagClassName
{
color: #D053BE;
}
</style>
background-color css
<style>
a { background-color: #D053BE; }
a { background-color: rgb(208,83,190); }
div.DivClassName
{
background-color: #D053BE;
}
.BgClassName
{
background-color: #D053BE;
}
</style>
border-color css
<style>
span { border-color: #D053BE; }
span { border-color: rgb(208,83,190); }
td.TdClassName
{
border-color: #D053BE;
}
.TagClassName
{
border-color: #D053BE;
}
</style>