Shades of Deep Cerise #DD3298
Tints of Deep Cerise #DD3298
RGB
CMYK
RGB Variations
Color information
#DD3298 (or 0xDD3298) is known color: Deep Cerise. HEX triplet: DD, 32 and 98. RGB value is (221,50,152). Sum of RGB (Red+Green+Blue) = 221+50+152=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 50 (19.92% from 255 or 11.82% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3298 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3298 is #22CD67. Grayscale: #707070. Windows color (decimal): -2280808 or 9974493. OLE color: 9974493.
HSL color Cylindrical-coordinate representation of color #DD3298: hue angle of 324.21º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD3298 is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 152 | - |
| CMYK | 0 | 0.77 | 0.31 | 0.13 |
| HSL | 324.21º | 0.72% | 0.53% | - |
| HSV(B) | 324.21º | 0.77% | 0.87% | - |
| XYZ | 36.63 | 19.92 | 31.62 | - |
| YUV | 112.76 | 150.15 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 152 | 0 | 0.77 | 0.31 | 0.13 | 324.21 | 0.72 | 0.53 |
| Hex | DD | 32 | 98 | 0 | 4D | 1F | D | 144 | 48 | 35 |
| Octal | 335 | 62 | 230 | 0 | 115 | 37 | 15 | 504 | 110 | 65 |
| Binary | 11011101 | 110010 | 10011000 | 0 | 1001101 | 11111 | 1101 | 101000100 | 1001000 | 110101 |
Color Harmonies of #DD3298
Complementary color
Monochromatic Colors of #DD3298
Black with #DD3298
Text Example
Text Example
White with #DD3298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3298; }
p { color: rgb(221,50,152); }
H1.HeaderClassName
{
color: #DD3298;
}
.AnyTagClassName
{
color: #DD3298;
}
</style>
background-color css
<style>
a { background-color: #DD3298; }
a { background-color: rgb(221,50,152); }
div.DivClassName
{
background-color: #DD3298;
}
.BgClassName
{
background-color: #DD3298;
}
</style>
border-color css
<style>
span { border-color: #DD3298; }
span { border-color: rgb(221,50,152); }
td.TdClassName
{
border-color: #DD3298;
}
.TagClassName
{
border-color: #DD3298;
}
</style>