Shades of Carissma #DA8B90
Tints of Carissma #DA8B90
RGB
CMYK
RGB Variations
Color information
#DA8B90 (or 0xDA8B90) is known color: Carissma. HEX triplet: DA, 8B and 90. RGB value is (218,139,144). Sum of RGB (Red+Green+Blue) = 218+139+144=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8B90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8B90 is #25746F. Grayscale: #A3A3A3. Windows color (decimal): -2454640 or 9472986. OLE color: 9472986.
HSL color Cylindrical-coordinate representation of color #DA8B90: hue angle of 356.2º degrees, saturation: 0.52, 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 #DA8B90 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 139 | 144 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.15 |
| HSL | 356.2º | 0.52% | 0.7% | - |
| HSV(B) | 356.2º | 0.36% | 0.85% | - |
| XYZ | 43.18 | 35.38 | 30.94 | - |
| YUV | 163.19 | 117.17 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 139 | 144 | 0 | 0.36 | 0.34 | 0.15 | 356.2 | 0.52 | 0.7 |
| Hex | DA | 8B | 90 | 0 | 24 | 22 | F | 164 | 34 | 46 |
| Octal | 332 | 213 | 220 | 0 | 44 | 42 | 17 | 544 | 64 | 106 |
| Binary | 11011010 | 10001011 | 10010000 | 0 | 100100 | 100010 | 1111 | 101100100 | 110100 | 1000110 |
Color Harmonies of #DA8B90
Complementary color
Monochromatic Colors of #DA8B90
Black with #DA8B90
Text Example
Text Example
White with #DA8B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8B90; }
p { color: rgb(218,139,144); }
H1.HeaderClassName
{
color: #DA8B90;
}
.AnyTagClassName
{
color: #DA8B90;
}
</style>
background-color css
<style>
a { background-color: #DA8B90; }
a { background-color: rgb(218,139,144); }
div.DivClassName
{
background-color: #DA8B90;
}
.BgClassName
{
background-color: #DA8B90;
}
</style>
border-color css
<style>
span { border-color: #DA8B90; }
span { border-color: rgb(218,139,144); }
td.TdClassName
{
border-color: #DA8B90;
}
.TagClassName
{
border-color: #DA8B90;
}
</style>