Shades of Cerise #DD4267
Tints of Cerise #DD4267
RGB
CMYK
RGB Variations
Color information
#DD4267 (or 0xDD4267) is known color: Cerise. HEX triplet: DD, 42 and 67. RGB value is (221,66,103). Sum of RGB (Red+Green+Blue) = 221+66+103=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 66 (26.17% from 255 or 16.92% from 390); Blue value is 103 (40.62% from 255 or 26.41% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4267 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4267 is #22BD98. Grayscale: #747474. Windows color (decimal): -2276761 or 6767325. OLE color: 6767325.
HSL color Cylindrical-coordinate representation of color #DD4267: hue angle of 345.68º degrees, saturation: 0.7, 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 #DD4267 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 103 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.13 |
| HSL | 345.68º | 0.7% | 0.56% | - |
| HSV(B) | 345.68º | 0.7% | 0.87% | - |
| XYZ | 34.22 | 20.25 | 14.94 | - |
| YUV | 116.56 | 120.35 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 103 | 0 | 0.70 | 0.53 | 0.13 | 345.68 | 0.7 | 0.56 |
| Hex | DD | 42 | 67 | 0 | 46 | 35 | D | 15A | 46 | 38 |
| Octal | 335 | 102 | 147 | 0 | 106 | 65 | 15 | 532 | 106 | 70 |
| Binary | 11011101 | 1000010 | 1100111 | 0 | 1000110 | 110101 | 1101 | 101011010 | 1000110 | 111000 |
Color Harmonies of #DD4267
Complementary color
Monochromatic Colors of #DD4267
Black with #DD4267
Text Example
Text Example
White with #DD4267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4267; }
p { color: rgb(221,66,103); }
H1.HeaderClassName
{
color: #DD4267;
}
.AnyTagClassName
{
color: #DD4267;
}
</style>
background-color css
<style>
a { background-color: #DD4267; }
a { background-color: rgb(221,66,103); }
div.DivClassName
{
background-color: #DD4267;
}
.BgClassName
{
background-color: #DD4267;
}
</style>
border-color css
<style>
span { border-color: #DD4267; }
span { border-color: rgb(221,66,103); }
td.TdClassName
{
border-color: #DD4267;
}
.TagClassName
{
border-color: #DD4267;
}
</style>