Shades of Carissma #DD7B96
Tints of Carissma #DD7B96
RGB
CMYK
RGB Variations
Color information
#DD7B96 (or 0xDD7B96) is known color: Carissma. HEX triplet: DD, 7B and 96. RGB value is (221,123,150). Sum of RGB (Red+Green+Blue) = 221+123+150=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 123 (48.44% from 255 or 24.90% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7B96 is #228469. Grayscale: #9B9B9B. Windows color (decimal): -2262122 or 9862109. OLE color: 9862109.
HSL color Cylindrical-coordinate representation of color #DD7B96: hue angle of 343.47º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD7B96 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 150 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.13 |
| HSL | 343.47º | 0.59% | 0.67% | - |
| HSV(B) | 343.47º | 0.44% | 0.87% | - |
| XYZ | 42.41 | 31.74 | 32.75 | - |
| YUV | 155.38 | 124.97 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 150 | 0 | 0.44 | 0.32 | 0.13 | 343.47 | 0.59 | 0.67 |
| Hex | DD | 7B | 96 | 0 | 2C | 20 | D | 157 | 3B | 43 |
| Octal | 335 | 173 | 226 | 0 | 54 | 40 | 15 | 527 | 73 | 103 |
| Binary | 11011101 | 1111011 | 10010110 | 0 | 101100 | 100000 | 1101 | 101010111 | 111011 | 1000011 |
Color Harmonies of #DD7B96
Complementary color
Monochromatic Colors of #DD7B96
Black with #DD7B96
Text Example
Text Example
White with #DD7B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7B96; }
p { color: rgb(221,123,150); }
H1.HeaderClassName
{
color: #DD7B96;
}
.AnyTagClassName
{
color: #DD7B96;
}
</style>
background-color css
<style>
a { background-color: #DD7B96; }
a { background-color: rgb(221,123,150); }
div.DivClassName
{
background-color: #DD7B96;
}
.BgClassName
{
background-color: #DD7B96;
}
</style>
border-color css
<style>
span { border-color: #DD7B96; }
span { border-color: rgb(221,123,150); }
td.TdClassName
{
border-color: #DD7B96;
}
.TagClassName
{
border-color: #DD7B96;
}
</style>