Shades of Carissma #DD8692
Tints of Carissma #DD8692
RGB
CMYK
RGB Variations
Color information
#DD8692 (or 0xDD8692) is known color: Carissma. HEX triplet: DD, 86 and 92. RGB value is (221,134,146). Sum of RGB (Red+Green+Blue) = 221+134+146=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 134 (52.73% from 255 or 26.75% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8692 is #22796D. Grayscale: #A1A1A1. Windows color (decimal): -2259310 or 9602781. OLE color: 9602781.
HSL color Cylindrical-coordinate representation of color #DD8692: hue angle of 351.72º 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 #DD8692 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 134 | 146 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.13 |
| HSL | 351.72º | 0.56% | 0.7% | - |
| HSV(B) | 351.72º | 0.39% | 0.87% | - |
| XYZ | 43.53 | 34.5 | 31.56 | - |
| YUV | 161.38 | 119.32 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 146 | 0 | 0.39 | 0.34 | 0.13 | 351.72 | 0.56 | 0.7 |
| Hex | DD | 86 | 92 | 0 | 27 | 22 | D | 160 | 38 | 46 |
| Octal | 335 | 206 | 222 | 0 | 47 | 42 | 15 | 540 | 70 | 106 |
| Binary | 11011101 | 10000110 | 10010010 | 0 | 100111 | 100010 | 1101 | 101100000 | 111000 | 1000110 |
Color Harmonies of #DD8692
Complementary color
Monochromatic Colors of #DD8692
Black with #DD8692
Text Example
Text Example
White with #DD8692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8692; }
p { color: rgb(221,134,146); }
H1.HeaderClassName
{
color: #DD8692;
}
.AnyTagClassName
{
color: #DD8692;
}
</style>
background-color css
<style>
a { background-color: #DD8692; }
a { background-color: rgb(221,134,146); }
div.DivClassName
{
background-color: #DD8692;
}
.BgClassName
{
background-color: #DD8692;
}
</style>
border-color css
<style>
span { border-color: #DD8692; }
span { border-color: rgb(221,134,146); }
td.TdClassName
{
border-color: #DD8692;
}
.TagClassName
{
border-color: #DD8692;
}
</style>