Shades of Fuchsia #D050CA
Tints of Fuchsia #D050CA
RGB
CMYK
RGB Variations
Color information
#D050CA (or 0xD050CA) is known color: Fuchsia. HEX triplet: D0, 50 and CA. RGB value is (208,80,202). Sum of RGB (Red+Green+Blue) = 208+80+202=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 80 (31.64% from 255 or 16.33% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 208 - color contains mainly: red. Hex color #D050CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D050CA is #2FAF35. Grayscale: #838383. Windows color (decimal): -3125046 or 13258960. OLE color: 13258960.
HSL color Cylindrical-coordinate representation of color #D050CA: hue angle of 302.81º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D050CA is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 80 | 202 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.18 |
| HSL | 302.81º | 0.58% | 0.56% | - |
| HSV(B) | 302.81º | 0.62% | 0.82% | - |
| XYZ | 39.54 | 23.41 | 58.31 | - |
| YUV | 132.18 | 167.41 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 80 | 202 | 0 | 0.62 | 0.03 | 0.18 | 302.81 | 0.58 | 0.56 |
| Hex | D0 | 50 | CA | 0 | 3E | 3 | 12 | 12F | 3A | 38 |
| Octal | 320 | 120 | 312 | 0 | 76 | 3 | 22 | 457 | 72 | 70 |
| Binary | 11010000 | 1010000 | 11001010 | 0 | 111110 | 11 | 10010 | 100101111 | 111010 | 111000 |
Color Harmonies of #D050CA
Complementary color
Monochromatic Colors of #D050CA
Black with #D050CA
Text Example
Text Example
White with #D050CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D050CA; }
p { color: rgb(208,80,202); }
H1.HeaderClassName
{
color: #D050CA;
}
.AnyTagClassName
{
color: #D050CA;
}
</style>
background-color css
<style>
a { background-color: #D050CA; }
a { background-color: rgb(208,80,202); }
div.DivClassName
{
background-color: #D050CA;
}
.BgClassName
{
background-color: #D050CA;
}
</style>
border-color css
<style>
span { border-color: #D050CA; }
span { border-color: rgb(208,80,202); }
td.TdClassName
{
border-color: #D050CA;
}
.TagClassName
{
border-color: #D050CA;
}
</style>