Shades of Cerise #DD3F6C
Tints of Cerise #DD3F6C
RGB
CMYK
RGB Variations
Color information
#DD3F6C (or 0xDD3F6C) is known color: Cerise. HEX triplet: DD, 3F and 6C. RGB value is (221,63,108). Sum of RGB (Red+Green+Blue) = 221+63+108=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 63 (25% from 255 or 16.07% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3F6C is #22C093. Grayscale: #737373. Windows color (decimal): -2277524 or 7094237. OLE color: 7094237.
HSL color Cylindrical-coordinate representation of color #DD3F6C: hue angle of 342.91º 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 #DD3F6C is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 63 | 108 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.13 |
| HSL | 342.91º | 0.7% | 0.56% | - |
| HSV(B) | 342.91º | 0.71% | 0.87% | - |
| XYZ | 34.3 | 20.01 | 16.24 | - |
| YUV | 115.37 | 123.85 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 63 | 108 | 0 | 0.71 | 0.51 | 0.13 | 342.91 | 0.7 | 0.56 |
| Hex | DD | 3F | 6C | 0 | 47 | 33 | D | 157 | 46 | 38 |
| Octal | 335 | 77 | 154 | 0 | 107 | 63 | 15 | 527 | 106 | 70 |
| Binary | 11011101 | 111111 | 1101100 | 0 | 1000111 | 110011 | 1101 | 101010111 | 1000110 | 111000 |
Color Harmonies of #DD3F6C
Complementary color
Monochromatic Colors of #DD3F6C
Black with #DD3F6C
Text Example
Text Example
White with #DD3F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3F6C; }
p { color: rgb(221,63,108); }
H1.HeaderClassName
{
color: #DD3F6C;
}
.AnyTagClassName
{
color: #DD3F6C;
}
</style>
background-color css
<style>
a { background-color: #DD3F6C; }
a { background-color: rgb(221,63,108); }
div.DivClassName
{
background-color: #DD3F6C;
}
.BgClassName
{
background-color: #DD3F6C;
}
</style>
border-color css
<style>
span { border-color: #DD3F6C; }
span { border-color: rgb(221,63,108); }
td.TdClassName
{
border-color: #DD3F6C;
}
.TagClassName
{
border-color: #DD3F6C;
}
</style>