Shades of Carissma #DD828D
Tints of Carissma #DD828D
RGB
CMYK
RGB Variations
Color information
#DD828D (or 0xDD828D) is known color: Carissma. HEX triplet: DD, 82 and 8D. RGB value is (221,130,141). Sum of RGB (Red+Green+Blue) = 221+130+141=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD828D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD828D is #227D72. Grayscale: #9E9E9E. Windows color (decimal): -2260339 or 9274077. OLE color: 9274077.
HSL color Cylindrical-coordinate representation of color #DD828D: hue angle of 352.75º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD828D is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 141 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.13 |
| HSL | 352.75º | 0.57% | 0.69% | - |
| HSV(B) | 352.75º | 0.41% | 0.87% | - |
| XYZ | 42.61 | 33.26 | 29.37 | - |
| YUV | 158.46 | 118.15 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 141 | 0 | 0.41 | 0.36 | 0.13 | 352.75 | 0.57 | 0.69 |
| Hex | DD | 82 | 8D | 0 | 29 | 24 | D | 161 | 39 | 45 |
| Octal | 335 | 202 | 215 | 0 | 51 | 44 | 15 | 541 | 71 | 105 |
| Binary | 11011101 | 10000010 | 10001101 | 0 | 101001 | 100100 | 1101 | 101100001 | 111001 | 1000101 |
Color Harmonies of #DD828D
Complementary color
Monochromatic Colors of #DD828D
Black with #DD828D
Text Example
Text Example
White with #DD828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD828D; }
p { color: rgb(221,130,141); }
H1.HeaderClassName
{
color: #DD828D;
}
.AnyTagClassName
{
color: #DD828D;
}
</style>
background-color css
<style>
a { background-color: #DD828D; }
a { background-color: rgb(221,130,141); }
div.DivClassName
{
background-color: #DD828D;
}
.BgClassName
{
background-color: #DD828D;
}
</style>
border-color css
<style>
span { border-color: #DD828D; }
span { border-color: rgb(221,130,141); }
td.TdClassName
{
border-color: #DD828D;
}
.TagClassName
{
border-color: #DD828D;
}
</style>