Shades of Carissma #DD7B95
Tints of Carissma #DD7B95
RGB
CMYK
RGB Variations
Color information
#DD7B95 (or 0xDD7B95) is known color: Carissma. HEX triplet: DD, 7B and 95. RGB value is (221,123,149). Sum of RGB (Red+Green+Blue) = 221+123+149=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 123 (48.44% from 255 or 24.95% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7B95 is #22846A. Grayscale: #9B9B9B. Windows color (decimal): -2262123 or 9796573. OLE color: 9796573.
HSL color Cylindrical-coordinate representation of color #DD7B95: hue angle of 344.08º 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 #DD7B95 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 149 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.13 |
| HSL | 344.08º | 0.59% | 0.67% | - |
| HSV(B) | 344.08º | 0.44% | 0.87% | - |
| XYZ | 42.33 | 31.71 | 32.32 | - |
| YUV | 155.27 | 124.47 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 149 | 0 | 0.44 | 0.33 | 0.13 | 344.08 | 0.59 | 0.67 |
| Hex | DD | 7B | 95 | 0 | 2C | 21 | D | 158 | 3B | 43 |
| Octal | 335 | 173 | 225 | 0 | 54 | 41 | 15 | 530 | 73 | 103 |
| Binary | 11011101 | 1111011 | 10010101 | 0 | 101100 | 100001 | 1101 | 101011000 | 111011 | 1000011 |
Color Harmonies of #DD7B95
Complementary color
Monochromatic Colors of #DD7B95
Black with #DD7B95
Text Example
Text Example
White with #DD7B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7B95; }
p { color: rgb(221,123,149); }
H1.HeaderClassName
{
color: #DD7B95;
}
.AnyTagClassName
{
color: #DD7B95;
}
</style>
background-color css
<style>
a { background-color: #DD7B95; }
a { background-color: rgb(221,123,149); }
div.DivClassName
{
background-color: #DD7B95;
}
.BgClassName
{
background-color: #DD7B95;
}
</style>
border-color css
<style>
span { border-color: #DD7B95; }
span { border-color: rgb(221,123,149); }
td.TdClassName
{
border-color: #DD7B95;
}
.TagClassName
{
border-color: #DD7B95;
}
</style>