Shades of Carissma #DA7F8B
Tints of Carissma #DA7F8B
RGB
CMYK
RGB Variations
Color information
#DA7F8B (or 0xDA7F8B) is known color: Carissma. HEX triplet: DA, 7F and 8B. RGB value is (218,127,139). Sum of RGB (Red+Green+Blue) = 218+127+139=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 139 (54.69% from 255 or 28.72% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7F8B is #258074. Grayscale: #9B9B9B. Windows color (decimal): -2457717 or 9142234. OLE color: 9142234.
HSL color Cylindrical-coordinate representation of color #DA7F8B: hue angle of 352.09º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA7F8B is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 127 | 139 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.15 |
| HSL | 352.09º | 0.55% | 0.68% | - |
| HSV(B) | 352.09º | 0.42% | 0.85% | - |
| XYZ | 41.16 | 31.95 | 28.42 | - |
| YUV | 155.58 | 118.65 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 127 | 139 | 0 | 0.42 | 0.36 | 0.15 | 352.09 | 0.55 | 0.68 |
| Hex | DA | 7F | 8B | 0 | 2A | 24 | F | 160 | 37 | 44 |
| Octal | 332 | 177 | 213 | 0 | 52 | 44 | 17 | 540 | 67 | 104 |
| Binary | 11011010 | 1111111 | 10001011 | 0 | 101010 | 100100 | 1111 | 101100000 | 110111 | 1000100 |
Color Harmonies of #DA7F8B
Complementary color
Monochromatic Colors of #DA7F8B
Black with #DA7F8B
Text Example
Text Example
White with #DA7F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7F8B; }
p { color: rgb(218,127,139); }
H1.HeaderClassName
{
color: #DA7F8B;
}
.AnyTagClassName
{
color: #DA7F8B;
}
</style>
background-color css
<style>
a { background-color: #DA7F8B; }
a { background-color: rgb(218,127,139); }
div.DivClassName
{
background-color: #DA7F8B;
}
.BgClassName
{
background-color: #DA7F8B;
}
</style>
border-color css
<style>
span { border-color: #DA7F8B; }
span { border-color: rgb(218,127,139); }
td.TdClassName
{
border-color: #DA7F8B;
}
.TagClassName
{
border-color: #DA7F8B;
}
</style>