Shades of Cerise #DD4360
Tints of Cerise #DD4360
RGB
CMYK
RGB Variations
Color information
#DD4360 (or 0xDD4360) is known color: Cerise. HEX triplet: DD, 43 and 60. RGB value is (221,67,96). Sum of RGB (Red+Green+Blue) = 221+67+96=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 67 (26.56% from 255 or 17.45% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4360 is #22BC9F. Grayscale: #747474. Windows color (decimal): -2276512 or 6308829. OLE color: 6308829.
HSL color Cylindrical-coordinate representation of color #DD4360: hue angle of 348.7º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD4360 is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 96 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.13 |
| HSL | 348.7º | 0.69% | 0.56% | - |
| HSV(B) | 348.7º | 0.7% | 0.87% | - |
| XYZ | 33.94 | 20.23 | 13.18 | - |
| YUV | 116.35 | 116.52 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 96 | 0 | 0.70 | 0.57 | 0.13 | 348.7 | 0.69 | 0.56 |
| Hex | DD | 43 | 60 | 0 | 46 | 39 | D | 15D | 45 | 38 |
| Octal | 335 | 103 | 140 | 0 | 106 | 71 | 15 | 535 | 105 | 70 |
| Binary | 11011101 | 1000011 | 1100000 | 0 | 1000110 | 111001 | 1101 | 101011101 | 1000101 | 111000 |
Color Harmonies of #DD4360
Complementary color
Monochromatic Colors of #DD4360
Black with #DD4360
Text Example
Text Example
White with #DD4360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4360; }
p { color: rgb(221,67,96); }
H1.HeaderClassName
{
color: #DD4360;
}
.AnyTagClassName
{
color: #DD4360;
}
</style>
background-color css
<style>
a { background-color: #DD4360; }
a { background-color: rgb(221,67,96); }
div.DivClassName
{
background-color: #DD4360;
}
.BgClassName
{
background-color: #DD4360;
}
</style>
border-color css
<style>
span { border-color: #DD4360; }
span { border-color: rgb(221,67,96); }
td.TdClassName
{
border-color: #DD4360;
}
.TagClassName
{
border-color: #DD4360;
}
</style>