Shades of Carissma #DD878F
Tints of Carissma #DD878F
RGB
CMYK
RGB Variations
Color information
#DD878F (or 0xDD878F) is known color: Carissma. HEX triplet: DD, 87 and 8F. RGB value is (221,135,143). Sum of RGB (Red+Green+Blue) = 221+135+143=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 135 (53.12% from 255 or 27.05% from 499); Blue value is 143 (56.25% from 255 or 28.66% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD878F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD878F is #227870. Grayscale: #A1A1A1. Windows color (decimal): -2259057 or 9406429. OLE color: 9406429.
HSL color Cylindrical-coordinate representation of color #DD878F: hue angle of 354.42º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD878F is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 135 | 143 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.13 |
| HSL | 354.42º | 0.56% | 0.7% | - |
| HSV(B) | 354.42º | 0.39% | 0.87% | - |
| XYZ | 43.44 | 34.68 | 30.39 | - |
| YUV | 161.63 | 117.49 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 143 | 0 | 0.39 | 0.35 | 0.13 | 354.42 | 0.56 | 0.7 |
| Hex | DD | 87 | 8F | 0 | 27 | 23 | D | 162 | 38 | 46 |
| Octal | 335 | 207 | 217 | 0 | 47 | 43 | 15 | 542 | 70 | 106 |
| Binary | 11011101 | 10000111 | 10001111 | 0 | 100111 | 100011 | 1101 | 101100010 | 111000 | 1000110 |
Color Harmonies of #DD878F
Complementary color
Monochromatic Colors of #DD878F
Black with #DD878F
Text Example
Text Example
White with #DD878F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD878F; }
p { color: rgb(221,135,143); }
H1.HeaderClassName
{
color: #DD878F;
}
.AnyTagClassName
{
color: #DD878F;
}
</style>
background-color css
<style>
a { background-color: #DD878F; }
a { background-color: rgb(221,135,143); }
div.DivClassName
{
background-color: #DD878F;
}
.BgClassName
{
background-color: #DD878F;
}
</style>
border-color css
<style>
span { border-color: #DD878F; }
span { border-color: rgb(221,135,143); }
td.TdClassName
{
border-color: #DD878F;
}
.TagClassName
{
border-color: #DD878F;
}
</style>