Shades of Fuchsia #D642CC
Tints of Fuchsia #D642CC
RGB
CMYK
RGB Variations
Color information
#D642CC (or 0xD642CC) is known color: Fuchsia. HEX triplet: D6, 42 and CC. RGB value is (214,66,204). Sum of RGB (Red+Green+Blue) = 214+66+204=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 66 (26.17% from 255 or 13.64% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D642CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D642CC is #29BD33. Grayscale: #7D7D7D. Windows color (decimal): -2735412 or 13386454. OLE color: 13386454.
HSL color Cylindrical-coordinate representation of color #D642CC: hue angle of 304.05º 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 #D642CC is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 66 | 204 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.16 |
| HSL | 304.05º | 0.64% | 0.55% | - |
| HSV(B) | 304.05º | 0.69% | 0.84% | - |
| XYZ | 40.58 | 22.55 | 59.34 | - |
| YUV | 125.98 | 172.03 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 66 | 204 | 0 | 0.69 | 0.05 | 0.16 | 304.05 | 0.64 | 0.55 |
| Hex | D6 | 42 | CC | 0 | 45 | 5 | 10 | 130 | 40 | 37 |
| Octal | 326 | 102 | 314 | 0 | 105 | 5 | 20 | 460 | 100 | 67 |
| Binary | 11010110 | 1000010 | 11001100 | 0 | 1000101 | 101 | 10000 | 100110000 | 1000000 | 110111 |
Color Harmonies of #D642CC
Complementary color
Monochromatic Colors of #D642CC
Black with #D642CC
Text Example
Text Example
White with #D642CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D642CC; }
p { color: rgb(214,66,204); }
H1.HeaderClassName
{
color: #D642CC;
}
.AnyTagClassName
{
color: #D642CC;
}
</style>
background-color css
<style>
a { background-color: #D642CC; }
a { background-color: rgb(214,66,204); }
div.DivClassName
{
background-color: #D642CC;
}
.BgClassName
{
background-color: #D642CC;
}
</style>
border-color css
<style>
span { border-color: #D642CC; }
span { border-color: rgb(214,66,204); }
td.TdClassName
{
border-color: #D642CC;
}
.TagClassName
{
border-color: #D642CC;
}
</style>