Shades of Fuchsia #D449C9
Tints of Fuchsia #D449C9
RGB
CMYK
RGB Variations
Color information
#D449C9 (or 0xD449C9) is known color: Fuchsia. HEX triplet: D4, 49 and C9. RGB value is (212,73,201). Sum of RGB (Red+Green+Blue) = 212+73+201=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 73 (28.91% from 255 or 15.02% from 486); Blue value is 201 (78.91% from 255 or 41.36% from 486); Max value from RGB is 212 - color contains mainly: red. Hex color #D449C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D449C9 is #2BB636. Grayscale: #808080. Windows color (decimal): -2864695 or 13191636. OLE color: 13191636.
HSL color Cylindrical-coordinate representation of color #D449C9: hue angle of 304.75º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D449C9 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 73 | 201 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.17 |
| HSL | 304.75º | 0.62% | 0.56% | - |
| HSV(B) | 304.75º | 0.66% | 0.83% | - |
| XYZ | 40.08 | 22.98 | 57.58 | - |
| YUV | 129.15 | 168.55 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 73 | 201 | 0 | 0.66 | 0.05 | 0.17 | 304.75 | 0.62 | 0.56 |
| Hex | D4 | 49 | C9 | 0 | 42 | 5 | 11 | 131 | 3E | 38 |
| Octal | 324 | 111 | 311 | 0 | 102 | 5 | 21 | 461 | 76 | 70 |
| Binary | 11010100 | 1001001 | 11001001 | 0 | 1000010 | 101 | 10001 | 100110001 | 111110 | 111000 |
Color Harmonies of #D449C9
Complementary color
Monochromatic Colors of #D449C9
Black with #D449C9
Text Example
Text Example
White with #D449C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D449C9; }
p { color: rgb(212,73,201); }
H1.HeaderClassName
{
color: #D449C9;
}
.AnyTagClassName
{
color: #D449C9;
}
</style>
background-color css
<style>
a { background-color: #D449C9; }
a { background-color: rgb(212,73,201); }
div.DivClassName
{
background-color: #D449C9;
}
.BgClassName
{
background-color: #D449C9;
}
</style>
border-color css
<style>
span { border-color: #D449C9; }
span { border-color: rgb(212,73,201); }
td.TdClassName
{
border-color: #D449C9;
}
.TagClassName
{
border-color: #D449C9;
}
</style>