Shades of Fuchsia #D642BA
Tints of Fuchsia #D642BA
RGB
CMYK
RGB Variations
Color information
#D642BA (or 0xD642BA) is known color: Fuchsia. HEX triplet: D6, 42 and BA. RGB value is (214,66,186). Sum of RGB (Red+Green+Blue) = 214+66+186=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 66 (26.17% from 255 or 14.16% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D642BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D642BA is #29BD45. Grayscale: #7B7B7B. Windows color (decimal): -2735430 or 12206806. OLE color: 12206806.
HSL color Cylindrical-coordinate representation of color #D642BA: hue angle of 311.35º 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 #D642BA is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 66 | 186 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.16 |
| HSL | 311.35º | 0.64% | 0.55% | - |
| HSV(B) | 311.35º | 0.69% | 0.84% | - |
| XYZ | 38.54 | 21.74 | 48.62 | - |
| YUV | 123.93 | 163.03 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 66 | 186 | 0 | 0.69 | 0.13 | 0.16 | 311.35 | 0.64 | 0.55 |
| Hex | D6 | 42 | BA | 0 | 45 | D | 10 | 137 | 40 | 37 |
| Octal | 326 | 102 | 272 | 0 | 105 | 15 | 20 | 467 | 100 | 67 |
| Binary | 11010110 | 1000010 | 10111010 | 0 | 1000101 | 1101 | 10000 | 100110111 | 1000000 | 110111 |
Color Harmonies of #D642BA
Complementary color
Monochromatic Colors of #D642BA
Black with #D642BA
Text Example
Text Example
White with #D642BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D642BA; }
p { color: rgb(214,66,186); }
H1.HeaderClassName
{
color: #D642BA;
}
.AnyTagClassName
{
color: #D642BA;
}
</style>
background-color css
<style>
a { background-color: #D642BA; }
a { background-color: rgb(214,66,186); }
div.DivClassName
{
background-color: #D642BA;
}
.BgClassName
{
background-color: #D642BA;
}
</style>
border-color css
<style>
span { border-color: #D642BA; }
span { border-color: rgb(214,66,186); }
td.TdClassName
{
border-color: #D642BA;
}
.TagClassName
{
border-color: #D642BA;
}
</style>