Shades of Deep Cerise #DD3FAC
Tints of Deep Cerise #DD3FAC
RGB
CMYK
RGB Variations
Color information
#DD3FAC (or 0xDD3FAC) is known color: Deep Cerise. HEX triplet: DD, 3F and AC. RGB value is (221,63,172). Sum of RGB (Red+Green+Blue) = 221+63+172=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 63 (25% from 255 or 13.82% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3FAC is #22C053. Grayscale: #7A7A7A. Windows color (decimal): -2277460 or 11288541. OLE color: 11288541.
HSL color Cylindrical-coordinate representation of color #DD3FAC: hue angle of 318.61º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD3FAC is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 63 | 172 | - |
| CMYK | 0 | 0.71 | 0.22 | 0.13 |
| HSL | 318.61º | 0.7% | 0.56% | - |
| HSV(B) | 318.61º | 0.71% | 0.87% | - |
| XYZ | 39.04 | 21.91 | 41.2 | - |
| YUV | 122.67 | 155.85 | 198.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 63 | 172 | 0 | 0.71 | 0.22 | 0.13 | 318.61 | 0.7 | 0.56 |
| Hex | DD | 3F | AC | 0 | 47 | 16 | D | 13F | 46 | 38 |
| Octal | 335 | 77 | 254 | 0 | 107 | 26 | 15 | 477 | 106 | 70 |
| Binary | 11011101 | 111111 | 10101100 | 0 | 1000111 | 10110 | 1101 | 100111111 | 1000110 | 111000 |
Color Harmonies of #DD3FAC
Complementary color
Monochromatic Colors of #DD3FAC
Black with #DD3FAC
Text Example
Text Example
White with #DD3FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3FAC; }
p { color: rgb(221,63,172); }
H1.HeaderClassName
{
color: #DD3FAC;
}
.AnyTagClassName
{
color: #DD3FAC;
}
</style>
background-color css
<style>
a { background-color: #DD3FAC; }
a { background-color: rgb(221,63,172); }
div.DivClassName
{
background-color: #DD3FAC;
}
.BgClassName
{
background-color: #DD3FAC;
}
</style>
border-color css
<style>
span { border-color: #DD3FAC; }
span { border-color: rgb(221,63,172); }
td.TdClassName
{
border-color: #DD3FAC;
}
.TagClassName
{
border-color: #DD3FAC;
}
</style>