Shades of Cerise #DD4365
Tints of Cerise #DD4365
RGB
CMYK
RGB Variations
Color information
#DD4365 (or 0xDD4365) is known color: Cerise. HEX triplet: DD, 43 and 65. RGB value is (221,67,101). Sum of RGB (Red+Green+Blue) = 221+67+101=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 67 (26.56% from 255 or 17.22% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4365 is #22BC9A. Grayscale: #747474. Windows color (decimal): -2276507 or 6636509. OLE color: 6636509.
HSL color Cylindrical-coordinate representation of color #DD4365: hue angle of 346.75º 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 #DD4365 is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 101 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.13 |
| HSL | 346.75º | 0.69% | 0.56% | - |
| HSV(B) | 346.75º | 0.7% | 0.87% | - |
| XYZ | 34.17 | 20.33 | 14.43 | - |
| YUV | 116.92 | 119.02 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 101 | 0 | 0.70 | 0.54 | 0.13 | 346.75 | 0.69 | 0.56 |
| Hex | DD | 43 | 65 | 0 | 46 | 36 | D | 15B | 45 | 38 |
| Octal | 335 | 103 | 145 | 0 | 106 | 66 | 15 | 533 | 105 | 70 |
| Binary | 11011101 | 1000011 | 1100101 | 0 | 1000110 | 110110 | 1101 | 101011011 | 1000101 | 111000 |
Color Harmonies of #DD4365
Complementary color
Monochromatic Colors of #DD4365
Black with #DD4365
Text Example
Text Example
White with #DD4365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4365; }
p { color: rgb(221,67,101); }
H1.HeaderClassName
{
color: #DD4365;
}
.AnyTagClassName
{
color: #DD4365;
}
</style>
background-color css
<style>
a { background-color: #DD4365; }
a { background-color: rgb(221,67,101); }
div.DivClassName
{
background-color: #DD4365;
}
.BgClassName
{
background-color: #DD4365;
}
</style>
border-color css
<style>
span { border-color: #DD4365; }
span { border-color: rgb(221,67,101); }
td.TdClassName
{
border-color: #DD4365;
}
.TagClassName
{
border-color: #DD4365;
}
</style>