Shades of Carissma #DA8C90
Tints of Carissma #DA8C90
RGB
CMYK
RGB Variations
Color information
#DA8C90 (or 0xDA8C90) is known color: Carissma. HEX triplet: DA, 8C and 90. RGB value is (218,140,144). Sum of RGB (Red+Green+Blue) = 218+140+144=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8C90 is #25736F. Grayscale: #A3A3A3. Windows color (decimal): -2454384 or 9473242. OLE color: 9473242.
HSL color Cylindrical-coordinate representation of color #DA8C90: hue angle of 356.92º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DA8C90 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 140 | 144 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.15 |
| HSL | 356.92º | 0.51% | 0.7% | - |
| HSV(B) | 356.92º | 0.36% | 0.85% | - |
| XYZ | 43.33 | 35.68 | 30.99 | - |
| YUV | 163.78 | 116.84 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 144 | 0 | 0.36 | 0.34 | 0.15 | 356.92 | 0.51 | 0.7 |
| Hex | DA | 8C | 90 | 0 | 24 | 22 | F | 165 | 33 | 46 |
| Octal | 332 | 214 | 220 | 0 | 44 | 42 | 17 | 545 | 63 | 106 |
| Binary | 11011010 | 10001100 | 10010000 | 0 | 100100 | 100010 | 1111 | 101100101 | 110011 | 1000110 |
Color Harmonies of #DA8C90
Complementary color
Monochromatic Colors of #DA8C90
Black with #DA8C90
Text Example
Text Example
White with #DA8C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8C90; }
p { color: rgb(218,140,144); }
H1.HeaderClassName
{
color: #DA8C90;
}
.AnyTagClassName
{
color: #DA8C90;
}
</style>
background-color css
<style>
a { background-color: #DA8C90; }
a { background-color: rgb(218,140,144); }
div.DivClassName
{
background-color: #DA8C90;
}
.BgClassName
{
background-color: #DA8C90;
}
</style>
border-color css
<style>
span { border-color: #DA8C90; }
span { border-color: rgb(218,140,144); }
td.TdClassName
{
border-color: #DA8C90;
}
.TagClassName
{
border-color: #DA8C90;
}
</style>