Shades of Carissma #DC7D9A
Tints of Carissma #DC7D9A
RGB
CMYK
RGB Variations
Color information
#DC7D9A (or 0xDC7D9A) is known color: Carissma. HEX triplet: DC, 7D and 9A. RGB value is (220,125,154). Sum of RGB (Red+Green+Blue) = 220+125+154=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 125 (49.22% from 255 or 25.05% from 499); Blue value is 154 (60.55% from 255 or 30.86% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7D9A is #238265. Grayscale: #9C9C9C. Windows color (decimal): -2327142 or 10124764. OLE color: 10124764.
HSL color Cylindrical-coordinate representation of color #DC7D9A: hue angle of 341.68º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC7D9A is Cyan = 0, Magento = 0.43, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 125 | 154 | - |
| CMYK | 0 | 0.43 | 0.3 | 0.14 |
| HSL | 341.68º | 0.58% | 0.68% | - |
| HSV(B) | 341.68º | 0.43% | 0.86% | - |
| XYZ | 42.68 | 32.22 | 34.54 | - |
| YUV | 156.71 | 126.47 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 154 | 0 | 0.43 | 0.3 | 0.14 | 341.68 | 0.58 | 0.68 |
| Hex | DC | 7D | 9A | 0 | 2B | 1E | E | 156 | 3A | 44 |
| Octal | 334 | 175 | 232 | 0 | 53 | 36 | 16 | 526 | 72 | 104 |
| Binary | 11011100 | 1111101 | 10011010 | 0 | 101011 | 11110 | 1110 | 101010110 | 111010 | 1000100 |
Color Harmonies of #DC7D9A
Complementary color
Monochromatic Colors of #DC7D9A
Black with #DC7D9A
Text Example
Text Example
White with #DC7D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7D9A; }
p { color: rgb(220,125,154); }
H1.HeaderClassName
{
color: #DC7D9A;
}
.AnyTagClassName
{
color: #DC7D9A;
}
</style>
background-color css
<style>
a { background-color: #DC7D9A; }
a { background-color: rgb(220,125,154); }
div.DivClassName
{
background-color: #DC7D9A;
}
.BgClassName
{
background-color: #DC7D9A;
}
</style>
border-color css
<style>
span { border-color: #DC7D9A; }
span { border-color: rgb(220,125,154); }
td.TdClassName
{
border-color: #DC7D9A;
}
.TagClassName
{
border-color: #DC7D9A;
}
</style>