Shades of Carissma #DC839A
Tints of Carissma #DC839A
RGB
CMYK
RGB Variations
Color information
#DC839A (or 0xDC839A) is known color: Carissma. HEX triplet: DC, 83 and 9A. RGB value is (220,131,154). Sum of RGB (Red+Green+Blue) = 220+131+154=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 131 (51.56% from 255 or 25.94% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DC839A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC839A is #237C65. Grayscale: #A0A0A0. Windows color (decimal): -2325606 or 10126300. OLE color: 10126300.
HSL color Cylindrical-coordinate representation of color #DC839A: hue angle of 344.49º 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 #DC839A is Cyan = 0, Magento = 0.40, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 131 | 154 | - |
| CMYK | 0 | 0.40 | 0.3 | 0.14 |
| HSL | 344.49º | 0.56% | 0.69% | - |
| HSV(B) | 344.49º | 0.4% | 0.86% | - |
| XYZ | 43.46 | 33.78 | 34.8 | - |
| YUV | 160.23 | 124.49 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 154 | 0 | 0.40 | 0.3 | 0.14 | 344.49 | 0.56 | 0.69 |
| Hex | DC | 83 | 9A | 0 | 28 | 1E | E | 158 | 38 | 45 |
| Octal | 334 | 203 | 232 | 0 | 50 | 36 | 16 | 530 | 70 | 105 |
| Binary | 11011100 | 10000011 | 10011010 | 0 | 101000 | 11110 | 1110 | 101011000 | 111000 | 1000101 |
Color Harmonies of #DC839A
Complementary color
Monochromatic Colors of #DC839A
Black with #DC839A
Text Example
Text Example
White with #DC839A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC839A; }
p { color: rgb(220,131,154); }
H1.HeaderClassName
{
color: #DC839A;
}
.AnyTagClassName
{
color: #DC839A;
}
</style>
background-color css
<style>
a { background-color: #DC839A; }
a { background-color: rgb(220,131,154); }
div.DivClassName
{
background-color: #DC839A;
}
.BgClassName
{
background-color: #DC839A;
}
</style>
border-color css
<style>
span { border-color: #DC839A; }
span { border-color: rgb(220,131,154); }
td.TdClassName
{
border-color: #DC839A;
}
.TagClassName
{
border-color: #DC839A;
}
</style>