Shades of Carissma #DD8588
Tints of Carissma #DD8588
RGB
CMYK
RGB Variations
Color information
#DD8588 (or 0xDD8588) is known color: Carissma. HEX triplet: DD, 85 and 88. RGB value is (221,133,136). Sum of RGB (Red+Green+Blue) = 221+133+136=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 136 (53.52% from 255 or 27.76% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8588 is #227A77. Grayscale: #9F9F9F. Windows color (decimal): -2259576 or 8947165. OLE color: 8947165.
HSL color Cylindrical-coordinate representation of color #DD8588: hue angle of 357.95º 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 #DD8588 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 136 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.13 |
| HSL | 357.95º | 0.56% | 0.69% | - |
| HSV(B) | 357.95º | 0.4% | 0.87% | - |
| XYZ | 42.65 | 33.92 | 27.59 | - |
| YUV | 159.65 | 114.65 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 136 | 0 | 0.40 | 0.38 | 0.13 | 357.95 | 0.56 | 0.69 |
| Hex | DD | 85 | 88 | 0 | 28 | 26 | D | 166 | 38 | 45 |
| Octal | 335 | 205 | 210 | 0 | 50 | 46 | 15 | 546 | 70 | 105 |
| Binary | 11011101 | 10000101 | 10001000 | 0 | 101000 | 100110 | 1101 | 101100110 | 111000 | 1000101 |
Color Harmonies of #DD8588
Complementary color
Monochromatic Colors of #DD8588
Black with #DD8588
Text Example
Text Example
White with #DD8588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8588; }
p { color: rgb(221,133,136); }
H1.HeaderClassName
{
color: #DD8588;
}
.AnyTagClassName
{
color: #DD8588;
}
</style>
background-color css
<style>
a { background-color: #DD8588; }
a { background-color: rgb(221,133,136); }
div.DivClassName
{
background-color: #DD8588;
}
.BgClassName
{
background-color: #DD8588;
}
</style>
border-color css
<style>
span { border-color: #DD8588; }
span { border-color: rgb(221,133,136); }
td.TdClassName
{
border-color: #DD8588;
}
.TagClassName
{
border-color: #DD8588;
}
</style>