Shades of Cerise #DD4367
Tints of Cerise #DD4367
RGB
CMYK
RGB Variations
Color information
#DD4367 (or 0xDD4367) is known color: Cerise. HEX triplet: DD, 43 and 67. RGB value is (221,67,103). Sum of RGB (Red+Green+Blue) = 221+67+103=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 67 (26.56% from 255 or 17.14% from 391); Blue value is 103 (40.62% from 255 or 26.34% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4367 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4367 is #22BC98. Grayscale: #757575. Windows color (decimal): -2276505 or 6767581. OLE color: 6767581.
HSL color Cylindrical-coordinate representation of color #DD4367: hue angle of 345.97º 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 #DD4367 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 103 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.13 |
| HSL | 345.97º | 0.69% | 0.56% | - |
| HSV(B) | 345.97º | 0.7% | 0.87% | - |
| XYZ | 34.27 | 20.37 | 14.96 | - |
| YUV | 117.15 | 120.02 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 103 | 0 | 0.70 | 0.53 | 0.13 | 345.97 | 0.69 | 0.56 |
| Hex | DD | 43 | 67 | 0 | 46 | 35 | D | 15A | 45 | 38 |
| Octal | 335 | 103 | 147 | 0 | 106 | 65 | 15 | 532 | 105 | 70 |
| Binary | 11011101 | 1000011 | 1100111 | 0 | 1000110 | 110101 | 1101 | 101011010 | 1000101 | 111000 |
Color Harmonies of #DD4367
Complementary color
Monochromatic Colors of #DD4367
Black with #DD4367
Text Example
Text Example
White with #DD4367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4367; }
p { color: rgb(221,67,103); }
H1.HeaderClassName
{
color: #DD4367;
}
.AnyTagClassName
{
color: #DD4367;
}
</style>
background-color css
<style>
a { background-color: #DD4367; }
a { background-color: rgb(221,67,103); }
div.DivClassName
{
background-color: #DD4367;
}
.BgClassName
{
background-color: #DD4367;
}
</style>
border-color css
<style>
span { border-color: #DD4367; }
span { border-color: rgb(221,67,103); }
td.TdClassName
{
border-color: #DD4367;
}
.TagClassName
{
border-color: #DD4367;
}
</style>