Shades of Fuchsia #D442BA
Tints of Fuchsia #D442BA
RGB
CMYK
RGB Variations
Color information
#D442BA (or 0xD442BA) is known color: Fuchsia. HEX triplet: D4, 42 and BA. RGB value is (212,66,186). Sum of RGB (Red+Green+Blue) = 212+66+186=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 66 (26.17% from 255 or 14.22% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D442BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D442BA is #2BBD45. Grayscale: #7B7B7B. Windows color (decimal): -2866502 or 12206804. OLE color: 12206804.
HSL color Cylindrical-coordinate representation of color #D442BA: hue angle of 310.68º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D442BA is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 66 | 186 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.17 |
| HSL | 310.68º | 0.63% | 0.55% | - |
| HSV(B) | 310.68º | 0.69% | 0.83% | - |
| XYZ | 37.96 | 21.44 | 48.59 | - |
| YUV | 123.33 | 163.37 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 66 | 186 | 0 | 0.69 | 0.12 | 0.17 | 310.68 | 0.63 | 0.55 |
| Hex | D4 | 42 | BA | 0 | 45 | C | 11 | 137 | 3F | 37 |
| Octal | 324 | 102 | 272 | 0 | 105 | 14 | 21 | 467 | 77 | 67 |
| Binary | 11010100 | 1000010 | 10111010 | 0 | 1000101 | 1100 | 10001 | 100110111 | 111111 | 110111 |
Color Harmonies of #D442BA
Complementary color
Monochromatic Colors of #D442BA
Black with #D442BA
Text Example
Text Example
White with #D442BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D442BA; }
p { color: rgb(212,66,186); }
H1.HeaderClassName
{
color: #D442BA;
}
.AnyTagClassName
{
color: #D442BA;
}
</style>
background-color css
<style>
a { background-color: #D442BA; }
a { background-color: rgb(212,66,186); }
div.DivClassName
{
background-color: #D442BA;
}
.BgClassName
{
background-color: #D442BA;
}
</style>
border-color css
<style>
span { border-color: #D442BA; }
span { border-color: rgb(212,66,186); }
td.TdClassName
{
border-color: #D442BA;
}
.TagClassName
{
border-color: #D442BA;
}
</style>