Shades of Fuchsia #D052CA
Tints of Fuchsia #D052CA
RGB
CMYK
RGB Variations
Color information
#D052CA (or 0xD052CA) is known color: Fuchsia. HEX triplet: D0, 52 and CA. RGB value is (208,82,202). Sum of RGB (Red+Green+Blue) = 208+82+202=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 82 (32.42% from 255 or 16.67% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 208 - color contains mainly: red. Hex color #D052CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D052CA is #2FAD35. Grayscale: #858585. Windows color (decimal): -3124534 or 13259472. OLE color: 13259472.
HSL color Cylindrical-coordinate representation of color #D052CA: hue angle of 302.86º 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 #D052CA is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 82 | 202 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.18 |
| HSL | 302.86º | 0.57% | 0.57% | - |
| HSV(B) | 302.86º | 0.61% | 0.82% | - |
| XYZ | 39.69 | 23.71 | 58.36 | - |
| YUV | 133.35 | 166.74 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 82 | 202 | 0 | 0.61 | 0.03 | 0.18 | 302.86 | 0.57 | 0.57 |
| Hex | D0 | 52 | CA | 0 | 3D | 3 | 12 | 12F | 39 | 39 |
| Octal | 320 | 122 | 312 | 0 | 75 | 3 | 22 | 457 | 71 | 71 |
| Binary | 11010000 | 1010010 | 11001010 | 0 | 111101 | 11 | 10010 | 100101111 | 111001 | 111001 |
Color Harmonies of #D052CA
Complementary color
Monochromatic Colors of #D052CA
Black with #D052CA
Text Example
Text Example
White with #D052CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D052CA; }
p { color: rgb(208,82,202); }
H1.HeaderClassName
{
color: #D052CA;
}
.AnyTagClassName
{
color: #D052CA;
}
</style>
background-color css
<style>
a { background-color: #D052CA; }
a { background-color: rgb(208,82,202); }
div.DivClassName
{
background-color: #D052CA;
}
.BgClassName
{
background-color: #D052CA;
}
</style>
border-color css
<style>
span { border-color: #D052CA; }
span { border-color: rgb(208,82,202); }
td.TdClassName
{
border-color: #D052CA;
}
.TagClassName
{
border-color: #D052CA;
}
</style>