Shades of Carissma #DD828C
Tints of Carissma #DD828C
RGB
CMYK
RGB Variations
Color information
#DD828C (or 0xDD828C) is known color: Carissma. HEX triplet: DD, 82 and 8C. RGB value is (221,130,140). Sum of RGB (Red+Green+Blue) = 221+130+140=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD828C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD828C is #227D73. Grayscale: #9E9E9E. Windows color (decimal): -2260340 or 9208541. OLE color: 9208541.
HSL color Cylindrical-coordinate representation of color #DD828C: hue angle of 353.41º 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 #DD828C is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 140 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.13 |
| HSL | 353.41º | 0.57% | 0.69% | - |
| HSV(B) | 353.41º | 0.41% | 0.87% | - |
| XYZ | 42.54 | 33.23 | 28.98 | - |
| YUV | 158.35 | 117.65 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 140 | 0 | 0.41 | 0.37 | 0.13 | 353.41 | 0.57 | 0.69 |
| Hex | DD | 82 | 8C | 0 | 29 | 25 | D | 161 | 39 | 45 |
| Octal | 335 | 202 | 214 | 0 | 51 | 45 | 15 | 541 | 71 | 105 |
| Binary | 11011101 | 10000010 | 10001100 | 0 | 101001 | 100101 | 1101 | 101100001 | 111001 | 1000101 |
Color Harmonies of #DD828C
Complementary color
Monochromatic Colors of #DD828C
Black with #DD828C
Text Example
Text Example
White with #DD828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD828C; }
p { color: rgb(221,130,140); }
H1.HeaderClassName
{
color: #DD828C;
}
.AnyTagClassName
{
color: #DD828C;
}
</style>
background-color css
<style>
a { background-color: #DD828C; }
a { background-color: rgb(221,130,140); }
div.DivClassName
{
background-color: #DD828C;
}
.BgClassName
{
background-color: #DD828C;
}
</style>
border-color css
<style>
span { border-color: #DD828C; }
span { border-color: rgb(221,130,140); }
td.TdClassName
{
border-color: #DD828C;
}
.TagClassName
{
border-color: #DD828C;
}
</style>