Shades of Carissma #DD8085
Tints of Carissma #DD8085
RGB
CMYK
RGB Variations
Color information
#DD8085 (or 0xDD8085) is known color: Carissma. HEX triplet: DD, 80 and 85. RGB value is (221,128,133). Sum of RGB (Red+Green+Blue) = 221+128+133=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8085 is #227F7A. Grayscale: #9C9C9C. Windows color (decimal): -2260859 or 8749277. OLE color: 8749277.
HSL color Cylindrical-coordinate representation of color #DD8085: hue angle of 356.77º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD8085 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 133 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.13 |
| HSL | 356.77º | 0.58% | 0.68% | - |
| HSV(B) | 356.77º | 0.42% | 0.87% | - |
| XYZ | 41.77 | 32.5 | 26.26 | - |
| YUV | 156.38 | 114.81 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 133 | 0 | 0.42 | 0.40 | 0.13 | 356.77 | 0.58 | 0.68 |
| Hex | DD | 80 | 85 | 0 | 2A | 28 | D | 165 | 3A | 44 |
| Octal | 335 | 200 | 205 | 0 | 52 | 50 | 15 | 545 | 72 | 104 |
| Binary | 11011101 | 10000000 | 10000101 | 0 | 101010 | 101000 | 1101 | 101100101 | 111010 | 1000100 |
Color Harmonies of #DD8085
Complementary color
Monochromatic Colors of #DD8085
Black with #DD8085
Text Example
Text Example
White with #DD8085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8085; }
p { color: rgb(221,128,133); }
H1.HeaderClassName
{
color: #DD8085;
}
.AnyTagClassName
{
color: #DD8085;
}
</style>
background-color css
<style>
a { background-color: #DD8085; }
a { background-color: rgb(221,128,133); }
div.DivClassName
{
background-color: #DD8085;
}
.BgClassName
{
background-color: #DD8085;
}
</style>
border-color css
<style>
span { border-color: #DD8085; }
span { border-color: rgb(221,128,133); }
td.TdClassName
{
border-color: #DD8085;
}
.TagClassName
{
border-color: #DD8085;
}
</style>