Shades of Fuchsia #D438CC
Tints of Fuchsia #D438CC
RGB
CMYK
RGB Variations
Color information
#D438CC (or 0xD438CC) is known color: Fuchsia. HEX triplet: D4, 38 and CC. RGB value is (212,56,204). Sum of RGB (Red+Green+Blue) = 212+56+204=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 56 (22.27% from 255 or 11.86% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D438CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D438CC is #2BC733. Grayscale: #777777. Windows color (decimal): -2869044 or 13383892. OLE color: 13383892.
HSL color Cylindrical-coordinate representation of color #D438CC: hue angle of 303.08º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D438CC is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 56 | 204 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.17 |
| HSL | 303.08º | 0.64% | 0.53% | - |
| HSV(B) | 303.08º | 0.74% | 0.83% | - |
| XYZ | 39.46 | 21.19 | 59.14 | - |
| YUV | 119.52 | 175.68 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 56 | 204 | 0 | 0.74 | 0.04 | 0.17 | 303.08 | 0.64 | 0.53 |
| Hex | D4 | 38 | CC | 0 | 4A | 4 | 11 | 12F | 40 | 35 |
| Octal | 324 | 70 | 314 | 0 | 112 | 4 | 21 | 457 | 100 | 65 |
| Binary | 11010100 | 111000 | 11001100 | 0 | 1001010 | 100 | 10001 | 100101111 | 1000000 | 110101 |
Color Harmonies of #D438CC
Complementary color
Monochromatic Colors of #D438CC
Black with #D438CC
Text Example
Text Example
White with #D438CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D438CC; }
p { color: rgb(212,56,204); }
H1.HeaderClassName
{
color: #D438CC;
}
.AnyTagClassName
{
color: #D438CC;
}
</style>
background-color css
<style>
a { background-color: #D438CC; }
a { background-color: rgb(212,56,204); }
div.DivClassName
{
background-color: #D438CC;
}
.BgClassName
{
background-color: #D438CC;
}
</style>
border-color css
<style>
span { border-color: #D438CC; }
span { border-color: rgb(212,56,204); }
td.TdClassName
{
border-color: #D438CC;
}
.TagClassName
{
border-color: #D438CC;
}
</style>