Shades of Fuchsia #D437CD
Tints of Fuchsia #D437CD
RGB
CMYK
RGB Variations
Color information
#D437CD (or 0xD437CD) is known color: Fuchsia. HEX triplet: D4, 37 and CD. RGB value is (212,55,205). Sum of RGB (Red+Green+Blue) = 212+55+205=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 55 (21.88% from 255 or 11.65% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D437CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D437CD is #2BC832. Grayscale: #767676. Windows color (decimal): -2869299 or 13449172. OLE color: 13449172.
HSL color Cylindrical-coordinate representation of color #D437CD: hue angle of 302.68º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D437CD is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 55 | 205 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.17 |
| HSL | 302.68º | 0.65% | 0.52% | - |
| HSV(B) | 302.68º | 0.74% | 0.83% | - |
| XYZ | 39.54 | 21.14 | 59.75 | - |
| YUV | 119.04 | 176.51 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 55 | 205 | 0 | 0.74 | 0.03 | 0.17 | 302.68 | 0.65 | 0.52 |
| Hex | D4 | 37 | CD | 0 | 4A | 3 | 11 | 12F | 41 | 34 |
| Octal | 324 | 67 | 315 | 0 | 112 | 3 | 21 | 457 | 101 | 64 |
| Binary | 11010100 | 110111 | 11001101 | 0 | 1001010 | 11 | 10001 | 100101111 | 1000001 | 110100 |
Color Harmonies of #D437CD
Complementary color
Monochromatic Colors of #D437CD
Black with #D437CD
Text Example
Text Example
White with #D437CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D437CD; }
p { color: rgb(212,55,205); }
H1.HeaderClassName
{
color: #D437CD;
}
.AnyTagClassName
{
color: #D437CD;
}
</style>
background-color css
<style>
a { background-color: #D437CD; }
a { background-color: rgb(212,55,205); }
div.DivClassName
{
background-color: #D437CD;
}
.BgClassName
{
background-color: #D437CD;
}
</style>
border-color css
<style>
span { border-color: #D437CD; }
span { border-color: rgb(212,55,205); }
td.TdClassName
{
border-color: #D437CD;
}
.TagClassName
{
border-color: #D437CD;
}
</style>