Shades of Fuchsia #D052CC
Tints of Fuchsia #D052CC
RGB
CMYK
RGB Variations
Color information
#D052CC (or 0xD052CC) is known color: Fuchsia. HEX triplet: D0, 52 and CC. RGB value is (208,82,204). Sum of RGB (Red+Green+Blue) = 208+82+204=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 82 (32.42% from 255 or 16.60% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D052CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D052CC is #2FAD33. Grayscale: #858585. Windows color (decimal): -3124532 or 13390544. OLE color: 13390544.
HSL color Cylindrical-coordinate representation of color #D052CC: hue angle of 301.9º 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 #D052CC is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 82 | 204 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.18 |
| HSL | 301.9º | 0.57% | 0.57% | - |
| HSV(B) | 301.9º | 0.61% | 0.82% | - |
| XYZ | 39.93 | 23.8 | 59.62 | - |
| YUV | 133.58 | 167.74 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 82 | 204 | 0 | 0.61 | 0.02 | 0.18 | 301.9 | 0.57 | 0.57 |
| Hex | D0 | 52 | CC | 0 | 3D | 2 | 12 | 12E | 39 | 39 |
| Octal | 320 | 122 | 314 | 0 | 75 | 2 | 22 | 456 | 71 | 71 |
| Binary | 11010000 | 1010010 | 11001100 | 0 | 111101 | 10 | 10010 | 100101110 | 111001 | 111001 |
Color Harmonies of #D052CC
Complementary color
Monochromatic Colors of #D052CC
Black with #D052CC
Text Example
Text Example
White with #D052CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D052CC; }
p { color: rgb(208,82,204); }
H1.HeaderClassName
{
color: #D052CC;
}
.AnyTagClassName
{
color: #D052CC;
}
</style>
background-color css
<style>
a { background-color: #D052CC; }
a { background-color: rgb(208,82,204); }
div.DivClassName
{
background-color: #D052CC;
}
.BgClassName
{
background-color: #D052CC;
}
</style>
border-color css
<style>
span { border-color: #D052CC; }
span { border-color: rgb(208,82,204); }
td.TdClassName
{
border-color: #D052CC;
}
.TagClassName
{
border-color: #D052CC;
}
</style>