Shades of Cerise #DD3D67
Tints of Cerise #DD3D67
RGB
CMYK
RGB Variations
Color information
#DD3D67 (or 0xDD3D67) is known color: Cerise. HEX triplet: DD, 3D and 67. RGB value is (221,61,103). Sum of RGB (Red+Green+Blue) = 221+61+103=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 61 (24.22% from 255 or 15.84% from 385); Blue value is 103 (40.62% from 255 or 26.75% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3D67 is #22C298. Grayscale: #717171. Windows color (decimal): -2278041 or 6766045. OLE color: 6766045.
HSL color Cylindrical-coordinate representation of color #DD3D67: hue angle of 344.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD3D67 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 61 | 103 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.13 |
| HSL | 344.25º | 0.7% | 0.55% | - |
| HSV(B) | 344.25º | 0.72% | 0.87% | - |
| XYZ | 33.94 | 19.69 | 14.84 | - |
| YUV | 113.63 | 122.01 | 204.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 61 | 103 | 0 | 0.72 | 0.53 | 0.13 | 344.25 | 0.7 | 0.55 |
| Hex | DD | 3D | 67 | 0 | 48 | 35 | D | 158 | 46 | 37 |
| Octal | 335 | 75 | 147 | 0 | 110 | 65 | 15 | 530 | 106 | 67 |
| Binary | 11011101 | 111101 | 1100111 | 0 | 1001000 | 110101 | 1101 | 101011000 | 1000110 | 110111 |
Color Harmonies of #DD3D67
Complementary color
Monochromatic Colors of #DD3D67
Black with #DD3D67
Text Example
Text Example
White with #DD3D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3D67; }
p { color: rgb(221,61,103); }
H1.HeaderClassName
{
color: #DD3D67;
}
.AnyTagClassName
{
color: #DD3D67;
}
</style>
background-color css
<style>
a { background-color: #DD3D67; }
a { background-color: rgb(221,61,103); }
div.DivClassName
{
background-color: #DD3D67;
}
.BgClassName
{
background-color: #DD3D67;
}
</style>
border-color css
<style>
span { border-color: #DD3D67; }
span { border-color: rgb(221,61,103); }
td.TdClassName
{
border-color: #DD3D67;
}
.TagClassName
{
border-color: #DD3D67;
}
</style>