Shades of Cerise #DD3F6B
Tints of Cerise #DD3F6B
RGB
CMYK
RGB Variations
Color information
#DD3F6B (or 0xDD3F6B) is known color: Cerise. HEX triplet: DD, 3F and 6B. RGB value is (221,63,107). Sum of RGB (Red+Green+Blue) = 221+63+107=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 63 (25% from 255 or 16.11% from 391); Blue value is 107 (42.19% from 255 or 27.37% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3F6B is #22C094. Grayscale: #737373. Windows color (decimal): -2277525 or 7028701. OLE color: 7028701.
HSL color Cylindrical-coordinate representation of color #DD3F6B: hue angle of 343.29º 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 #DD3F6B is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 63 | 107 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.13 |
| HSL | 343.29º | 0.7% | 0.56% | - |
| HSV(B) | 343.29º | 0.71% | 0.87% | - |
| XYZ | 34.25 | 19.99 | 15.96 | - |
| YUV | 115.26 | 123.35 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 63 | 107 | 0 | 0.71 | 0.52 | 0.13 | 343.29 | 0.7 | 0.56 |
| Hex | DD | 3F | 6B | 0 | 47 | 34 | D | 157 | 46 | 38 |
| Octal | 335 | 77 | 153 | 0 | 107 | 64 | 15 | 527 | 106 | 70 |
| Binary | 11011101 | 111111 | 1101011 | 0 | 1000111 | 110100 | 1101 | 101010111 | 1000110 | 111000 |
Color Harmonies of #DD3F6B
Complementary color
Monochromatic Colors of #DD3F6B
Black with #DD3F6B
Text Example
Text Example
White with #DD3F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3F6B; }
p { color: rgb(221,63,107); }
H1.HeaderClassName
{
color: #DD3F6B;
}
.AnyTagClassName
{
color: #DD3F6B;
}
</style>
background-color css
<style>
a { background-color: #DD3F6B; }
a { background-color: rgb(221,63,107); }
div.DivClassName
{
background-color: #DD3F6B;
}
.BgClassName
{
background-color: #DD3F6B;
}
</style>
border-color css
<style>
span { border-color: #DD3F6B; }
span { border-color: rgb(221,63,107); }
td.TdClassName
{
border-color: #DD3F6B;
}
.TagClassName
{
border-color: #DD3F6B;
}
</style>