Shades of Fuchsia #D442C5
Tints of Fuchsia #D442C5
RGB
CMYK
RGB Variations
Color information
#D442C5 (or 0xD442C5) is known color: Fuchsia. HEX triplet: D4, 42 and C5. RGB value is (212,66,197). Sum of RGB (Red+Green+Blue) = 212+66+197=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 66 (26.17% from 255 or 13.89% from 475); Blue value is 197 (77.34% from 255 or 41.47% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D442C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D442C5 is #2BBD3A. Grayscale: #7C7C7C. Windows color (decimal): -2866491 or 12927700. OLE color: 12927700.
HSL color Cylindrical-coordinate representation of color #D442C5: hue angle of 306.16º 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 #D442C5 is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 66 | 197 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.17 |
| HSL | 306.16º | 0.63% | 0.55% | - |
| HSV(B) | 306.16º | 0.69% | 0.83% | - |
| XYZ | 39.18 | 21.92 | 54.99 | - |
| YUV | 124.59 | 168.87 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 66 | 197 | 0 | 0.69 | 0.07 | 0.17 | 306.16 | 0.63 | 0.55 |
| Hex | D4 | 42 | C5 | 0 | 45 | 7 | 11 | 132 | 3F | 37 |
| Octal | 324 | 102 | 305 | 0 | 105 | 7 | 21 | 462 | 77 | 67 |
| Binary | 11010100 | 1000010 | 11000101 | 0 | 1000101 | 111 | 10001 | 100110010 | 111111 | 110111 |
Color Harmonies of #D442C5
Complementary color
Monochromatic Colors of #D442C5
Black with #D442C5
Text Example
Text Example
White with #D442C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D442C5; }
p { color: rgb(212,66,197); }
H1.HeaderClassName
{
color: #D442C5;
}
.AnyTagClassName
{
color: #D442C5;
}
</style>
background-color css
<style>
a { background-color: #D442C5; }
a { background-color: rgb(212,66,197); }
div.DivClassName
{
background-color: #D442C5;
}
.BgClassName
{
background-color: #D442C5;
}
</style>
border-color css
<style>
span { border-color: #D442C5; }
span { border-color: rgb(212,66,197); }
td.TdClassName
{
border-color: #D442C5;
}
.TagClassName
{
border-color: #D442C5;
}
</style>