Shades of Fuchsia #D640CB
Tints of Fuchsia #D640CB
RGB
CMYK
RGB Variations
Color information
#D640CB (or 0xD640CB) is known color: Fuchsia. HEX triplet: D6, 40 and CB. RGB value is (214,64,203). Sum of RGB (Red+Green+Blue) = 214+64+203=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 64 (25.39% from 255 or 13.31% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D640CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D640CB is #29BF34. Grayscale: #7C7C7C. Windows color (decimal): -2735925 or 13320406. OLE color: 13320406.
HSL color Cylindrical-coordinate representation of color #D640CB: hue angle of 304.4º 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 #D640CB is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 64 | 203 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.16 |
| HSL | 304.4º | 0.65% | 0.55% | - |
| HSV(B) | 304.4º | 0.7% | 0.84% | - |
| XYZ | 40.34 | 22.27 | 58.67 | - |
| YUV | 124.7 | 172.2 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 64 | 203 | 0 | 0.70 | 0.05 | 0.16 | 304.4 | 0.65 | 0.55 |
| Hex | D6 | 40 | CB | 0 | 46 | 5 | 10 | 130 | 41 | 37 |
| Octal | 326 | 100 | 313 | 0 | 106 | 5 | 20 | 460 | 101 | 67 |
| Binary | 11010110 | 1000000 | 11001011 | 0 | 1000110 | 101 | 10000 | 100110000 | 1000001 | 110111 |
Color Harmonies of #D640CB
Complementary color
Monochromatic Colors of #D640CB
Black with #D640CB
Text Example
Text Example
White with #D640CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D640CB; }
p { color: rgb(214,64,203); }
H1.HeaderClassName
{
color: #D640CB;
}
.AnyTagClassName
{
color: #D640CB;
}
</style>
background-color css
<style>
a { background-color: #D640CB; }
a { background-color: rgb(214,64,203); }
div.DivClassName
{
background-color: #D640CB;
}
.BgClassName
{
background-color: #D640CB;
}
</style>
border-color css
<style>
span { border-color: #D640CB; }
span { border-color: rgb(214,64,203); }
td.TdClassName
{
border-color: #D640CB;
}
.TagClassName
{
border-color: #D640CB;
}
</style>