Shades of Fuchsia #D445C9
Tints of Fuchsia #D445C9
RGB
CMYK
RGB Variations
Color information
#D445C9 (or 0xD445C9) is known color: Fuchsia. HEX triplet: D4, 45 and C9. RGB value is (212,69,201). Sum of RGB (Red+Green+Blue) = 212+69+201=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 69 (27.34% from 255 or 14.32% from 482); Blue value is 201 (78.91% from 255 or 41.70% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D445C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D445C9 is #2BBA36. Grayscale: #7E7E7E. Windows color (decimal): -2865719 or 13190612. OLE color: 13190612.
HSL color Cylindrical-coordinate representation of color #D445C9: hue angle of 304.62º 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 #D445C9 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 69 | 201 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.17 |
| HSL | 304.62º | 0.62% | 0.55% | - |
| HSV(B) | 304.62º | 0.67% | 0.83% | - |
| XYZ | 39.82 | 22.47 | 57.5 | - |
| YUV | 126.81 | 169.88 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 69 | 201 | 0 | 0.67 | 0.05 | 0.17 | 304.62 | 0.62 | 0.55 |
| Hex | D4 | 45 | C9 | 0 | 43 | 5 | 11 | 131 | 3E | 37 |
| Octal | 324 | 105 | 311 | 0 | 103 | 5 | 21 | 461 | 76 | 67 |
| Binary | 11010100 | 1000101 | 11001001 | 0 | 1000011 | 101 | 10001 | 100110001 | 111110 | 110111 |
Color Harmonies of #D445C9
Complementary color
Monochromatic Colors of #D445C9
Black with #D445C9
Text Example
Text Example
White with #D445C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D445C9; }
p { color: rgb(212,69,201); }
H1.HeaderClassName
{
color: #D445C9;
}
.AnyTagClassName
{
color: #D445C9;
}
</style>
background-color css
<style>
a { background-color: #D445C9; }
a { background-color: rgb(212,69,201); }
div.DivClassName
{
background-color: #D445C9;
}
.BgClassName
{
background-color: #D445C9;
}
</style>
border-color css
<style>
span { border-color: #D445C9; }
span { border-color: rgb(212,69,201); }
td.TdClassName
{
border-color: #D445C9;
}
.TagClassName
{
border-color: #D445C9;
}
</style>