Shades of Fuchsia #D642BB
Tints of Fuchsia #D642BB
RGB
CMYK
RGB Variations
Color information
#D642BB (or 0xD642BB) is known color: Fuchsia. HEX triplet: D6, 42 and BB. RGB value is (214,66,187). Sum of RGB (Red+Green+Blue) = 214+66+187=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 66 (26.17% from 255 or 14.13% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D642BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D642BB is #29BD44. Grayscale: #7B7B7B. Windows color (decimal): -2735429 or 12272342. OLE color: 12272342.
HSL color Cylindrical-coordinate representation of color #D642BB: hue angle of 310.95º 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 #D642BB is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 66 | 187 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.16 |
| HSL | 310.95º | 0.64% | 0.55% | - |
| HSV(B) | 310.95º | 0.69% | 0.84% | - |
| XYZ | 38.65 | 21.78 | 49.18 | - |
| YUV | 124.05 | 163.53 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 66 | 187 | 0 | 0.69 | 0.13 | 0.16 | 310.95 | 0.64 | 0.55 |
| Hex | D6 | 42 | BB | 0 | 45 | D | 10 | 137 | 40 | 37 |
| Octal | 326 | 102 | 273 | 0 | 105 | 15 | 20 | 467 | 100 | 67 |
| Binary | 11010110 | 1000010 | 10111011 | 0 | 1000101 | 1101 | 10000 | 100110111 | 1000000 | 110111 |
Color Harmonies of #D642BB
Complementary color
Monochromatic Colors of #D642BB
Black with #D642BB
Text Example
Text Example
White with #D642BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D642BB; }
p { color: rgb(214,66,187); }
H1.HeaderClassName
{
color: #D642BB;
}
.AnyTagClassName
{
color: #D642BB;
}
</style>
background-color css
<style>
a { background-color: #D642BB; }
a { background-color: rgb(214,66,187); }
div.DivClassName
{
background-color: #D642BB;
}
.BgClassName
{
background-color: #D642BB;
}
</style>
border-color css
<style>
span { border-color: #D642BB; }
span { border-color: rgb(214,66,187); }
td.TdClassName
{
border-color: #D642BB;
}
.TagClassName
{
border-color: #D642BB;
}
</style>