Shades of Cerise #DD4363
Tints of Cerise #DD4363
RGB
CMYK
RGB Variations
Color information
#DD4363 (or 0xDD4363) is known color: Cerise. HEX triplet: DD, 43 and 63. RGB value is (221,67,99). Sum of RGB (Red+Green+Blue) = 221+67+99=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 67 (26.56% from 255 or 17.31% from 387); Blue value is 99 (39.06% from 255 or 25.58% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4363 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4363 is #22BC9C. Grayscale: #747474. Windows color (decimal): -2276509 or 6505437. OLE color: 6505437.
HSL color Cylindrical-coordinate representation of color #DD4363: hue angle of 347.53º 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 #DD4363 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 99 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.13 |
| HSL | 347.53º | 0.69% | 0.56% | - |
| HSV(B) | 347.53º | 0.7% | 0.87% | - |
| XYZ | 34.08 | 20.29 | 13.92 | - |
| YUV | 116.69 | 118.02 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 99 | 0 | 0.70 | 0.55 | 0.13 | 347.53 | 0.69 | 0.56 |
| Hex | DD | 43 | 63 | 0 | 46 | 37 | D | 15C | 45 | 38 |
| Octal | 335 | 103 | 143 | 0 | 106 | 67 | 15 | 534 | 105 | 70 |
| Binary | 11011101 | 1000011 | 1100011 | 0 | 1000110 | 110111 | 1101 | 101011100 | 1000101 | 111000 |
Color Harmonies of #DD4363
Complementary color
Monochromatic Colors of #DD4363
Black with #DD4363
Text Example
Text Example
White with #DD4363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4363; }
p { color: rgb(221,67,99); }
H1.HeaderClassName
{
color: #DD4363;
}
.AnyTagClassName
{
color: #DD4363;
}
</style>
background-color css
<style>
a { background-color: #DD4363; }
a { background-color: rgb(221,67,99); }
div.DivClassName
{
background-color: #DD4363;
}
.BgClassName
{
background-color: #DD4363;
}
</style>
border-color css
<style>
span { border-color: #DD4363; }
span { border-color: rgb(221,67,99); }
td.TdClassName
{
border-color: #DD4363;
}
.TagClassName
{
border-color: #DD4363;
}
</style>