Shades of Carissma #DC828A
Tints of Carissma #DC828A
RGB
CMYK
RGB Variations
Color information
#DC828A (or 0xDC828A) is known color: Carissma. HEX triplet: DC, 82 and 8A. RGB value is (220,130,138). Sum of RGB (Red+Green+Blue) = 220+130+138=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC828A is #237D75. Grayscale: #9D9D9D. Windows color (decimal): -2325878 or 9077468. OLE color: 9077468.
HSL color Cylindrical-coordinate representation of color #DC828A: hue angle of 354.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 #DC828A is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 138 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.14 |
| HSL | 354.67º | 0.56% | 0.69% | - |
| HSV(B) | 354.67º | 0.41% | 0.86% | - |
| XYZ | 42.09 | 33.02 | 28.2 | - |
| YUV | 157.82 | 116.82 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 138 | 0 | 0.41 | 0.37 | 0.14 | 354.67 | 0.56 | 0.69 |
| Hex | DC | 82 | 8A | 0 | 29 | 25 | E | 163 | 38 | 45 |
| Octal | 334 | 202 | 212 | 0 | 51 | 45 | 16 | 543 | 70 | 105 |
| Binary | 11011100 | 10000010 | 10001010 | 0 | 101001 | 100101 | 1110 | 101100011 | 111000 | 1000101 |
Color Harmonies of #DC828A
Complementary color
Monochromatic Colors of #DC828A
Black with #DC828A
Text Example
Text Example
White with #DC828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC828A; }
p { color: rgb(220,130,138); }
H1.HeaderClassName
{
color: #DC828A;
}
.AnyTagClassName
{
color: #DC828A;
}
</style>
background-color css
<style>
a { background-color: #DC828A; }
a { background-color: rgb(220,130,138); }
div.DivClassName
{
background-color: #DC828A;
}
.BgClassName
{
background-color: #DC828A;
}
</style>
border-color css
<style>
span { border-color: #DC828A; }
span { border-color: rgb(220,130,138); }
td.TdClassName
{
border-color: #DC828A;
}
.TagClassName
{
border-color: #DC828A;
}
</style>