Shades of Carissma #DA8A90
Tints of Carissma #DA8A90
RGB
CMYK
RGB Variations
Color information
#DA8A90 (or 0xDA8A90) is known color: Carissma. HEX triplet: DA, 8A and 90. RGB value is (218,138,144). Sum of RGB (Red+Green+Blue) = 218+138+144=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 138 (54.30% from 255 or 27.6% from 500); Blue value is 144 (56.64% from 255 or 28.8% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8A90 is #25756F. Grayscale: #A2A2A2. Windows color (decimal): -2454896 or 9472730. OLE color: 9472730.
HSL color Cylindrical-coordinate representation of color #DA8A90: hue angle of 355.5º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA8A90 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 138 | 144 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.15 |
| HSL | 355.5º | 0.52% | 0.7% | - |
| HSV(B) | 355.5º | 0.37% | 0.85% | - |
| XYZ | 43.04 | 35.1 | 30.89 | - |
| YUV | 162.6 | 117.5 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 138 | 144 | 0 | 0.37 | 0.34 | 0.15 | 355.5 | 0.52 | 0.7 |
| Hex | DA | 8A | 90 | 0 | 25 | 22 | F | 164 | 34 | 46 |
| Octal | 332 | 212 | 220 | 0 | 45 | 42 | 17 | 544 | 64 | 106 |
| Binary | 11011010 | 10001010 | 10010000 | 0 | 100101 | 100010 | 1111 | 101100100 | 110100 | 1000110 |
Color Harmonies of #DA8A90
Complementary color
Monochromatic Colors of #DA8A90
Black with #DA8A90
Text Example
Text Example
White with #DA8A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8A90; }
p { color: rgb(218,138,144); }
H1.HeaderClassName
{
color: #DA8A90;
}
.AnyTagClassName
{
color: #DA8A90;
}
</style>
background-color css
<style>
a { background-color: #DA8A90; }
a { background-color: rgb(218,138,144); }
div.DivClassName
{
background-color: #DA8A90;
}
.BgClassName
{
background-color: #DA8A90;
}
</style>
border-color css
<style>
span { border-color: #DA8A90; }
span { border-color: rgb(218,138,144); }
td.TdClassName
{
border-color: #DA8A90;
}
.TagClassName
{
border-color: #DA8A90;
}
</style>