Shades of Carissma #DE8A8F
Tints of Carissma #DE8A8F
RGB
CMYK
RGB Variations
Color information
#DE8A8F (or 0xDE8A8F) is known color: Carissma. HEX triplet: DE, 8A and 8F. RGB value is (222,138,143). Sum of RGB (Red+Green+Blue) = 222+138+143=503 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.14% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 143 (56.25% from 255 or 28.43% from 503); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8A8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8A8F is #217570. Grayscale: #A3A3A3. Windows color (decimal): -2192753 or 9407198. OLE color: 9407198.
HSL color Cylindrical-coordinate representation of color #DE8A8F: hue angle of 356.43º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DE8A8F is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 138 | 143 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.13 |
| HSL | 356.43º | 0.56% | 0.71% | - |
| HSV(B) | 356.43º | 0.38% | 0.87% | - |
| XYZ | 44.17 | 35.69 | 30.55 | - |
| YUV | 163.69 | 116.33 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 138 | 143 | 0 | 0.38 | 0.36 | 0.13 | 356.43 | 0.56 | 0.71 |
| Hex | DE | 8A | 8F | 0 | 26 | 24 | D | 164 | 38 | 47 |
| Octal | 336 | 212 | 217 | 0 | 46 | 44 | 15 | 544 | 70 | 107 |
| Binary | 11011110 | 10001010 | 10001111 | 0 | 100110 | 100100 | 1101 | 101100100 | 111000 | 1000111 |
Color Harmonies of #DE8A8F
Complementary color
Monochromatic Colors of #DE8A8F
Black with #DE8A8F
Text Example
Text Example
White with #DE8A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8A8F; }
p { color: rgb(222,138,143); }
H1.HeaderClassName
{
color: #DE8A8F;
}
.AnyTagClassName
{
color: #DE8A8F;
}
</style>
background-color css
<style>
a { background-color: #DE8A8F; }
a { background-color: rgb(222,138,143); }
div.DivClassName
{
background-color: #DE8A8F;
}
.BgClassName
{
background-color: #DE8A8F;
}
</style>
border-color css
<style>
span { border-color: #DE8A8F; }
span { border-color: rgb(222,138,143); }
td.TdClassName
{
border-color: #DE8A8F;
}
.TagClassName
{
border-color: #DE8A8F;
}
</style>