Shades of Carissma #DA8A8B
Tints of Carissma #DA8A8B
RGB
CMYK
RGB Variations
Color information
#DA8A8B (or 0xDA8A8B) is known color: Carissma. HEX triplet: DA, 8A and 8B. RGB value is (218,138,139). Sum of RGB (Red+Green+Blue) = 218+138+139=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8A8B is #257574. Grayscale: #A2A2A2. Windows color (decimal): -2454901 or 9145050. OLE color: 9145050.
HSL color Cylindrical-coordinate representation of color #DA8A8B: hue angle of 359.25º 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 #DA8A8B is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 138 | 139 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.15 |
| HSL | 359.25º | 0.52% | 0.7% | - |
| HSV(B) | 359.25º | 0.37% | 0.85% | - |
| XYZ | 42.66 | 34.95 | 28.92 | - |
| YUV | 162.03 | 115 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 138 | 139 | 0 | 0.37 | 0.36 | 0.15 | 359.25 | 0.52 | 0.7 |
| Hex | DA | 8A | 8B | 0 | 25 | 24 | F | 167 | 34 | 46 |
| Octal | 332 | 212 | 213 | 0 | 45 | 44 | 17 | 547 | 64 | 106 |
| Binary | 11011010 | 10001010 | 10001011 | 0 | 100101 | 100100 | 1111 | 101100111 | 110100 | 1000110 |
Color Harmonies of #DA8A8B
Complementary color
Monochromatic Colors of #DA8A8B
Black with #DA8A8B
Text Example
Text Example
White with #DA8A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8A8B; }
p { color: rgb(218,138,139); }
H1.HeaderClassName
{
color: #DA8A8B;
}
.AnyTagClassName
{
color: #DA8A8B;
}
</style>
background-color css
<style>
a { background-color: #DA8A8B; }
a { background-color: rgb(218,138,139); }
div.DivClassName
{
background-color: #DA8A8B;
}
.BgClassName
{
background-color: #DA8A8B;
}
</style>
border-color css
<style>
span { border-color: #DA8A8B; }
span { border-color: rgb(218,138,139); }
td.TdClassName
{
border-color: #DA8A8B;
}
.TagClassName
{
border-color: #DA8A8B;
}
</style>