Shades of Fuchsia #D446BE
Tints of Fuchsia #D446BE
RGB
CMYK
RGB Variations
Color information
#D446BE (or 0xD446BE) is known color: Fuchsia. HEX triplet: D4, 46 and BE. RGB value is (212,70,190). Sum of RGB (Red+Green+Blue) = 212+70+190=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 70 (27.73% from 255 or 14.83% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D446BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D446BE is #2BB941. Grayscale: #7D7D7D. Windows color (decimal): -2865474 or 12469972. OLE color: 12469972.
HSL color Cylindrical-coordinate representation of color #D446BE: hue angle of 309.3º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D446BE is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 70 | 190 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.17 |
| HSL | 309.3º | 0.62% | 0.55% | - |
| HSV(B) | 309.3º | 0.67% | 0.83% | - |
| XYZ | 38.64 | 22.1 | 50.94 | - |
| YUV | 126.14 | 164.04 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 70 | 190 | 0 | 0.67 | 0.10 | 0.17 | 309.3 | 0.62 | 0.55 |
| Hex | D4 | 46 | BE | 0 | 43 | A | 11 | 135 | 3E | 37 |
| Octal | 324 | 106 | 276 | 0 | 103 | 12 | 21 | 465 | 76 | 67 |
| Binary | 11010100 | 1000110 | 10111110 | 0 | 1000011 | 1010 | 10001 | 100110101 | 111110 | 110111 |
Color Harmonies of #D446BE
Complementary color
Monochromatic Colors of #D446BE
Black with #D446BE
Text Example
Text Example
White with #D446BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D446BE; }
p { color: rgb(212,70,190); }
H1.HeaderClassName
{
color: #D446BE;
}
.AnyTagClassName
{
color: #D446BE;
}
</style>
background-color css
<style>
a { background-color: #D446BE; }
a { background-color: rgb(212,70,190); }
div.DivClassName
{
background-color: #D446BE;
}
.BgClassName
{
background-color: #D446BE;
}
</style>
border-color css
<style>
span { border-color: #D446BE; }
span { border-color: rgb(212,70,190); }
td.TdClassName
{
border-color: #D446BE;
}
.TagClassName
{
border-color: #D446BE;
}
</style>