Shades of Carissma #DE7F9C
Tints of Carissma #DE7F9C
RGB
CMYK
RGB Variations
Color information
#DE7F9C (or 0xDE7F9C) is known color: Carissma. HEX triplet: DE, 7F and 9C. RGB value is (222,127,156). Sum of RGB (Red+Green+Blue) = 222+127+156=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 127 (50% from 255 or 25.15% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7F9C is #218063. Grayscale: #9E9E9E. Windows color (decimal): -2195556 or 10256350. OLE color: 10256350.
HSL color Cylindrical-coordinate representation of color #DE7F9C: hue angle of 341.68º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DE7F9C is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 127 | 156 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.13 |
| HSL | 341.68º | 0.59% | 0.68% | - |
| HSV(B) | 341.68º | 0.43% | 0.87% | - |
| XYZ | 43.71 | 33.11 | 35.54 | - |
| YUV | 158.71 | 126.47 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 127 | 156 | 0 | 0.43 | 0.30 | 0.13 | 341.68 | 0.59 | 0.68 |
| Hex | DE | 7F | 9C | 0 | 2B | 1E | D | 156 | 3B | 44 |
| Octal | 336 | 177 | 234 | 0 | 53 | 36 | 15 | 526 | 73 | 104 |
| Binary | 11011110 | 1111111 | 10011100 | 0 | 101011 | 11110 | 1101 | 101010110 | 111011 | 1000100 |
Color Harmonies of #DE7F9C
Complementary color
Monochromatic Colors of #DE7F9C
Black with #DE7F9C
Text Example
Text Example
White with #DE7F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7F9C; }
p { color: rgb(222,127,156); }
H1.HeaderClassName
{
color: #DE7F9C;
}
.AnyTagClassName
{
color: #DE7F9C;
}
</style>
background-color css
<style>
a { background-color: #DE7F9C; }
a { background-color: rgb(222,127,156); }
div.DivClassName
{
background-color: #DE7F9C;
}
.BgClassName
{
background-color: #DE7F9C;
}
</style>
border-color css
<style>
span { border-color: #DE7F9C; }
span { border-color: rgb(222,127,156); }
td.TdClassName
{
border-color: #DE7F9C;
}
.TagClassName
{
border-color: #DE7F9C;
}
</style>