Shades of Carissma #DD8B98
Tints of Carissma #DD8B98
RGB
CMYK
RGB Variations
Color information
#DD8B98 (or 0xDD8B98) is known color: Carissma. HEX triplet: DD, 8B and 98. RGB value is (221,139,152). Sum of RGB (Red+Green+Blue) = 221+139+152=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 139 (54.69% from 255 or 27.15% from 512); Blue value is 152 (59.77% from 255 or 29.69% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8B98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8B98 is #227467. Grayscale: #A5A5A5. Windows color (decimal): -2258024 or 9997277. OLE color: 9997277.
HSL color Cylindrical-coordinate representation of color #DD8B98: hue angle of 350.49º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD8B98 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 139 | 152 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.13 |
| HSL | 350.49º | 0.55% | 0.71% | - |
| HSV(B) | 350.49º | 0.37% | 0.87% | - |
| XYZ | 44.72 | 36.1 | 34.32 | - |
| YUV | 165 | 120.67 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 152 | 0 | 0.37 | 0.31 | 0.13 | 350.49 | 0.55 | 0.71 |
| Hex | DD | 8B | 98 | 0 | 25 | 1F | D | 15E | 37 | 47 |
| Octal | 335 | 213 | 230 | 0 | 45 | 37 | 15 | 536 | 67 | 107 |
| Binary | 11011101 | 10001011 | 10011000 | 0 | 100101 | 11111 | 1101 | 101011110 | 110111 | 1000111 |
Color Harmonies of #DD8B98
Complementary color
Monochromatic Colors of #DD8B98
Black with #DD8B98
Text Example
Text Example
White with #DD8B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8B98; }
p { color: rgb(221,139,152); }
H1.HeaderClassName
{
color: #DD8B98;
}
.AnyTagClassName
{
color: #DD8B98;
}
</style>
background-color css
<style>
a { background-color: #DD8B98; }
a { background-color: rgb(221,139,152); }
div.DivClassName
{
background-color: #DD8B98;
}
.BgClassName
{
background-color: #DD8B98;
}
</style>
border-color css
<style>
span { border-color: #DD8B98; }
span { border-color: rgb(221,139,152); }
td.TdClassName
{
border-color: #DD8B98;
}
.TagClassName
{
border-color: #DD8B98;
}
</style>