Shades of Carissma #DC828E
Tints of Carissma #DC828E
RGB
CMYK
RGB Variations
Color information
#DC828E (or 0xDC828E) is known color: Carissma. HEX triplet: DC, 82 and 8E. RGB value is (220,130,142). Sum of RGB (Red+Green+Blue) = 220+130+142=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 142 (55.86% from 255 or 28.86% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DC828E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC828E is #237D71. Grayscale: #9E9E9E. Windows color (decimal): -2325874 or 9339612. OLE color: 9339612.
HSL color Cylindrical-coordinate representation of color #DC828E: hue angle of 352º 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 #DC828E is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 142 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.14 |
| HSL | 352º | 0.56% | 0.69% | - |
| HSV(B) | 352º | 0.41% | 0.86% | - |
| XYZ | 42.38 | 33.13 | 29.75 | - |
| YUV | 158.28 | 118.82 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 142 | 0 | 0.41 | 0.35 | 0.14 | 352 | 0.56 | 0.69 |
| Hex | DC | 82 | 8E | 0 | 29 | 23 | E | 160 | 38 | 45 |
| Octal | 334 | 202 | 216 | 0 | 51 | 43 | 16 | 540 | 70 | 105 |
| Binary | 11011100 | 10000010 | 10001110 | 0 | 101001 | 100011 | 1110 | 101100000 | 111000 | 1000101 |
Color Harmonies of #DC828E
Complementary color
Monochromatic Colors of #DC828E
Black with #DC828E
Text Example
Text Example
White with #DC828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC828E; }
p { color: rgb(220,130,142); }
H1.HeaderClassName
{
color: #DC828E;
}
.AnyTagClassName
{
color: #DC828E;
}
</style>
background-color css
<style>
a { background-color: #DC828E; }
a { background-color: rgb(220,130,142); }
div.DivClassName
{
background-color: #DC828E;
}
.BgClassName
{
background-color: #DC828E;
}
</style>
border-color css
<style>
span { border-color: #DC828E; }
span { border-color: rgb(220,130,142); }
td.TdClassName
{
border-color: #DC828E;
}
.TagClassName
{
border-color: #DC828E;
}
</style>