Shades of Fuchsia #D053C2
Tints of Fuchsia #D053C2
RGB
CMYK
RGB Variations
Color information
#D053C2 (or 0xD053C2) is known color: Fuchsia. HEX triplet: D0, 53 and C2. RGB value is (208,83,194). Sum of RGB (Red+Green+Blue) = 208+83+194=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 83 (32.81% from 255 or 17.11% from 485); Blue value is 194 (76.17% from 255 or 40% from 485); Max value from RGB is 208 - color contains mainly: red. Hex color #D053C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D053C2 is #2FAC3D. Grayscale: #848484. Windows color (decimal): -3124286 or 12735440. OLE color: 12735440.
HSL color Cylindrical-coordinate representation of color #D053C2: hue angle of 306.72º 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 #D053C2 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 83 | 194 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.18 |
| HSL | 306.72º | 0.57% | 0.57% | - |
| HSV(B) | 306.72º | 0.6% | 0.82% | - |
| XYZ | 38.84 | 23.49 | 53.53 | - |
| YUV | 133.03 | 162.41 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 83 | 194 | 0 | 0.60 | 0.07 | 0.18 | 306.72 | 0.57 | 0.57 |
| Hex | D0 | 53 | C2 | 0 | 3C | 7 | 12 | 133 | 39 | 39 |
| Octal | 320 | 123 | 302 | 0 | 74 | 7 | 22 | 463 | 71 | 71 |
| Binary | 11010000 | 1010011 | 11000010 | 0 | 111100 | 111 | 10010 | 100110011 | 111001 | 111001 |
Color Harmonies of #D053C2
Complementary color
Monochromatic Colors of #D053C2
Black with #D053C2
Text Example
Text Example
White with #D053C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D053C2; }
p { color: rgb(208,83,194); }
H1.HeaderClassName
{
color: #D053C2;
}
.AnyTagClassName
{
color: #D053C2;
}
</style>
background-color css
<style>
a { background-color: #D053C2; }
a { background-color: rgb(208,83,194); }
div.DivClassName
{
background-color: #D053C2;
}
.BgClassName
{
background-color: #D053C2;
}
</style>
border-color css
<style>
span { border-color: #D053C2; }
span { border-color: rgb(208,83,194); }
td.TdClassName
{
border-color: #D053C2;
}
.TagClassName
{
border-color: #D053C2;
}
</style>