Shades of Fuchsia #D442B3
Tints of Fuchsia #D442B3
RGB
CMYK
RGB Variations
Color information
#D442B3 (or 0xD442B3) is known color: Fuchsia. HEX triplet: D4, 42 and B3. RGB value is (212,66,179). Sum of RGB (Red+Green+Blue) = 212+66+179=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 66 (26.17% from 255 or 14.44% from 457); Blue value is 179 (70.31% from 255 or 39.17% from 457); Max value from RGB is 212 - color contains mainly: red. Hex color #D442B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D442B3 is #2BBD4C. Grayscale: #7A7A7A. Windows color (decimal): -2866509 or 11748052. OLE color: 11748052.
HSL color Cylindrical-coordinate representation of color #D442B3: hue angle of 313.56º 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 #D442B3 is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 66 | 179 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.17 |
| HSL | 313.56º | 0.63% | 0.55% | - |
| HSV(B) | 313.56º | 0.69% | 0.83% | - |
| XYZ | 37.24 | 21.15 | 44.77 | - |
| YUV | 122.54 | 159.87 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 66 | 179 | 0 | 0.69 | 0.16 | 0.17 | 313.56 | 0.63 | 0.55 |
| Hex | D4 | 42 | B3 | 0 | 45 | 10 | 11 | 13A | 3F | 37 |
| Octal | 324 | 102 | 263 | 0 | 105 | 20 | 21 | 472 | 77 | 67 |
| Binary | 11010100 | 1000010 | 10110011 | 0 | 1000101 | 10000 | 10001 | 100111010 | 111111 | 110111 |
Color Harmonies of #D442B3
Complementary color
Monochromatic Colors of #D442B3
Black with #D442B3
Text Example
Text Example
White with #D442B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D442B3; }
p { color: rgb(212,66,179); }
H1.HeaderClassName
{
color: #D442B3;
}
.AnyTagClassName
{
color: #D442B3;
}
</style>
background-color css
<style>
a { background-color: #D442B3; }
a { background-color: rgb(212,66,179); }
div.DivClassName
{
background-color: #D442B3;
}
.BgClassName
{
background-color: #D442B3;
}
</style>
border-color css
<style>
span { border-color: #D442B3; }
span { border-color: rgb(212,66,179); }
td.TdClassName
{
border-color: #D442B3;
}
.TagClassName
{
border-color: #D442B3;
}
</style>