Shades of Carissma #DD829C
Tints of Carissma #DD829C
RGB
CMYK
RGB Variations
Color information
#DD829C (or 0xDD829C) is known color: Carissma. HEX triplet: DD, 82 and 9C. RGB value is (221,130,156). Sum of RGB (Red+Green+Blue) = 221+130+156=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 156 (61.33% from 255 or 30.77% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DD829C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD829C is #227D63. Grayscale: #A0A0A0. Windows color (decimal): -2260324 or 10257117. OLE color: 10257117.
HSL color Cylindrical-coordinate representation of color #DD829C: hue angle of 342.86º 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 #DD829C is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 156 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.13 |
| HSL | 342.86º | 0.57% | 0.69% | - |
| HSV(B) | 342.86º | 0.41% | 0.87% | - |
| XYZ | 43.8 | 33.74 | 35.66 | - |
| YUV | 160.17 | 125.65 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 156 | 0 | 0.41 | 0.29 | 0.13 | 342.86 | 0.57 | 0.69 |
| Hex | DD | 82 | 9C | 0 | 29 | 1D | D | 157 | 39 | 45 |
| Octal | 335 | 202 | 234 | 0 | 51 | 35 | 15 | 527 | 71 | 105 |
| Binary | 11011101 | 10000010 | 10011100 | 0 | 101001 | 11101 | 1101 | 101010111 | 111001 | 1000101 |
Color Harmonies of #DD829C
Complementary color
Monochromatic Colors of #DD829C
Black with #DD829C
Text Example
Text Example
White with #DD829C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD829C; }
p { color: rgb(221,130,156); }
H1.HeaderClassName
{
color: #DD829C;
}
.AnyTagClassName
{
color: #DD829C;
}
</style>
background-color css
<style>
a { background-color: #DD829C; }
a { background-color: rgb(221,130,156); }
div.DivClassName
{
background-color: #DD829C;
}
.BgClassName
{
background-color: #DD829C;
}
</style>
border-color css
<style>
span { border-color: #DD829C; }
span { border-color: rgb(221,130,156); }
td.TdClassName
{
border-color: #DD829C;
}
.TagClassName
{
border-color: #DD829C;
}
</style>