Shades of Carissma #DD8385
Tints of Carissma #DD8385
RGB
CMYK
RGB Variations
Color information
#DD8385 (or 0xDD8385) is known color: Carissma. HEX triplet: DD, 83 and 85. RGB value is (221,131,133). Sum of RGB (Red+Green+Blue) = 221+131+133=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8385 is #227C7A. Grayscale: #9E9E9E. Windows color (decimal): -2260091 or 8750045. OLE color: 8750045.
HSL color Cylindrical-coordinate representation of color #DD8385: hue angle of 358.67º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD8385 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 133 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.13 |
| HSL | 358.67º | 0.57% | 0.69% | - |
| HSV(B) | 358.67º | 0.41% | 0.87% | - |
| XYZ | 42.17 | 33.3 | 26.39 | - |
| YUV | 158.14 | 113.82 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 133 | 0 | 0.41 | 0.40 | 0.13 | 358.67 | 0.57 | 0.69 |
| Hex | DD | 83 | 85 | 0 | 29 | 28 | D | 167 | 39 | 45 |
| Octal | 335 | 203 | 205 | 0 | 51 | 50 | 15 | 547 | 71 | 105 |
| Binary | 11011101 | 10000011 | 10000101 | 0 | 101001 | 101000 | 1101 | 101100111 | 111001 | 1000101 |
Color Harmonies of #DD8385
Complementary color
Monochromatic Colors of #DD8385
Black with #DD8385
Text Example
Text Example
White with #DD8385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8385; }
p { color: rgb(221,131,133); }
H1.HeaderClassName
{
color: #DD8385;
}
.AnyTagClassName
{
color: #DD8385;
}
</style>
background-color css
<style>
a { background-color: #DD8385; }
a { background-color: rgb(221,131,133); }
div.DivClassName
{
background-color: #DD8385;
}
.BgClassName
{
background-color: #DD8385;
}
</style>
border-color css
<style>
span { border-color: #DD8385; }
span { border-color: rgb(221,131,133); }
td.TdClassName
{
border-color: #DD8385;
}
.TagClassName
{
border-color: #DD8385;
}
</style>