Shades of Carissma #DD8185
Tints of Carissma #DD8185
RGB
CMYK
RGB Variations
Color information
#DD8185 (or 0xDD8185) is known color: Carissma. HEX triplet: DD, 81 and 85. RGB value is (221,129,133). Sum of RGB (Red+Green+Blue) = 221+129+133=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 133 (52.34% from 255 or 27.54% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8185 is #227E7A. Grayscale: #9D9D9D. Windows color (decimal): -2260603 or 8749533. OLE color: 8749533.
HSL color Cylindrical-coordinate representation of color #DD8185: hue angle of 357.39º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD8185 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 133 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.13 |
| HSL | 357.39º | 0.58% | 0.69% | - |
| HSV(B) | 357.39º | 0.42% | 0.87% | - |
| XYZ | 41.9 | 32.77 | 26.31 | - |
| YUV | 156.96 | 114.48 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 133 | 0 | 0.42 | 0.40 | 0.13 | 357.39 | 0.58 | 0.69 |
| Hex | DD | 81 | 85 | 0 | 2A | 28 | D | 165 | 3A | 45 |
| Octal | 335 | 201 | 205 | 0 | 52 | 50 | 15 | 545 | 72 | 105 |
| Binary | 11011101 | 10000001 | 10000101 | 0 | 101010 | 101000 | 1101 | 101100101 | 111010 | 1000101 |
Color Harmonies of #DD8185
Complementary color
Monochromatic Colors of #DD8185
Black with #DD8185
Text Example
Text Example
White with #DD8185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8185; }
p { color: rgb(221,129,133); }
H1.HeaderClassName
{
color: #DD8185;
}
.AnyTagClassName
{
color: #DD8185;
}
</style>
background-color css
<style>
a { background-color: #DD8185; }
a { background-color: rgb(221,129,133); }
div.DivClassName
{
background-color: #DD8185;
}
.BgClassName
{
background-color: #DD8185;
}
</style>
border-color css
<style>
span { border-color: #DD8185; }
span { border-color: rgb(221,129,133); }
td.TdClassName
{
border-color: #DD8185;
}
.TagClassName
{
border-color: #DD8185;
}
</style>