Shades of Deep Cerise #DD269C
Tints of Deep Cerise #DD269C
RGB
CMYK
RGB Variations
Color information
#DD269C (or 0xDD269C) is known color: Deep Cerise. HEX triplet: DD, 26 and 9C. RGB value is (221,38,156). Sum of RGB (Red+Green+Blue) = 221+38+156=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 38 (15.23% from 255 or 9.16% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD269C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD269C is #22D963. Grayscale: #696969. Windows color (decimal): -2283876 or 10233565. OLE color: 10233565.
HSL color Cylindrical-coordinate representation of color #DD269C: hue angle of 321.31º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD269C is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 38 | 156 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.13 |
| HSL | 321.31º | 0.73% | 0.51% | - |
| HSV(B) | 321.31º | 0.83% | 0.87% | - |
| XYZ | 36.51 | 19.16 | 33.23 | - |
| YUV | 106.17 | 156.13 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 156 | 0 | 0.83 | 0.29 | 0.13 | 321.31 | 0.73 | 0.51 |
| Hex | DD | 26 | 9C | 0 | 53 | 1D | D | 141 | 49 | 33 |
| Octal | 335 | 46 | 234 | 0 | 123 | 35 | 15 | 501 | 111 | 63 |
| Binary | 11011101 | 100110 | 10011100 | 0 | 1010011 | 11101 | 1101 | 101000001 | 1001001 | 110011 |
Color Harmonies of #DD269C
Complementary color
Monochromatic Colors of #DD269C
Black with #DD269C
Text Example
Text Example
White with #DD269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD269C; }
p { color: rgb(221,38,156); }
H1.HeaderClassName
{
color: #DD269C;
}
.AnyTagClassName
{
color: #DD269C;
}
</style>
background-color css
<style>
a { background-color: #DD269C; }
a { background-color: rgb(221,38,156); }
div.DivClassName
{
background-color: #DD269C;
}
.BgClassName
{
background-color: #DD269C;
}
</style>
border-color css
<style>
span { border-color: #DD269C; }
span { border-color: rgb(221,38,156); }
td.TdClassName
{
border-color: #DD269C;
}
.TagClassName
{
border-color: #DD269C;
}
</style>