Shades of Carissma #DD8690
Tints of Carissma #DD8690
RGB
CMYK
RGB Variations
Color information
#DD8690 (or 0xDD8690) is known color: Carissma. HEX triplet: DD, 86 and 90. RGB value is (221,134,144). Sum of RGB (Red+Green+Blue) = 221+134+144=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 134 (52.73% from 255 or 26.85% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8690 is #22796F. Grayscale: #A1A1A1. Windows color (decimal): -2259312 or 9471709. OLE color: 9471709.
HSL color Cylindrical-coordinate representation of color #DD8690: hue angle of 353.1º 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 #DD8690 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 134 | 144 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.13 |
| HSL | 353.1º | 0.56% | 0.7% | - |
| HSV(B) | 353.1º | 0.39% | 0.87% | - |
| XYZ | 43.38 | 34.44 | 30.75 | - |
| YUV | 161.15 | 118.32 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 144 | 0 | 0.39 | 0.35 | 0.13 | 353.1 | 0.56 | 0.7 |
| Hex | DD | 86 | 90 | 0 | 27 | 23 | D | 161 | 38 | 46 |
| Octal | 335 | 206 | 220 | 0 | 47 | 43 | 15 | 541 | 70 | 106 |
| Binary | 11011101 | 10000110 | 10010000 | 0 | 100111 | 100011 | 1101 | 101100001 | 111000 | 1000110 |
Color Harmonies of #DD8690
Complementary color
Monochromatic Colors of #DD8690
Black with #DD8690
Text Example
Text Example
White with #DD8690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8690; }
p { color: rgb(221,134,144); }
H1.HeaderClassName
{
color: #DD8690;
}
.AnyTagClassName
{
color: #DD8690;
}
</style>
background-color css
<style>
a { background-color: #DD8690; }
a { background-color: rgb(221,134,144); }
div.DivClassName
{
background-color: #DD8690;
}
.BgClassName
{
background-color: #DD8690;
}
</style>
border-color css
<style>
span { border-color: #DD8690; }
span { border-color: rgb(221,134,144); }
td.TdClassName
{
border-color: #DD8690;
}
.TagClassName
{
border-color: #DD8690;
}
</style>