Shades of Carissma #DC829D
Tints of Carissma #DC829D
RGB
CMYK
RGB Variations
Color information
#DC829D (or 0xDC829D) is known color: Carissma. HEX triplet: DC, 82 and 9D. RGB value is (220,130,157). Sum of RGB (Red+Green+Blue) = 220+130+157=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 157 (61.72% from 255 or 30.97% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC829D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC829D is #237D62. Grayscale: #9F9F9F. Windows color (decimal): -2325859 or 10322652. OLE color: 10322652.
HSL color Cylindrical-coordinate representation of color #DC829D: hue angle of 342º 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 #DC829D is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 157 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.14 |
| HSL | 342º | 0.56% | 0.69% | - |
| HSV(B) | 342º | 0.41% | 0.86% | - |
| XYZ | 43.58 | 33.62 | 36.09 | - |
| YUV | 159.99 | 126.32 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 157 | 0 | 0.41 | 0.29 | 0.14 | 342 | 0.56 | 0.69 |
| Hex | DC | 82 | 9D | 0 | 29 | 1D | E | 156 | 38 | 45 |
| Octal | 334 | 202 | 235 | 0 | 51 | 35 | 16 | 526 | 70 | 105 |
| Binary | 11011100 | 10000010 | 10011101 | 0 | 101001 | 11101 | 1110 | 101010110 | 111000 | 1000101 |
Color Harmonies of #DC829D
Complementary color
Monochromatic Colors of #DC829D
Black with #DC829D
Text Example
Text Example
White with #DC829D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC829D; }
p { color: rgb(220,130,157); }
H1.HeaderClassName
{
color: #DC829D;
}
.AnyTagClassName
{
color: #DC829D;
}
</style>
background-color css
<style>
a { background-color: #DC829D; }
a { background-color: rgb(220,130,157); }
div.DivClassName
{
background-color: #DC829D;
}
.BgClassName
{
background-color: #DC829D;
}
</style>
border-color css
<style>
span { border-color: #DC829D; }
span { border-color: rgb(220,130,157); }
td.TdClassName
{
border-color: #DC829D;
}
.TagClassName
{
border-color: #DC829D;
}
</style>