Shades of Carissma #DE7F89
Tints of Carissma #DE7F89
RGB
CMYK
RGB Variations
Color information
#DE7F89 (or 0xDE7F89) is known color: Carissma. HEX triplet: DE, 7F and 89. RGB value is (222,127,137). Sum of RGB (Red+Green+Blue) = 222+127+137=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 137 (53.91% from 255 or 28.19% from 486); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7F89 is #218076. Grayscale: #9C9C9C. Windows color (decimal): -2195575 or 9011166. OLE color: 9011166.
HSL color Cylindrical-coordinate representation of color #DE7F89: hue angle of 353.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 #DE7F89 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 127 | 137 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.13 |
| HSL | 353.68º | 0.59% | 0.68% | - |
| HSV(B) | 353.68º | 0.43% | 0.87% | - |
| XYZ | 42.23 | 32.51 | 27.72 | - |
| YUV | 156.55 | 116.97 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 127 | 137 | 0 | 0.43 | 0.38 | 0.13 | 353.68 | 0.59 | 0.68 |
| Hex | DE | 7F | 89 | 0 | 2B | 26 | D | 162 | 3B | 44 |
| Octal | 336 | 177 | 211 | 0 | 53 | 46 | 15 | 542 | 73 | 104 |
| Binary | 11011110 | 1111111 | 10001001 | 0 | 101011 | 100110 | 1101 | 101100010 | 111011 | 1000100 |
Color Harmonies of #DE7F89
Complementary color
Monochromatic Colors of #DE7F89
Black with #DE7F89
Text Example
Text Example
White with #DE7F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7F89; }
p { color: rgb(222,127,137); }
H1.HeaderClassName
{
color: #DE7F89;
}
.AnyTagClassName
{
color: #DE7F89;
}
</style>
background-color css
<style>
a { background-color: #DE7F89; }
a { background-color: rgb(222,127,137); }
div.DivClassName
{
background-color: #DE7F89;
}
.BgClassName
{
background-color: #DE7F89;
}
</style>
border-color css
<style>
span { border-color: #DE7F89; }
span { border-color: rgb(222,127,137); }
td.TdClassName
{
border-color: #DE7F89;
}
.TagClassName
{
border-color: #DE7F89;
}
</style>