Shades of Fuchsia #D449CD
Tints of Fuchsia #D449CD
RGB
CMYK
RGB Variations
Color information
#D449CD (or 0xD449CD) is known color: Fuchsia. HEX triplet: D4, 49 and CD. RGB value is (212,73,205). Sum of RGB (Red+Green+Blue) = 212+73+205=490 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.27% from 490); Green value is 73 (28.91% from 255 or 14.90% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 212 - color contains mainly: red. Hex color #D449CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D449CD is #2BB632. Grayscale: #818181. Windows color (decimal): -2864691 or 13453780. OLE color: 13453780.
HSL color Cylindrical-coordinate representation of color #D449CD: hue angle of 303.02º 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 #D449CD is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 73 | 205 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.17 |
| HSL | 303.02º | 0.62% | 0.56% | - |
| HSV(B) | 303.02º | 0.66% | 0.83% | - |
| XYZ | 40.55 | 23.17 | 60.09 | - |
| YUV | 129.61 | 170.55 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 73 | 205 | 0 | 0.66 | 0.03 | 0.17 | 303.02 | 0.62 | 0.56 |
| Hex | D4 | 49 | CD | 0 | 42 | 3 | 11 | 12F | 3E | 38 |
| Octal | 324 | 111 | 315 | 0 | 102 | 3 | 21 | 457 | 76 | 70 |
| Binary | 11010100 | 1001001 | 11001101 | 0 | 1000010 | 11 | 10001 | 100101111 | 111110 | 111000 |
Color Harmonies of #D449CD
Complementary color
Monochromatic Colors of #D449CD
Black with #D449CD
Text Example
Text Example
White with #D449CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D449CD; }
p { color: rgb(212,73,205); }
H1.HeaderClassName
{
color: #D449CD;
}
.AnyTagClassName
{
color: #D449CD;
}
</style>
background-color css
<style>
a { background-color: #D449CD; }
a { background-color: rgb(212,73,205); }
div.DivClassName
{
background-color: #D449CD;
}
.BgClassName
{
background-color: #D449CD;
}
</style>
border-color css
<style>
span { border-color: #D449CD; }
span { border-color: rgb(212,73,205); }
td.TdClassName
{
border-color: #D449CD;
}
.TagClassName
{
border-color: #D449CD;
}
</style>