Shades of Fuchsia #D442BB
Tints of Fuchsia #D442BB
RGB
CMYK
RGB Variations
Color information
#D442BB (or 0xD442BB) is known color: Fuchsia. HEX triplet: D4, 42 and BB. RGB value is (212,66,187). Sum of RGB (Red+Green+Blue) = 212+66+187=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 66 (26.17% from 255 or 14.19% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 212 - color contains mainly: red. Hex color #D442BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D442BB is #2BBD44. Grayscale: #7B7B7B. Windows color (decimal): -2866501 or 12272340. OLE color: 12272340.
HSL color Cylindrical-coordinate representation of color #D442BB: hue angle of 310.27º 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 #D442BB is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 66 | 187 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.17 |
| HSL | 310.27º | 0.63% | 0.55% | - |
| HSV(B) | 310.27º | 0.69% | 0.83% | - |
| XYZ | 38.07 | 21.48 | 49.15 | - |
| YUV | 123.45 | 163.87 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 66 | 187 | 0 | 0.69 | 0.12 | 0.17 | 310.27 | 0.63 | 0.55 |
| Hex | D4 | 42 | BB | 0 | 45 | C | 11 | 136 | 3F | 37 |
| Octal | 324 | 102 | 273 | 0 | 105 | 14 | 21 | 466 | 77 | 67 |
| Binary | 11010100 | 1000010 | 10111011 | 0 | 1000101 | 1100 | 10001 | 100110110 | 111111 | 110111 |
Color Harmonies of #D442BB
Complementary color
Monochromatic Colors of #D442BB
Black with #D442BB
Text Example
Text Example
White with #D442BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D442BB; }
p { color: rgb(212,66,187); }
H1.HeaderClassName
{
color: #D442BB;
}
.AnyTagClassName
{
color: #D442BB;
}
</style>
background-color css
<style>
a { background-color: #D442BB; }
a { background-color: rgb(212,66,187); }
div.DivClassName
{
background-color: #D442BB;
}
.BgClassName
{
background-color: #D442BB;
}
</style>
border-color css
<style>
span { border-color: #D442BB; }
span { border-color: rgb(212,66,187); }
td.TdClassName
{
border-color: #D442BB;
}
.TagClassName
{
border-color: #D442BB;
}
</style>