Shades of Fuchsia #D538CC
Tints of Fuchsia #D538CC
RGB
CMYK
RGB Variations
Color information
#D538CC (or 0xD538CC) is known color: Fuchsia. HEX triplet: D5, 38 and CC. RGB value is (213,56,204). Sum of RGB (Red+Green+Blue) = 213+56+204=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 56 (22.27% from 255 or 11.84% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D538CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D538CC is #2AC733. Grayscale: #777777. Windows color (decimal): -2803508 or 13383893. OLE color: 13383893.
HSL color Cylindrical-coordinate representation of color #D538CC: hue angle of 303.44º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D538CC is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 56 | 204 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.16 |
| HSL | 303.44º | 0.65% | 0.53% | - |
| HSV(B) | 303.44º | 0.74% | 0.84% | - |
| XYZ | 39.75 | 21.33 | 59.15 | - |
| YUV | 119.82 | 175.51 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 56 | 204 | 0 | 0.74 | 0.04 | 0.16 | 303.44 | 0.65 | 0.53 |
| Hex | D5 | 38 | CC | 0 | 4A | 4 | 10 | 12F | 41 | 35 |
| Octal | 325 | 70 | 314 | 0 | 112 | 4 | 20 | 457 | 101 | 65 |
| Binary | 11010101 | 111000 | 11001100 | 0 | 1001010 | 100 | 10000 | 100101111 | 1000001 | 110101 |
Color Harmonies of #D538CC
Complementary color
Monochromatic Colors of #D538CC
Black with #D538CC
Text Example
Text Example
White with #D538CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D538CC; }
p { color: rgb(213,56,204); }
H1.HeaderClassName
{
color: #D538CC;
}
.AnyTagClassName
{
color: #D538CC;
}
</style>
background-color css
<style>
a { background-color: #D538CC; }
a { background-color: rgb(213,56,204); }
div.DivClassName
{
background-color: #D538CC;
}
.BgClassName
{
background-color: #D538CC;
}
</style>
border-color css
<style>
span { border-color: #D538CC; }
span { border-color: rgb(213,56,204); }
td.TdClassName
{
border-color: #D538CC;
}
.TagClassName
{
border-color: #D538CC;
}
</style>