Shades of Carissma #DA7E90
Tints of Carissma #DA7E90
RGB
CMYK
RGB Variations
Color information
#DA7E90 (or 0xDA7E90) is known color: Carissma. HEX triplet: DA, 7E and 90. RGB value is (218,126,144). Sum of RGB (Red+Green+Blue) = 218+126+144=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 126 (49.61% from 255 or 25.82% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7E90 is #25816F. Grayscale: #9B9B9B. Windows color (decimal): -2457968 or 9469658. OLE color: 9469658.
HSL color Cylindrical-coordinate representation of color #DA7E90: hue angle of 348.26º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA7E90 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 126 | 144 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.15 |
| HSL | 348.26º | 0.55% | 0.67% | - |
| HSV(B) | 348.26º | 0.42% | 0.85% | - |
| XYZ | 41.41 | 31.84 | 30.35 | - |
| YUV | 155.56 | 121.48 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 126 | 144 | 0 | 0.42 | 0.34 | 0.15 | 348.26 | 0.55 | 0.67 |
| Hex | DA | 7E | 90 | 0 | 2A | 22 | F | 15C | 37 | 43 |
| Octal | 332 | 176 | 220 | 0 | 52 | 42 | 17 | 534 | 67 | 103 |
| Binary | 11011010 | 1111110 | 10010000 | 0 | 101010 | 100010 | 1111 | 101011100 | 110111 | 1000011 |
Color Harmonies of #DA7E90
Complementary color
Monochromatic Colors of #DA7E90
Black with #DA7E90
Text Example
Text Example
White with #DA7E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7E90; }
p { color: rgb(218,126,144); }
H1.HeaderClassName
{
color: #DA7E90;
}
.AnyTagClassName
{
color: #DA7E90;
}
</style>
background-color css
<style>
a { background-color: #DA7E90; }
a { background-color: rgb(218,126,144); }
div.DivClassName
{
background-color: #DA7E90;
}
.BgClassName
{
background-color: #DA7E90;
}
</style>
border-color css
<style>
span { border-color: #DA7E90; }
span { border-color: rgb(218,126,144); }
td.TdClassName
{
border-color: #DA7E90;
}
.TagClassName
{
border-color: #DA7E90;
}
</style>