Shades of Carissma #DD7B90
Tints of Carissma #DD7B90
RGB
CMYK
RGB Variations
Color information
#DD7B90 (or 0xDD7B90) is known color: Carissma. HEX triplet: DD, 7B and 90. RGB value is (221,123,144). Sum of RGB (Red+Green+Blue) = 221+123+144=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 123 (48.44% from 255 or 25.20% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7B90 is #22846F. Grayscale: #9A9A9A. Windows color (decimal): -2262128 or 9468893. OLE color: 9468893.
HSL color Cylindrical-coordinate representation of color #DD7B90: hue angle of 347.14º 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 #DD7B90 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 144 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.13 |
| HSL | 347.14º | 0.59% | 0.67% | - |
| HSV(B) | 347.14º | 0.44% | 0.87% | - |
| XYZ | 41.94 | 31.55 | 30.27 | - |
| YUV | 154.7 | 121.97 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 144 | 0 | 0.44 | 0.35 | 0.13 | 347.14 | 0.59 | 0.67 |
| Hex | DD | 7B | 90 | 0 | 2C | 23 | D | 15B | 3B | 43 |
| Octal | 335 | 173 | 220 | 0 | 54 | 43 | 15 | 533 | 73 | 103 |
| Binary | 11011101 | 1111011 | 10010000 | 0 | 101100 | 100011 | 1101 | 101011011 | 111011 | 1000011 |
Color Harmonies of #DD7B90
Complementary color
Monochromatic Colors of #DD7B90
Black with #DD7B90
Text Example
Text Example
White with #DD7B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7B90; }
p { color: rgb(221,123,144); }
H1.HeaderClassName
{
color: #DD7B90;
}
.AnyTagClassName
{
color: #DD7B90;
}
</style>
background-color css
<style>
a { background-color: #DD7B90; }
a { background-color: rgb(221,123,144); }
div.DivClassName
{
background-color: #DD7B90;
}
.BgClassName
{
background-color: #DD7B90;
}
</style>
border-color css
<style>
span { border-color: #DD7B90; }
span { border-color: rgb(221,123,144); }
td.TdClassName
{
border-color: #DD7B90;
}
.TagClassName
{
border-color: #DD7B90;
}
</style>