Shades of Fuchsia #D445AD
Tints of Fuchsia #D445AD
RGB
CMYK
RGB Variations
Color information
#D445AD (or 0xD445AD) is known color: Fuchsia. HEX triplet: D4, 45 and AD. RGB value is (212,69,173). Sum of RGB (Red+Green+Blue) = 212+69+173=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 69 (27.34% from 255 or 15.20% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 212 - color contains mainly: red. Hex color #D445AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D445AD is #2BBA52. Grayscale: #7B7B7B. Windows color (decimal): -2865747 or 11355604. OLE color: 11355604.
HSL color Cylindrical-coordinate representation of color #D445AD: hue angle of 316.36º 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 #D445AD is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 69 | 173 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.17 |
| HSL | 316.36º | 0.62% | 0.55% | - |
| HSV(B) | 316.36º | 0.67% | 0.83% | - |
| XYZ | 36.82 | 21.27 | 41.7 | - |
| YUV | 123.61 | 155.88 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 69 | 173 | 0 | 0.67 | 0.18 | 0.17 | 316.36 | 0.62 | 0.55 |
| Hex | D4 | 45 | AD | 0 | 43 | 12 | 11 | 13C | 3E | 37 |
| Octal | 324 | 105 | 255 | 0 | 103 | 22 | 21 | 474 | 76 | 67 |
| Binary | 11010100 | 1000101 | 10101101 | 0 | 1000011 | 10010 | 10001 | 100111100 | 111110 | 110111 |
Color Harmonies of #D445AD
Complementary color
Monochromatic Colors of #D445AD
Black with #D445AD
Text Example
Text Example
White with #D445AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D445AD; }
p { color: rgb(212,69,173); }
H1.HeaderClassName
{
color: #D445AD;
}
.AnyTagClassName
{
color: #D445AD;
}
</style>
background-color css
<style>
a { background-color: #D445AD; }
a { background-color: rgb(212,69,173); }
div.DivClassName
{
background-color: #D445AD;
}
.BgClassName
{
background-color: #D445AD;
}
</style>
border-color css
<style>
span { border-color: #D445AD; }
span { border-color: rgb(212,69,173); }
td.TdClassName
{
border-color: #D445AD;
}
.TagClassName
{
border-color: #D445AD;
}
</style>