Shades of Carissma #DE7B8F
Tints of Carissma #DE7B8F
RGB
CMYK
RGB Variations
Color information
#DE7B8F (or 0xDE7B8F) is known color: Carissma. HEX triplet: DE, 7B and 8F. RGB value is (222,123,143). Sum of RGB (Red+Green+Blue) = 222+123+143=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 123 (48.44% from 255 or 25.20% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7B8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7B8F is #218470. Grayscale: #9A9A9A. Windows color (decimal): -2196593 or 9403358. OLE color: 9403358.
HSL color Cylindrical-coordinate representation of color #DE7B8F: hue angle of 347.88º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE7B8F is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 123 | 143 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.13 |
| HSL | 347.88º | 0.6% | 0.68% | - |
| HSV(B) | 347.88º | 0.45% | 0.87% | - |
| XYZ | 42.17 | 31.68 | 29.88 | - |
| YUV | 154.88 | 121.3 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 123 | 143 | 0 | 0.45 | 0.36 | 0.13 | 347.88 | 0.6 | 0.68 |
| Hex | DE | 7B | 8F | 0 | 2D | 24 | D | 15C | 3C | 44 |
| Octal | 336 | 173 | 217 | 0 | 55 | 44 | 15 | 534 | 74 | 104 |
| Binary | 11011110 | 1111011 | 10001111 | 0 | 101101 | 100100 | 1101 | 101011100 | 111100 | 1000100 |
Color Harmonies of #DE7B8F
Complementary color
Monochromatic Colors of #DE7B8F
Black with #DE7B8F
Text Example
Text Example
White with #DE7B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7B8F; }
p { color: rgb(222,123,143); }
H1.HeaderClassName
{
color: #DE7B8F;
}
.AnyTagClassName
{
color: #DE7B8F;
}
</style>
background-color css
<style>
a { background-color: #DE7B8F; }
a { background-color: rgb(222,123,143); }
div.DivClassName
{
background-color: #DE7B8F;
}
.BgClassName
{
background-color: #DE7B8F;
}
</style>
border-color css
<style>
span { border-color: #DE7B8F; }
span { border-color: rgb(222,123,143); }
td.TdClassName
{
border-color: #DE7B8F;
}
.TagClassName
{
border-color: #DE7B8F;
}
</style>