Shades of Carissma #DC839C
Tints of Carissma #DC839C
RGB
CMYK
RGB Variations
Color information
#DC839C (or 0xDC839C) is known color: Carissma. HEX triplet: DC, 83 and 9C. RGB value is (220,131,156). Sum of RGB (Red+Green+Blue) = 220+131+156=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 131 (51.56% from 255 or 25.84% from 507); Blue value is 156 (61.33% from 255 or 30.77% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC839C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC839C is #237C63. Grayscale: #A0A0A0. Windows color (decimal): -2325604 or 10257372. OLE color: 10257372.
HSL color Cylindrical-coordinate representation of color #DC839C: hue angle of 343.15º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC839C is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 131 | 156 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.14 |
| HSL | 343.15º | 0.56% | 0.69% | - |
| HSV(B) | 343.15º | 0.4% | 0.86% | - |
| XYZ | 43.63 | 33.85 | 35.69 | - |
| YUV | 160.46 | 125.49 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 156 | 0 | 0.40 | 0.29 | 0.14 | 343.15 | 0.56 | 0.69 |
| Hex | DC | 83 | 9C | 0 | 28 | 1D | E | 157 | 38 | 45 |
| Octal | 334 | 203 | 234 | 0 | 50 | 35 | 16 | 527 | 70 | 105 |
| Binary | 11011100 | 10000011 | 10011100 | 0 | 101000 | 11101 | 1110 | 101010111 | 111000 | 1000101 |
Color Harmonies of #DC839C
Complementary color
Monochromatic Colors of #DC839C
Black with #DC839C
Text Example
Text Example
White with #DC839C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC839C; }
p { color: rgb(220,131,156); }
H1.HeaderClassName
{
color: #DC839C;
}
.AnyTagClassName
{
color: #DC839C;
}
</style>
background-color css
<style>
a { background-color: #DC839C; }
a { background-color: rgb(220,131,156); }
div.DivClassName
{
background-color: #DC839C;
}
.BgClassName
{
background-color: #DC839C;
}
</style>
border-color css
<style>
span { border-color: #DC839C; }
span { border-color: rgb(220,131,156); }
td.TdClassName
{
border-color: #DC839C;
}
.TagClassName
{
border-color: #DC839C;
}
</style>