Shades of Cerise #DD435D
Tints of Cerise #DD435D
RGB
CMYK
RGB Variations
Color information
#DD435D (or 0xDD435D) is known color: Cerise. HEX triplet: DD, 43 and 5D. RGB value is (221,67,93). Sum of RGB (Red+Green+Blue) = 221+67+93=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 67 (26.56% from 255 or 17.59% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD435D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD435D is #22BCA2. Grayscale: #747474. Windows color (decimal): -2276515 or 6112221. OLE color: 6112221.
HSL color Cylindrical-coordinate representation of color #DD435D: hue angle of 349.87º 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 #DD435D is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 93 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.13 |
| HSL | 349.87º | 0.69% | 0.56% | - |
| HSV(B) | 349.87º | 0.7% | 0.87% | - |
| XYZ | 33.8 | 20.18 | 12.47 | - |
| YUV | 116.01 | 115.02 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 93 | 0 | 0.70 | 0.58 | 0.13 | 349.87 | 0.69 | 0.56 |
| Hex | DD | 43 | 5D | 0 | 46 | 3A | D | 15E | 45 | 38 |
| Octal | 335 | 103 | 135 | 0 | 106 | 72 | 15 | 536 | 105 | 70 |
| Binary | 11011101 | 1000011 | 1011101 | 0 | 1000110 | 111010 | 1101 | 101011110 | 1000101 | 111000 |
Color Harmonies of #DD435D
Complementary color
Monochromatic Colors of #DD435D
Black with #DD435D
Text Example
Text Example
White with #DD435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD435D; }
p { color: rgb(221,67,93); }
H1.HeaderClassName
{
color: #DD435D;
}
.AnyTagClassName
{
color: #DD435D;
}
</style>
background-color css
<style>
a { background-color: #DD435D; }
a { background-color: rgb(221,67,93); }
div.DivClassName
{
background-color: #DD435D;
}
.BgClassName
{
background-color: #DD435D;
}
</style>
border-color css
<style>
span { border-color: #DD435D; }
span { border-color: rgb(221,67,93); }
td.TdClassName
{
border-color: #DD435D;
}
.TagClassName
{
border-color: #DD435D;
}
</style>