Shades of Fuchsia #D442BE
Tints of Fuchsia #D442BE
RGB
CMYK
RGB Variations
Color information
#D442BE (or 0xD442BE) is known color: Fuchsia. HEX triplet: D4, 42 and BE. RGB value is (212,66,190). Sum of RGB (Red+Green+Blue) = 212+66+190=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 66 (26.17% from 255 or 14.10% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 212 - color contains mainly: red. Hex color #D442BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D442BE is #2BBD41. Grayscale: #7B7B7B. Windows color (decimal): -2866498 or 12468948. OLE color: 12468948.
HSL color Cylindrical-coordinate representation of color #D442BE: hue angle of 309.04º 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 #D442BE is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 66 | 190 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.17 |
| HSL | 309.04º | 0.63% | 0.55% | - |
| HSV(B) | 309.04º | 0.69% | 0.83% | - |
| XYZ | 38.39 | 21.61 | 50.86 | - |
| YUV | 123.79 | 165.37 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 66 | 190 | 0 | 0.69 | 0.10 | 0.17 | 309.04 | 0.63 | 0.55 |
| Hex | D4 | 42 | BE | 0 | 45 | A | 11 | 135 | 3F | 37 |
| Octal | 324 | 102 | 276 | 0 | 105 | 12 | 21 | 465 | 77 | 67 |
| Binary | 11010100 | 1000010 | 10111110 | 0 | 1000101 | 1010 | 10001 | 100110101 | 111111 | 110111 |
Color Harmonies of #D442BE
Complementary color
Monochromatic Colors of #D442BE
Black with #D442BE
Text Example
Text Example
White with #D442BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D442BE; }
p { color: rgb(212,66,190); }
H1.HeaderClassName
{
color: #D442BE;
}
.AnyTagClassName
{
color: #D442BE;
}
</style>
background-color css
<style>
a { background-color: #D442BE; }
a { background-color: rgb(212,66,190); }
div.DivClassName
{
background-color: #D442BE;
}
.BgClassName
{
background-color: #D442BE;
}
</style>
border-color css
<style>
span { border-color: #D442BE; }
span { border-color: rgb(212,66,190); }
td.TdClassName
{
border-color: #D442BE;
}
.TagClassName
{
border-color: #D442BE;
}
</style>