Shades of Carissma #DD829B
Tints of Carissma #DD829B
RGB
CMYK
RGB Variations
Color information
#DD829B (or 0xDD829B) is known color: Carissma. HEX triplet: DD, 82 and 9B. RGB value is (221,130,155). Sum of RGB (Red+Green+Blue) = 221+130+155=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DD829B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD829B is #227D64. Grayscale: #A0A0A0. Windows color (decimal): -2260325 or 10191581. OLE color: 10191581.
HSL color Cylindrical-coordinate representation of color #DD829B: hue angle of 343.52º 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 #DD829B is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 155 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.13 |
| HSL | 343.52º | 0.57% | 0.69% | - |
| HSV(B) | 343.52º | 0.41% | 0.87% | - |
| XYZ | 43.72 | 33.7 | 35.21 | - |
| YUV | 160.06 | 125.15 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 155 | 0 | 0.41 | 0.30 | 0.13 | 343.52 | 0.57 | 0.69 |
| Hex | DD | 82 | 9B | 0 | 29 | 1E | D | 158 | 39 | 45 |
| Octal | 335 | 202 | 233 | 0 | 51 | 36 | 15 | 530 | 71 | 105 |
| Binary | 11011101 | 10000010 | 10011011 | 0 | 101001 | 11110 | 1101 | 101011000 | 111001 | 1000101 |
Color Harmonies of #DD829B
Complementary color
Monochromatic Colors of #DD829B
Black with #DD829B
Text Example
Text Example
White with #DD829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD829B; }
p { color: rgb(221,130,155); }
H1.HeaderClassName
{
color: #DD829B;
}
.AnyTagClassName
{
color: #DD829B;
}
</style>
background-color css
<style>
a { background-color: #DD829B; }
a { background-color: rgb(221,130,155); }
div.DivClassName
{
background-color: #DD829B;
}
.BgClassName
{
background-color: #DD829B;
}
</style>
border-color css
<style>
span { border-color: #DD829B; }
span { border-color: rgb(221,130,155); }
td.TdClassName
{
border-color: #DD829B;
}
.TagClassName
{
border-color: #DD829B;
}
</style>