Shades of Carissma #DD8D8F
Tints of Carissma #DD8D8F
RGB
CMYK
RGB Variations
Color information
#DD8D8F (or 0xDD8D8F) is known color: Carissma. HEX triplet: DD, 8D and 8F. RGB value is (221,141,143). Sum of RGB (Red+Green+Blue) = 221+141+143=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 141 (55.47% from 255 or 27.92% from 505); Blue value is 143 (56.25% from 255 or 28.32% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8D8F is #227270. Grayscale: #A5A5A5. Windows color (decimal): -2257521 or 9407965. OLE color: 9407965.
HSL color Cylindrical-coordinate representation of color #DD8D8F: hue angle of 358.5º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DD8D8F is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 141 | 143 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.13 |
| HSL | 358.5º | 0.54% | 0.71% | - |
| HSV(B) | 358.5º | 0.36% | 0.87% | - |
| XYZ | 44.3 | 36.41 | 30.68 | - |
| YUV | 165.15 | 115.5 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 141 | 143 | 0 | 0.36 | 0.35 | 0.13 | 358.5 | 0.54 | 0.71 |
| Hex | DD | 8D | 8F | 0 | 24 | 23 | D | 166 | 36 | 47 |
| Octal | 335 | 215 | 217 | 0 | 44 | 43 | 15 | 546 | 66 | 107 |
| Binary | 11011101 | 10001101 | 10001111 | 0 | 100100 | 100011 | 1101 | 101100110 | 110110 | 1000111 |
Color Harmonies of #DD8D8F
Complementary color
Monochromatic Colors of #DD8D8F
Black with #DD8D8F
Text Example
Text Example
White with #DD8D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8D8F; }
p { color: rgb(221,141,143); }
H1.HeaderClassName
{
color: #DD8D8F;
}
.AnyTagClassName
{
color: #DD8D8F;
}
</style>
background-color css
<style>
a { background-color: #DD8D8F; }
a { background-color: rgb(221,141,143); }
div.DivClassName
{
background-color: #DD8D8F;
}
.BgClassName
{
background-color: #DD8D8F;
}
</style>
border-color css
<style>
span { border-color: #DD8D8F; }
span { border-color: rgb(221,141,143); }
td.TdClassName
{
border-color: #DD8D8F;
}
.TagClassName
{
border-color: #DD8D8F;
}
</style>