Shades of Fuchsia #D640C4
Tints of Fuchsia #D640C4
RGB
CMYK
RGB Variations
Color information
#D640C4 (or 0xD640C4) is known color: Fuchsia. HEX triplet: D6, 40 and C4. RGB value is (214,64,196). Sum of RGB (Red+Green+Blue) = 214+64+196=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 196 (76.95% from 255 or 41.35% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D640C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D640C4 is #29BF3B. Grayscale: #7B7B7B. Windows color (decimal): -2735932 or 12861654. OLE color: 12861654.
HSL color Cylindrical-coordinate representation of color #D640C4: hue angle of 307.2º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D640C4 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 64 | 196 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.16 |
| HSL | 307.2º | 0.65% | 0.55% | - |
| HSV(B) | 307.2º | 0.7% | 0.84% | - |
| XYZ | 39.53 | 21.95 | 54.38 | - |
| YUV | 123.9 | 168.7 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 64 | 196 | 0 | 0.70 | 0.08 | 0.16 | 307.2 | 0.65 | 0.55 |
| Hex | D6 | 40 | C4 | 0 | 46 | 8 | 10 | 133 | 41 | 37 |
| Octal | 326 | 100 | 304 | 0 | 106 | 10 | 20 | 463 | 101 | 67 |
| Binary | 11010110 | 1000000 | 11000100 | 0 | 1000110 | 1000 | 10000 | 100110011 | 1000001 | 110111 |
Color Harmonies of #D640C4
Complementary color
Monochromatic Colors of #D640C4
Black with #D640C4
Text Example
Text Example
White with #D640C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D640C4; }
p { color: rgb(214,64,196); }
H1.HeaderClassName
{
color: #D640C4;
}
.AnyTagClassName
{
color: #D640C4;
}
</style>
background-color css
<style>
a { background-color: #D640C4; }
a { background-color: rgb(214,64,196); }
div.DivClassName
{
background-color: #D640C4;
}
.BgClassName
{
background-color: #D640C4;
}
</style>
border-color css
<style>
span { border-color: #D640C4; }
span { border-color: rgb(214,64,196); }
td.TdClassName
{
border-color: #D640C4;
}
.TagClassName
{
border-color: #D640C4;
}
</style>