Shades of Carissma #DD8593
Tints of Carissma #DD8593
RGB
CMYK
RGB Variations
Color information
#DD8593 (or 0xDD8593) is known color: Carissma. HEX triplet: DD, 85 and 93. RGB value is (221,133,147). Sum of RGB (Red+Green+Blue) = 221+133+147=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8593 is #227A6C. Grayscale: #A0A0A0. Windows color (decimal): -2259565 or 9668061. OLE color: 9668061.
HSL color Cylindrical-coordinate representation of color #DD8593: hue angle of 350.45º 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 #DD8593 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 147 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.13 |
| HSL | 350.45º | 0.56% | 0.69% | - |
| HSV(B) | 350.45º | 0.4% | 0.87% | - |
| XYZ | 43.47 | 34.25 | 31.92 | - |
| YUV | 160.91 | 120.15 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 147 | 0 | 0.40 | 0.33 | 0.13 | 350.45 | 0.56 | 0.69 |
| Hex | DD | 85 | 93 | 0 | 28 | 21 | D | 15E | 38 | 45 |
| Octal | 335 | 205 | 223 | 0 | 50 | 41 | 15 | 536 | 70 | 105 |
| Binary | 11011101 | 10000101 | 10010011 | 0 | 101000 | 100001 | 1101 | 101011110 | 111000 | 1000101 |
Color Harmonies of #DD8593
Complementary color
Monochromatic Colors of #DD8593
Black with #DD8593
Text Example
Text Example
White with #DD8593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8593; }
p { color: rgb(221,133,147); }
H1.HeaderClassName
{
color: #DD8593;
}
.AnyTagClassName
{
color: #DD8593;
}
</style>
background-color css
<style>
a { background-color: #DD8593; }
a { background-color: rgb(221,133,147); }
div.DivClassName
{
background-color: #DD8593;
}
.BgClassName
{
background-color: #DD8593;
}
</style>
border-color css
<style>
span { border-color: #DD8593; }
span { border-color: rgb(221,133,147); }
td.TdClassName
{
border-color: #DD8593;
}
.TagClassName
{
border-color: #DD8593;
}
</style>