Shades of Fuchsia #D650C2
Tints of Fuchsia #D650C2
RGB
CMYK
RGB Variations
Color information
#D650C2 (or 0xD650C2) is known color: Fuchsia. HEX triplet: D6, 50 and C2. RGB value is (214,80,194). Sum of RGB (Red+Green+Blue) = 214+80+194=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 80 (31.64% from 255 or 16.39% from 488); Blue value is 194 (76.17% from 255 or 39.75% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D650C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D650C2 is #29AF3D. Grayscale: #848484. Windows color (decimal): -2731838 or 12734678. OLE color: 12734678.
HSL color Cylindrical-coordinate representation of color #D650C2: hue angle of 308.96º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D650C2 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 80 | 194 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.16 |
| HSL | 308.96º | 0.62% | 0.58% | - |
| HSV(B) | 308.96º | 0.63% | 0.84% | - |
| XYZ | 40.34 | 23.93 | 53.53 | - |
| YUV | 133.06 | 162.39 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 80 | 194 | 0 | 0.63 | 0.09 | 0.16 | 308.96 | 0.62 | 0.58 |
| Hex | D6 | 50 | C2 | 0 | 3F | 9 | 10 | 135 | 3E | 3A |
| Octal | 326 | 120 | 302 | 0 | 77 | 11 | 20 | 465 | 76 | 72 |
| Binary | 11010110 | 1010000 | 11000010 | 0 | 111111 | 1001 | 10000 | 100110101 | 111110 | 111010 |
Color Harmonies of #D650C2
Complementary color
Monochromatic Colors of #D650C2
Black with #D650C2
Text Example
Text Example
White with #D650C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D650C2; }
p { color: rgb(214,80,194); }
H1.HeaderClassName
{
color: #D650C2;
}
.AnyTagClassName
{
color: #D650C2;
}
</style>
background-color css
<style>
a { background-color: #D650C2; }
a { background-color: rgb(214,80,194); }
div.DivClassName
{
background-color: #D650C2;
}
.BgClassName
{
background-color: #D650C2;
}
</style>
border-color css
<style>
span { border-color: #D650C2; }
span { border-color: rgb(214,80,194); }
td.TdClassName
{
border-color: #D650C2;
}
.TagClassName
{
border-color: #D650C2;
}
</style>