Shades of Fuchsia #D053C3
Tints of Fuchsia #D053C3
RGB
CMYK
RGB Variations
Color information
#D053C3 (or 0xD053C3) is known color: Fuchsia. HEX triplet: D0, 53 and C3. RGB value is (208,83,195). Sum of RGB (Red+Green+Blue) = 208+83+195=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 83 (32.81% from 255 or 17.08% from 486); Blue value is 195 (76.56% from 255 or 40.12% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D053C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D053C3 is #2FAC3C. Grayscale: #848484. Windows color (decimal): -3124285 or 12800976. OLE color: 12800976.
HSL color Cylindrical-coordinate representation of color #D053C3: hue angle of 306.24º 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 #D053C3 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 83 | 195 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.18 |
| HSL | 306.24º | 0.57% | 0.57% | - |
| HSV(B) | 306.24º | 0.6% | 0.82% | - |
| XYZ | 38.96 | 23.54 | 54.12 | - |
| YUV | 133.14 | 162.91 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 83 | 195 | 0 | 0.60 | 0.06 | 0.18 | 306.24 | 0.57 | 0.57 |
| Hex | D0 | 53 | C3 | 0 | 3C | 6 | 12 | 132 | 39 | 39 |
| Octal | 320 | 123 | 303 | 0 | 74 | 6 | 22 | 462 | 71 | 71 |
| Binary | 11010000 | 1010011 | 11000011 | 0 | 111100 | 110 | 10010 | 100110010 | 111001 | 111001 |
Color Harmonies of #D053C3
Complementary color
Monochromatic Colors of #D053C3
Black with #D053C3
Text Example
Text Example
White with #D053C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D053C3; }
p { color: rgb(208,83,195); }
H1.HeaderClassName
{
color: #D053C3;
}
.AnyTagClassName
{
color: #D053C3;
}
</style>
background-color css
<style>
a { background-color: #D053C3; }
a { background-color: rgb(208,83,195); }
div.DivClassName
{
background-color: #D053C3;
}
.BgClassName
{
background-color: #D053C3;
}
</style>
border-color css
<style>
span { border-color: #D053C3; }
span { border-color: rgb(208,83,195); }
td.TdClassName
{
border-color: #D053C3;
}
.TagClassName
{
border-color: #D053C3;
}
</style>