Shades of Carissma #DC7E99
Tints of Carissma #DC7E99
RGB
CMYK
RGB Variations
Color information
#DC7E99 (or 0xDC7E99) is known color: Carissma. HEX triplet: DC, 7E and 99. RGB value is (220,126,153). Sum of RGB (Red+Green+Blue) = 220+126+153=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 126 (49.61% from 255 or 25.25% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7E99 is #238166. Grayscale: #9D9D9D. Windows color (decimal): -2326887 or 10059484. OLE color: 10059484.
HSL color Cylindrical-coordinate representation of color #DC7E99: hue angle of 342.77º 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 #DC7E99 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 126 | 153 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.14 |
| HSL | 342.77º | 0.57% | 0.68% | - |
| HSV(B) | 342.77º | 0.43% | 0.86% | - |
| XYZ | 42.73 | 32.44 | 34.15 | - |
| YUV | 157.18 | 125.64 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 126 | 153 | 0 | 0.43 | 0.30 | 0.14 | 342.77 | 0.57 | 0.68 |
| Hex | DC | 7E | 99 | 0 | 2B | 1E | E | 157 | 39 | 44 |
| Octal | 334 | 176 | 231 | 0 | 53 | 36 | 16 | 527 | 71 | 104 |
| Binary | 11011100 | 1111110 | 10011001 | 0 | 101011 | 11110 | 1110 | 101010111 | 111001 | 1000100 |
Color Harmonies of #DC7E99
Complementary color
Monochromatic Colors of #DC7E99
Black with #DC7E99
Text Example
Text Example
White with #DC7E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7E99; }
p { color: rgb(220,126,153); }
H1.HeaderClassName
{
color: #DC7E99;
}
.AnyTagClassName
{
color: #DC7E99;
}
</style>
background-color css
<style>
a { background-color: #DC7E99; }
a { background-color: rgb(220,126,153); }
div.DivClassName
{
background-color: #DC7E99;
}
.BgClassName
{
background-color: #DC7E99;
}
</style>
border-color css
<style>
span { border-color: #DC7E99; }
span { border-color: rgb(220,126,153); }
td.TdClassName
{
border-color: #DC7E99;
}
.TagClassName
{
border-color: #DC7E99;
}
</style>