Shades of Carissma #DE819B
Tints of Carissma #DE819B
RGB
CMYK
RGB Variations
Color information
#DE819B (or 0xDE819B) is known color: Carissma. HEX triplet: DE, 81 and 9B. RGB value is (222,129,155). Sum of RGB (Red+Green+Blue) = 222+129+155=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 129 (50.78% from 255 or 25.49% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DE819B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE819B is #217E64. Grayscale: #9F9F9F. Windows color (decimal): -2195045 or 10191326. OLE color: 10191326.
HSL color Cylindrical-coordinate representation of color #DE819B: hue angle of 343.23º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DE819B is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 129 | 155 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.13 |
| HSL | 343.23º | 0.58% | 0.69% | - |
| HSV(B) | 343.23º | 0.42% | 0.87% | - |
| XYZ | 43.89 | 33.6 | 35.18 | - |
| YUV | 159.77 | 125.31 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 129 | 155 | 0 | 0.42 | 0.30 | 0.13 | 343.23 | 0.58 | 0.69 |
| Hex | DE | 81 | 9B | 0 | 2A | 1E | D | 157 | 3A | 45 |
| Octal | 336 | 201 | 233 | 0 | 52 | 36 | 15 | 527 | 72 | 105 |
| Binary | 11011110 | 10000001 | 10011011 | 0 | 101010 | 11110 | 1101 | 101010111 | 111010 | 1000101 |
Color Harmonies of #DE819B
Complementary color
Monochromatic Colors of #DE819B
Black with #DE819B
Text Example
Text Example
White with #DE819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE819B; }
p { color: rgb(222,129,155); }
H1.HeaderClassName
{
color: #DE819B;
}
.AnyTagClassName
{
color: #DE819B;
}
</style>
background-color css
<style>
a { background-color: #DE819B; }
a { background-color: rgb(222,129,155); }
div.DivClassName
{
background-color: #DE819B;
}
.BgClassName
{
background-color: #DE819B;
}
</style>
border-color css
<style>
span { border-color: #DE819B; }
span { border-color: rgb(222,129,155); }
td.TdClassName
{
border-color: #DE819B;
}
.TagClassName
{
border-color: #DE819B;
}
</style>