Shades of Carissma #DC828B
Tints of Carissma #DC828B
RGB
CMYK
RGB Variations
Color information
#DC828B (or 0xDC828B) is known color: Carissma. HEX triplet: DC, 82 and 8B. RGB value is (220,130,139). Sum of RGB (Red+Green+Blue) = 220+130+139=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DC828B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC828B is #237D74. Grayscale: #9D9D9D. Windows color (decimal): -2325877 or 9143004. OLE color: 9143004.
HSL color Cylindrical-coordinate representation of color #DC828B: hue angle of 354º 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 #DC828B is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 139 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.14 |
| HSL | 354º | 0.56% | 0.69% | - |
| HSV(B) | 354º | 0.41% | 0.86% | - |
| XYZ | 42.16 | 33.04 | 28.58 | - |
| YUV | 157.94 | 117.32 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 139 | 0 | 0.41 | 0.37 | 0.14 | 354 | 0.56 | 0.69 |
| Hex | DC | 82 | 8B | 0 | 29 | 25 | E | 162 | 38 | 45 |
| Octal | 334 | 202 | 213 | 0 | 51 | 45 | 16 | 542 | 70 | 105 |
| Binary | 11011100 | 10000010 | 10001011 | 0 | 101001 | 100101 | 1110 | 101100010 | 111000 | 1000101 |
Color Harmonies of #DC828B
Complementary color
Monochromatic Colors of #DC828B
Black with #DC828B
Text Example
Text Example
White with #DC828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC828B; }
p { color: rgb(220,130,139); }
H1.HeaderClassName
{
color: #DC828B;
}
.AnyTagClassName
{
color: #DC828B;
}
</style>
background-color css
<style>
a { background-color: #DC828B; }
a { background-color: rgb(220,130,139); }
div.DivClassName
{
background-color: #DC828B;
}
.BgClassName
{
background-color: #DC828B;
}
</style>
border-color css
<style>
span { border-color: #DC828B; }
span { border-color: rgb(220,130,139); }
td.TdClassName
{
border-color: #DC828B;
}
.TagClassName
{
border-color: #DC828B;
}
</style>