Shades of Fuchsia #D642BC
Tints of Fuchsia #D642BC
RGB
CMYK
RGB Variations
Color information
#D642BC (or 0xD642BC) is known color: Fuchsia. HEX triplet: D6, 42 and BC. RGB value is (214,66,188). Sum of RGB (Red+Green+Blue) = 214+66+188=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 66 (26.17% from 255 or 14.10% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D642BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D642BC is #29BD43. Grayscale: #7B7B7B. Windows color (decimal): -2735428 or 12337878. OLE color: 12337878.
HSL color Cylindrical-coordinate representation of color #D642BC: hue angle of 310.54º 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 #D642BC is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 66 | 188 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.16 |
| HSL | 310.54º | 0.64% | 0.55% | - |
| HSV(B) | 310.54º | 0.69% | 0.84% | - |
| XYZ | 38.76 | 21.82 | 49.75 | - |
| YUV | 124.16 | 164.03 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 66 | 188 | 0 | 0.69 | 0.12 | 0.16 | 310.54 | 0.64 | 0.55 |
| Hex | D6 | 42 | BC | 0 | 45 | C | 10 | 137 | 40 | 37 |
| Octal | 326 | 102 | 274 | 0 | 105 | 14 | 20 | 467 | 100 | 67 |
| Binary | 11010110 | 1000010 | 10111100 | 0 | 1000101 | 1100 | 10000 | 100110111 | 1000000 | 110111 |
Color Harmonies of #D642BC
Complementary color
Monochromatic Colors of #D642BC
Black with #D642BC
Text Example
Text Example
White with #D642BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D642BC; }
p { color: rgb(214,66,188); }
H1.HeaderClassName
{
color: #D642BC;
}
.AnyTagClassName
{
color: #D642BC;
}
</style>
background-color css
<style>
a { background-color: #D642BC; }
a { background-color: rgb(214,66,188); }
div.DivClassName
{
background-color: #D642BC;
}
.BgClassName
{
background-color: #D642BC;
}
</style>
border-color css
<style>
span { border-color: #D642BC; }
span { border-color: rgb(214,66,188); }
td.TdClassName
{
border-color: #D642BC;
}
.TagClassName
{
border-color: #D642BC;
}
</style>