Shades of Fuchsia #D052C2
Tints of Fuchsia #D052C2
RGB
CMYK
RGB Variations
Color information
#D052C2 (or 0xD052C2) is known color: Fuchsia. HEX triplet: D0, 52 and C2. RGB value is (208,82,194). Sum of RGB (Red+Green+Blue) = 208+82+194=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 82 (32.42% from 255 or 16.94% from 484); Blue value is 194 (76.17% from 255 or 40.08% from 484); Max value from RGB is 208 - color contains mainly: red. Hex color #D052C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D052C2 is #2FAD3D. Grayscale: #848484. Windows color (decimal): -3124542 or 12735184. OLE color: 12735184.
HSL color Cylindrical-coordinate representation of color #D052C2: hue angle of 306.67º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D052C2 is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 82 | 194 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.18 |
| HSL | 306.67º | 0.57% | 0.57% | - |
| HSV(B) | 306.67º | 0.61% | 0.82% | - |
| XYZ | 38.77 | 23.34 | 53.5 | - |
| YUV | 132.44 | 162.74 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 82 | 194 | 0 | 0.61 | 0.07 | 0.18 | 306.67 | 0.57 | 0.57 |
| Hex | D0 | 52 | C2 | 0 | 3D | 7 | 12 | 133 | 39 | 39 |
| Octal | 320 | 122 | 302 | 0 | 75 | 7 | 22 | 463 | 71 | 71 |
| Binary | 11010000 | 1010010 | 11000010 | 0 | 111101 | 111 | 10010 | 100110011 | 111001 | 111001 |
Color Harmonies of #D052C2
Complementary color
Monochromatic Colors of #D052C2
Black with #D052C2
Text Example
Text Example
White with #D052C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D052C2; }
p { color: rgb(208,82,194); }
H1.HeaderClassName
{
color: #D052C2;
}
.AnyTagClassName
{
color: #D052C2;
}
</style>
background-color css
<style>
a { background-color: #D052C2; }
a { background-color: rgb(208,82,194); }
div.DivClassName
{
background-color: #D052C2;
}
.BgClassName
{
background-color: #D052C2;
}
</style>
border-color css
<style>
span { border-color: #D052C2; }
span { border-color: rgb(208,82,194); }
td.TdClassName
{
border-color: #D052C2;
}
.TagClassName
{
border-color: #D052C2;
}
</style>