Shades of Carissma #DD8794
Tints of Carissma #DD8794
RGB
CMYK
RGB Variations
Color information
#DD8794 (or 0xDD8794) is known color: Carissma. HEX triplet: DD, 87 and 94. RGB value is (221,135,148). Sum of RGB (Red+Green+Blue) = 221+135+148=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 135 (53.12% from 255 or 26.79% from 504); Blue value is 148 (58.20% from 255 or 29.37% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8794 is #22786B. Grayscale: #A2A2A2. Windows color (decimal): -2259052 or 9734109. OLE color: 9734109.
HSL color Cylindrical-coordinate representation of color #DD8794: hue angle of 350.93º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD8794 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 135 | 148 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.13 |
| HSL | 350.93º | 0.56% | 0.7% | - |
| HSV(B) | 350.93º | 0.39% | 0.87% | - |
| XYZ | 43.83 | 34.84 | 32.43 | - |
| YUV | 162.2 | 119.99 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 148 | 0 | 0.39 | 0.33 | 0.13 | 350.93 | 0.56 | 0.7 |
| Hex | DD | 87 | 94 | 0 | 27 | 21 | D | 15F | 38 | 46 |
| Octal | 335 | 207 | 224 | 0 | 47 | 41 | 15 | 537 | 70 | 106 |
| Binary | 11011101 | 10000111 | 10010100 | 0 | 100111 | 100001 | 1101 | 101011111 | 111000 | 1000110 |
Color Harmonies of #DD8794
Complementary color
Monochromatic Colors of #DD8794
Black with #DD8794
Text Example
Text Example
White with #DD8794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8794; }
p { color: rgb(221,135,148); }
H1.HeaderClassName
{
color: #DD8794;
}
.AnyTagClassName
{
color: #DD8794;
}
</style>
background-color css
<style>
a { background-color: #DD8794; }
a { background-color: rgb(221,135,148); }
div.DivClassName
{
background-color: #DD8794;
}
.BgClassName
{
background-color: #DD8794;
}
</style>
border-color css
<style>
span { border-color: #DD8794; }
span { border-color: rgb(221,135,148); }
td.TdClassName
{
border-color: #DD8794;
}
.TagClassName
{
border-color: #DD8794;
}
</style>