Shades of Carissma #DD8597
Tints of Carissma #DD8597
RGB
CMYK
RGB Variations
Color information
#DD8597 (or 0xDD8597) is known color: Carissma. HEX triplet: DD, 85 and 97. RGB value is (221,133,151). Sum of RGB (Red+Green+Blue) = 221+133+151=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 151 (59.38% from 255 or 29.90% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8597 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8597 is #227A68. Grayscale: #A1A1A1. Windows color (decimal): -2259561 or 9930205. OLE color: 9930205.
HSL color Cylindrical-coordinate representation of color #DD8597: hue angle of 347.73º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD8597 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 151 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.13 |
| HSL | 347.73º | 0.56% | 0.69% | - |
| HSV(B) | 347.73º | 0.4% | 0.87% | - |
| XYZ | 43.79 | 34.38 | 33.61 | - |
| YUV | 161.36 | 122.15 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 151 | 0 | 0.40 | 0.32 | 0.13 | 347.73 | 0.56 | 0.69 |
| Hex | DD | 85 | 97 | 0 | 28 | 20 | D | 15C | 38 | 45 |
| Octal | 335 | 205 | 227 | 0 | 50 | 40 | 15 | 534 | 70 | 105 |
| Binary | 11011101 | 10000101 | 10010111 | 0 | 101000 | 100000 | 1101 | 101011100 | 111000 | 1000101 |
Color Harmonies of #DD8597
Complementary color
Monochromatic Colors of #DD8597
Black with #DD8597
Text Example
Text Example
White with #DD8597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8597; }
p { color: rgb(221,133,151); }
H1.HeaderClassName
{
color: #DD8597;
}
.AnyTagClassName
{
color: #DD8597;
}
</style>
background-color css
<style>
a { background-color: #DD8597; }
a { background-color: rgb(221,133,151); }
div.DivClassName
{
background-color: #DD8597;
}
.BgClassName
{
background-color: #DD8597;
}
</style>
border-color css
<style>
span { border-color: #DD8597; }
span { border-color: rgb(221,133,151); }
td.TdClassName
{
border-color: #DD8597;
}
.TagClassName
{
border-color: #DD8597;
}
</style>