Shades of Carissma #DC8493
Tints of Carissma #DC8493
RGB
CMYK
RGB Variations
Color information
#DC8493 (or 0xDC8493) is known color: Carissma. HEX triplet: DC, 84 and 93. RGB value is (220,132,147). Sum of RGB (Red+Green+Blue) = 220+132+147=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 147 (57.81% from 255 or 29.46% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8493 is #237B6C. Grayscale: #A0A0A0. Windows color (decimal): -2325357 or 9667804. OLE color: 9667804.
HSL color Cylindrical-coordinate representation of color #DC8493: hue angle of 349.77º 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 #DC8493 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 147 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.14 |
| HSL | 349.77º | 0.56% | 0.69% | - |
| HSV(B) | 349.77º | 0.4% | 0.86% | - |
| XYZ | 43.03 | 33.82 | 31.86 | - |
| YUV | 160.02 | 120.65 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 147 | 0 | 0.40 | 0.33 | 0.14 | 349.77 | 0.56 | 0.69 |
| Hex | DC | 84 | 93 | 0 | 28 | 21 | E | 15E | 38 | 45 |
| Octal | 334 | 204 | 223 | 0 | 50 | 41 | 16 | 536 | 70 | 105 |
| Binary | 11011100 | 10000100 | 10010011 | 0 | 101000 | 100001 | 1110 | 101011110 | 111000 | 1000101 |
Color Harmonies of #DC8493
Complementary color
Monochromatic Colors of #DC8493
Black with #DC8493
Text Example
Text Example
White with #DC8493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8493; }
p { color: rgb(220,132,147); }
H1.HeaderClassName
{
color: #DC8493;
}
.AnyTagClassName
{
color: #DC8493;
}
</style>
background-color css
<style>
a { background-color: #DC8493; }
a { background-color: rgb(220,132,147); }
div.DivClassName
{
background-color: #DC8493;
}
.BgClassName
{
background-color: #DC8493;
}
</style>
border-color css
<style>
span { border-color: #DC8493; }
span { border-color: rgb(220,132,147); }
td.TdClassName
{
border-color: #DC8493;
}
.TagClassName
{
border-color: #DC8493;
}
</style>