Shades of Carissma #DC829C
Tints of Carissma #DC829C
RGB
CMYK
RGB Variations
Color information
#DC829C (or 0xDC829C) is known color: Carissma. HEX triplet: DC, 82 and 9C. RGB value is (220,130,156). Sum of RGB (Red+Green+Blue) = 220+130+156=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 156 (61.33% from 255 or 30.83% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC829C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC829C is #237D63. Grayscale: #9F9F9F. Windows color (decimal): -2325860 or 10257116. OLE color: 10257116.
HSL color Cylindrical-coordinate representation of color #DC829C: hue angle of 342.67º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC829C is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 156 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.14 |
| HSL | 342.67º | 0.56% | 0.69% | - |
| HSV(B) | 342.67º | 0.41% | 0.86% | - |
| XYZ | 43.5 | 33.58 | 35.64 | - |
| YUV | 159.87 | 125.82 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 156 | 0 | 0.41 | 0.29 | 0.14 | 342.67 | 0.56 | 0.69 |
| Hex | DC | 82 | 9C | 0 | 29 | 1D | E | 157 | 38 | 45 |
| Octal | 334 | 202 | 234 | 0 | 51 | 35 | 16 | 527 | 70 | 105 |
| Binary | 11011100 | 10000010 | 10011100 | 0 | 101001 | 11101 | 1110 | 101010111 | 111000 | 1000101 |
Color Harmonies of #DC829C
Complementary color
Monochromatic Colors of #DC829C
Black with #DC829C
Text Example
Text Example
White with #DC829C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC829C; }
p { color: rgb(220,130,156); }
H1.HeaderClassName
{
color: #DC829C;
}
.AnyTagClassName
{
color: #DC829C;
}
</style>
background-color css
<style>
a { background-color: #DC829C; }
a { background-color: rgb(220,130,156); }
div.DivClassName
{
background-color: #DC829C;
}
.BgClassName
{
background-color: #DC829C;
}
</style>
border-color css
<style>
span { border-color: #DC829C; }
span { border-color: rgb(220,130,156); }
td.TdClassName
{
border-color: #DC829C;
}
.TagClassName
{
border-color: #DC829C;
}
</style>