Shades of Carissma #DC8A8B
Tints of Carissma #DC8A8B
RGB
CMYK
RGB Variations
Color information
#DC8A8B (or 0xDC8A8B) is known color: Carissma. HEX triplet: DC, 8A and 8B. RGB value is (220,138,139). Sum of RGB (Red+Green+Blue) = 220+138+139=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 139 (54.69% from 255 or 27.97% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8A8B is #237574. Grayscale: #A2A2A2. Windows color (decimal): -2323829 or 9145052. OLE color: 9145052.
HSL color Cylindrical-coordinate representation of color #DC8A8B: hue angle of 359.27º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC8A8B is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 138 | 139 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.14 |
| HSL | 359.27º | 0.54% | 0.7% | - |
| HSV(B) | 359.27º | 0.37% | 0.86% | - |
| XYZ | 43.26 | 35.26 | 28.95 | - |
| YUV | 162.63 | 114.67 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 139 | 0 | 0.37 | 0.37 | 0.14 | 359.27 | 0.54 | 0.7 |
| Hex | DC | 8A | 8B | 0 | 25 | 25 | E | 167 | 36 | 46 |
| Octal | 334 | 212 | 213 | 0 | 45 | 45 | 16 | 547 | 66 | 106 |
| Binary | 11011100 | 10001010 | 10001011 | 0 | 100101 | 100101 | 1110 | 101100111 | 110110 | 1000110 |
Color Harmonies of #DC8A8B
Complementary color
Monochromatic Colors of #DC8A8B
Black with #DC8A8B
Text Example
Text Example
White with #DC8A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8A8B; }
p { color: rgb(220,138,139); }
H1.HeaderClassName
{
color: #DC8A8B;
}
.AnyTagClassName
{
color: #DC8A8B;
}
</style>
background-color css
<style>
a { background-color: #DC8A8B; }
a { background-color: rgb(220,138,139); }
div.DivClassName
{
background-color: #DC8A8B;
}
.BgClassName
{
background-color: #DC8A8B;
}
</style>
border-color css
<style>
span { border-color: #DC8A8B; }
span { border-color: rgb(220,138,139); }
td.TdClassName
{
border-color: #DC8A8B;
}
.TagClassName
{
border-color: #DC8A8B;
}
</style>