Shades of Carissma #DC7E9D
Tints of Carissma #DC7E9D
RGB
CMYK
RGB Variations
Color information
#DC7E9D (or 0xDC7E9D) is known color: Carissma. HEX triplet: DC, 7E and 9D. RGB value is (220,126,157). Sum of RGB (Red+Green+Blue) = 220+126+157=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 126 (49.61% from 255 or 25.05% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7E9D is #238162. Grayscale: #9D9D9D. Windows color (decimal): -2326883 or 10321628. OLE color: 10321628.
HSL color Cylindrical-coordinate representation of color #DC7E9D: hue angle of 340.21º 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 #DC7E9D is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 126 | 157 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.14 |
| HSL | 340.21º | 0.57% | 0.68% | - |
| HSV(B) | 340.21º | 0.43% | 0.86% | - |
| XYZ | 43.06 | 32.57 | 35.92 | - |
| YUV | 157.64 | 127.64 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 126 | 157 | 0 | 0.43 | 0.29 | 0.14 | 340.21 | 0.57 | 0.68 |
| Hex | DC | 7E | 9D | 0 | 2B | 1D | E | 154 | 39 | 44 |
| Octal | 334 | 176 | 235 | 0 | 53 | 35 | 16 | 524 | 71 | 104 |
| Binary | 11011100 | 1111110 | 10011101 | 0 | 101011 | 11101 | 1110 | 101010100 | 111001 | 1000100 |
Color Harmonies of #DC7E9D
Complementary color
Monochromatic Colors of #DC7E9D
Black with #DC7E9D
Text Example
Text Example
White with #DC7E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7E9D; }
p { color: rgb(220,126,157); }
H1.HeaderClassName
{
color: #DC7E9D;
}
.AnyTagClassName
{
color: #DC7E9D;
}
</style>
background-color css
<style>
a { background-color: #DC7E9D; }
a { background-color: rgb(220,126,157); }
div.DivClassName
{
background-color: #DC7E9D;
}
.BgClassName
{
background-color: #DC7E9D;
}
</style>
border-color css
<style>
span { border-color: #DC7E9D; }
span { border-color: rgb(220,126,157); }
td.TdClassName
{
border-color: #DC7E9D;
}
.TagClassName
{
border-color: #DC7E9D;
}
</style>