Shades of Carissma #DC7E9B
Tints of Carissma #DC7E9B
RGB
CMYK
RGB Variations
Color information
#DC7E9B (or 0xDC7E9B) is known color: Carissma. HEX triplet: DC, 7E and 9B. RGB value is (220,126,155). Sum of RGB (Red+Green+Blue) = 220+126+155=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 126 (49.61% from 255 or 25.15% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7E9B is #238164. Grayscale: #9D9D9D. Windows color (decimal): -2326885 or 10190556. OLE color: 10190556.
HSL color Cylindrical-coordinate representation of color #DC7E9B: hue angle of 341.49º degrees, saturation: 0.57, 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 #DC7E9B is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 126 | 155 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.14 |
| HSL | 341.49º | 0.57% | 0.68% | - |
| HSV(B) | 341.49º | 0.43% | 0.86% | - |
| XYZ | 42.89 | 32.5 | 35.02 | - |
| YUV | 157.41 | 126.64 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 126 | 155 | 0 | 0.43 | 0.30 | 0.14 | 341.49 | 0.57 | 0.68 |
| Hex | DC | 7E | 9B | 0 | 2B | 1E | E | 155 | 39 | 44 |
| Octal | 334 | 176 | 233 | 0 | 53 | 36 | 16 | 525 | 71 | 104 |
| Binary | 11011100 | 1111110 | 10011011 | 0 | 101011 | 11110 | 1110 | 101010101 | 111001 | 1000100 |
Color Harmonies of #DC7E9B
Complementary color
Monochromatic Colors of #DC7E9B
Black with #DC7E9B
Text Example
Text Example
White with #DC7E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7E9B; }
p { color: rgb(220,126,155); }
H1.HeaderClassName
{
color: #DC7E9B;
}
.AnyTagClassName
{
color: #DC7E9B;
}
</style>
background-color css
<style>
a { background-color: #DC7E9B; }
a { background-color: rgb(220,126,155); }
div.DivClassName
{
background-color: #DC7E9B;
}
.BgClassName
{
background-color: #DC7E9B;
}
</style>
border-color css
<style>
span { border-color: #DC7E9B; }
span { border-color: rgb(220,126,155); }
td.TdClassName
{
border-color: #DC7E9B;
}
.TagClassName
{
border-color: #DC7E9B;
}
</style>