Shades of Fuchsia #D642C5
Tints of Fuchsia #D642C5
RGB
CMYK
RGB Variations
Color information
#D642C5 (or 0xD642C5) is known color: Fuchsia. HEX triplet: D6, 42 and C5. RGB value is (214,66,197). Sum of RGB (Red+Green+Blue) = 214+66+197=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 66 (26.17% from 255 or 13.84% from 477); Blue value is 197 (77.34% from 255 or 41.30% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D642C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D642C5 is #29BD3A. Grayscale: #7C7C7C. Windows color (decimal): -2735419 or 12927702. OLE color: 12927702.
HSL color Cylindrical-coordinate representation of color #D642C5: hue angle of 306.89º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D642C5 is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 66 | 197 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.16 |
| HSL | 306.89º | 0.64% | 0.55% | - |
| HSV(B) | 306.89º | 0.69% | 0.84% | - |
| XYZ | 39.76 | 22.22 | 55.02 | - |
| YUV | 125.19 | 168.53 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 66 | 197 | 0 | 0.69 | 0.08 | 0.16 | 306.89 | 0.64 | 0.55 |
| Hex | D6 | 42 | C5 | 0 | 45 | 8 | 10 | 133 | 40 | 37 |
| Octal | 326 | 102 | 305 | 0 | 105 | 10 | 20 | 463 | 100 | 67 |
| Binary | 11010110 | 1000010 | 11000101 | 0 | 1000101 | 1000 | 10000 | 100110011 | 1000000 | 110111 |
Color Harmonies of #D642C5
Complementary color
Monochromatic Colors of #D642C5
Black with #D642C5
Text Example
Text Example
White with #D642C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D642C5; }
p { color: rgb(214,66,197); }
H1.HeaderClassName
{
color: #D642C5;
}
.AnyTagClassName
{
color: #D642C5;
}
</style>
background-color css
<style>
a { background-color: #D642C5; }
a { background-color: rgb(214,66,197); }
div.DivClassName
{
background-color: #D642C5;
}
.BgClassName
{
background-color: #D642C5;
}
</style>
border-color css
<style>
span { border-color: #D642C5; }
span { border-color: rgb(214,66,197); }
td.TdClassName
{
border-color: #D642C5;
}
.TagClassName
{
border-color: #D642C5;
}
</style>