Shades of Fuchsia #D442B4
Tints of Fuchsia #D442B4
RGB
CMYK
RGB Variations
Color information
#D442B4 (or 0xD442B4) is known color: Fuchsia. HEX triplet: D4, 42 and B4. RGB value is (212,66,180). Sum of RGB (Red+Green+Blue) = 212+66+180=458 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.29% from 458); Green value is 66 (26.17% from 255 or 14.41% from 458); Blue value is 180 (70.70% from 255 or 39.30% from 458); Max value from RGB is 212 - color contains mainly: red. Hex color #D442B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D442B4 is #2BBD4B. Grayscale: #7A7A7A. Windows color (decimal): -2866508 or 11813588. OLE color: 11813588.
HSL color Cylindrical-coordinate representation of color #D442B4: hue angle of 313.15º 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 #D442B4 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 66 | 180 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.17 |
| HSL | 313.15º | 0.63% | 0.55% | - |
| HSV(B) | 313.15º | 0.69% | 0.83% | - |
| XYZ | 37.34 | 21.19 | 45.3 | - |
| YUV | 122.65 | 160.37 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 66 | 180 | 0 | 0.69 | 0.15 | 0.17 | 313.15 | 0.63 | 0.55 |
| Hex | D4 | 42 | B4 | 0 | 45 | F | 11 | 139 | 3F | 37 |
| Octal | 324 | 102 | 264 | 0 | 105 | 17 | 21 | 471 | 77 | 67 |
| Binary | 11010100 | 1000010 | 10110100 | 0 | 1000101 | 1111 | 10001 | 100111001 | 111111 | 110111 |
Color Harmonies of #D442B4
Complementary color
Monochromatic Colors of #D442B4
Black with #D442B4
Text Example
Text Example
White with #D442B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D442B4; }
p { color: rgb(212,66,180); }
H1.HeaderClassName
{
color: #D442B4;
}
.AnyTagClassName
{
color: #D442B4;
}
</style>
background-color css
<style>
a { background-color: #D442B4; }
a { background-color: rgb(212,66,180); }
div.DivClassName
{
background-color: #D442B4;
}
.BgClassName
{
background-color: #D442B4;
}
</style>
border-color css
<style>
span { border-color: #D442B4; }
span { border-color: rgb(212,66,180); }
td.TdClassName
{
border-color: #D442B4;
}
.TagClassName
{
border-color: #D442B4;
}
</style>