Shades of Carissma #DD849B
Tints of Carissma #DD849B
RGB
CMYK
RGB Variations
Color information
#DD849B (or 0xDD849B) is known color: Carissma. HEX triplet: DD, 84 and 9B. RGB value is (221,132,155). Sum of RGB (Red+Green+Blue) = 221+132+155=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 132 (51.95% from 255 or 25.98% from 508); Blue value is 155 (60.94% from 255 or 30.51% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DD849B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD849B is #227B64. Grayscale: #A1A1A1. Windows color (decimal): -2259813 or 10192093. OLE color: 10192093.
HSL color Cylindrical-coordinate representation of color #DD849B: hue angle of 344.49º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD849B is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 155 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.13 |
| HSL | 344.49º | 0.57% | 0.69% | - |
| HSV(B) | 344.49º | 0.4% | 0.87% | - |
| XYZ | 43.99 | 34.24 | 35.3 | - |
| YUV | 161.23 | 124.49 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 155 | 0 | 0.40 | 0.30 | 0.13 | 344.49 | 0.57 | 0.69 |
| Hex | DD | 84 | 9B | 0 | 28 | 1E | D | 158 | 39 | 45 |
| Octal | 335 | 204 | 233 | 0 | 50 | 36 | 15 | 530 | 71 | 105 |
| Binary | 11011101 | 10000100 | 10011011 | 0 | 101000 | 11110 | 1101 | 101011000 | 111001 | 1000101 |
Color Harmonies of #DD849B
Complementary color
Monochromatic Colors of #DD849B
Black with #DD849B
Text Example
Text Example
White with #DD849B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD849B; }
p { color: rgb(221,132,155); }
H1.HeaderClassName
{
color: #DD849B;
}
.AnyTagClassName
{
color: #DD849B;
}
</style>
background-color css
<style>
a { background-color: #DD849B; }
a { background-color: rgb(221,132,155); }
div.DivClassName
{
background-color: #DD849B;
}
.BgClassName
{
background-color: #DD849B;
}
</style>
border-color css
<style>
span { border-color: #DD849B; }
span { border-color: rgb(221,132,155); }
td.TdClassName
{
border-color: #DD849B;
}
.TagClassName
{
border-color: #DD849B;
}
</style>