Shades of Cerise #DD285D
Tints of Cerise #DD285D
RGB
CMYK
RGB Variations
Color information
#DD285D (or 0xDD285D) is known color: Cerise. HEX triplet: DD, 28 and 5D. RGB value is (221,40,93). Sum of RGB (Red+Green+Blue) = 221+40+93=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 40 (16.02% from 255 or 11.30% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD285D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD285D is #22D7A2. Grayscale: #646464. Windows color (decimal): -2283427 or 6105309. OLE color: 6105309.
HSL color Cylindrical-coordinate representation of color #DD285D: hue angle of 342.43º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD285D is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 93 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.13 |
| HSL | 342.43º | 0.73% | 0.51% | - |
| HSV(B) | 342.43º | 0.82% | 0.87% | - |
| XYZ | 32.55 | 17.68 | 12.05 | - |
| YUV | 100.16 | 123.97 | 214.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 93 | 0 | 0.82 | 0.58 | 0.13 | 342.43 | 0.73 | 0.51 |
| Hex | DD | 28 | 5D | 0 | 52 | 3A | D | 156 | 49 | 33 |
| Octal | 335 | 50 | 135 | 0 | 122 | 72 | 15 | 526 | 111 | 63 |
| Binary | 11011101 | 101000 | 1011101 | 0 | 1010010 | 111010 | 1101 | 101010110 | 1001001 | 110011 |
Color Harmonies of #DD285D
Complementary color
Monochromatic Colors of #DD285D
Black with #DD285D
Text Example
Text Example
White with #DD285D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD285D; }
p { color: rgb(221,40,93); }
H1.HeaderClassName
{
color: #DD285D;
}
.AnyTagClassName
{
color: #DD285D;
}
</style>
background-color css
<style>
a { background-color: #DD285D; }
a { background-color: rgb(221,40,93); }
div.DivClassName
{
background-color: #DD285D;
}
.BgClassName
{
background-color: #DD285D;
}
</style>
border-color css
<style>
span { border-color: #DD285D; }
span { border-color: rgb(221,40,93); }
td.TdClassName
{
border-color: #DD285D;
}
.TagClassName
{
border-color: #DD285D;
}
</style>