Shades of Cerise #DD3D68
Tints of Cerise #DD3D68
RGB
CMYK
RGB Variations
Color information
#DD3D68 (or 0xDD3D68) is known color: Cerise. HEX triplet: DD, 3D and 68. RGB value is (221,61,104). Sum of RGB (Red+Green+Blue) = 221+61+104=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 61 (24.22% from 255 or 15.80% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3D68 is #22C297. Grayscale: #717171. Windows color (decimal): -2278040 or 6831581. OLE color: 6831581.
HSL color Cylindrical-coordinate representation of color #DD3D68: hue angle of 343.88º 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 #DD3D68 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 61 | 104 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.13 |
| HSL | 343.88º | 0.7% | 0.55% | - |
| HSV(B) | 343.88º | 0.72% | 0.87% | - |
| XYZ | 33.99 | 19.71 | 15.11 | - |
| YUV | 113.74 | 122.51 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 61 | 104 | 0 | 0.72 | 0.53 | 0.13 | 343.88 | 0.7 | 0.55 |
| Hex | DD | 3D | 68 | 0 | 48 | 35 | D | 158 | 46 | 37 |
| Octal | 335 | 75 | 150 | 0 | 110 | 65 | 15 | 530 | 106 | 67 |
| Binary | 11011101 | 111101 | 1101000 | 0 | 1001000 | 110101 | 1101 | 101011000 | 1000110 | 110111 |
Color Harmonies of #DD3D68
Complementary color
Monochromatic Colors of #DD3D68
Black with #DD3D68
Text Example
Text Example
White with #DD3D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3D68; }
p { color: rgb(221,61,104); }
H1.HeaderClassName
{
color: #DD3D68;
}
.AnyTagClassName
{
color: #DD3D68;
}
</style>
background-color css
<style>
a { background-color: #DD3D68; }
a { background-color: rgb(221,61,104); }
div.DivClassName
{
background-color: #DD3D68;
}
.BgClassName
{
background-color: #DD3D68;
}
</style>
border-color css
<style>
span { border-color: #DD3D68; }
span { border-color: rgb(221,61,104); }
td.TdClassName
{
border-color: #DD3D68;
}
.TagClassName
{
border-color: #DD3D68;
}
</style>