Shades of Carissma #DA8B8F
Tints of Carissma #DA8B8F
RGB
CMYK
RGB Variations
Color information
#DA8B8F (or 0xDA8B8F) is known color: Carissma. HEX triplet: DA, 8B and 8F. RGB value is (218,139,143). Sum of RGB (Red+Green+Blue) = 218+139+143=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 139 (54.69% from 255 or 27.8% from 500); Blue value is 143 (56.25% from 255 or 28.6% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8B8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8B8F is #257470. Grayscale: #A3A3A3. Windows color (decimal): -2454641 or 9407450. OLE color: 9407450.
HSL color Cylindrical-coordinate representation of color #DA8B8F: hue angle of 356.96º 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 #DA8B8F is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 139 | 143 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.15 |
| HSL | 356.96º | 0.52% | 0.7% | - |
| HSV(B) | 356.96º | 0.36% | 0.85% | - |
| XYZ | 43.1 | 35.35 | 30.54 | - |
| YUV | 163.08 | 116.67 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 139 | 143 | 0 | 0.36 | 0.34 | 0.15 | 356.96 | 0.52 | 0.7 |
| Hex | DA | 8B | 8F | 0 | 24 | 22 | F | 165 | 34 | 46 |
| Octal | 332 | 213 | 217 | 0 | 44 | 42 | 17 | 545 | 64 | 106 |
| Binary | 11011010 | 10001011 | 10001111 | 0 | 100100 | 100010 | 1111 | 101100101 | 110100 | 1000110 |
Color Harmonies of #DA8B8F
Complementary color
Monochromatic Colors of #DA8B8F
Black with #DA8B8F
Text Example
Text Example
White with #DA8B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8B8F; }
p { color: rgb(218,139,143); }
H1.HeaderClassName
{
color: #DA8B8F;
}
.AnyTagClassName
{
color: #DA8B8F;
}
</style>
background-color css
<style>
a { background-color: #DA8B8F; }
a { background-color: rgb(218,139,143); }
div.DivClassName
{
background-color: #DA8B8F;
}
.BgClassName
{
background-color: #DA8B8F;
}
</style>
border-color css
<style>
span { border-color: #DA8B8F; }
span { border-color: rgb(218,139,143); }
td.TdClassName
{
border-color: #DA8B8F;
}
.TagClassName
{
border-color: #DA8B8F;
}
</style>