Shades of Fuchsia #D446C9
Tints of Fuchsia #D446C9
RGB
CMYK
RGB Variations
Color information
#D446C9 (or 0xD446C9) is known color: Fuchsia. HEX triplet: D4, 46 and C9. RGB value is (212,70,201). Sum of RGB (Red+Green+Blue) = 212+70+201=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 70 (27.73% from 255 or 14.49% from 483); Blue value is 201 (78.91% from 255 or 41.61% from 483); Max value from RGB is 212 - color contains mainly: red. Hex color #D446C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D446C9 is #2BB936. Grayscale: #7F7F7F. Windows color (decimal): -2865463 or 13190868. OLE color: 13190868.
HSL color Cylindrical-coordinate representation of color #D446C9: hue angle of 304.65º 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 #D446C9 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 70 | 201 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.17 |
| HSL | 304.65º | 0.62% | 0.55% | - |
| HSV(B) | 304.65º | 0.67% | 0.83% | - |
| XYZ | 39.88 | 22.59 | 57.52 | - |
| YUV | 127.39 | 169.54 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 70 | 201 | 0 | 0.67 | 0.05 | 0.17 | 304.65 | 0.62 | 0.55 |
| Hex | D4 | 46 | C9 | 0 | 43 | 5 | 11 | 131 | 3E | 37 |
| Octal | 324 | 106 | 311 | 0 | 103 | 5 | 21 | 461 | 76 | 67 |
| Binary | 11010100 | 1000110 | 11001001 | 0 | 1000011 | 101 | 10001 | 100110001 | 111110 | 110111 |
Color Harmonies of #D446C9
Complementary color
Monochromatic Colors of #D446C9
Black with #D446C9
Text Example
Text Example
White with #D446C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D446C9; }
p { color: rgb(212,70,201); }
H1.HeaderClassName
{
color: #D446C9;
}
.AnyTagClassName
{
color: #D446C9;
}
</style>
background-color css
<style>
a { background-color: #D446C9; }
a { background-color: rgb(212,70,201); }
div.DivClassName
{
background-color: #D446C9;
}
.BgClassName
{
background-color: #D446C9;
}
</style>
border-color css
<style>
span { border-color: #D446C9; }
span { border-color: rgb(212,70,201); }
td.TdClassName
{
border-color: #D446C9;
}
.TagClassName
{
border-color: #D446C9;
}
</style>