Shades of Carissma #DA7F8D
Tints of Carissma #DA7F8D
RGB
CMYK
RGB Variations
Color information
#DA7F8D (or 0xDA7F8D) is known color: Carissma. HEX triplet: DA, 7F and 8D. RGB value is (218,127,141). Sum of RGB (Red+Green+Blue) = 218+127+141=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7F8D is #258072. Grayscale: #9B9B9B. Windows color (decimal): -2457715 or 9273306. OLE color: 9273306.
HSL color Cylindrical-coordinate representation of color #DA7F8D: hue angle of 350.77º 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 #DA7F8D is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 127 | 141 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.15 |
| HSL | 350.77º | 0.55% | 0.68% | - |
| HSV(B) | 350.77º | 0.42% | 0.85% | - |
| XYZ | 41.31 | 32.01 | 29.2 | - |
| YUV | 155.81 | 119.65 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 127 | 141 | 0 | 0.42 | 0.35 | 0.15 | 350.77 | 0.55 | 0.68 |
| Hex | DA | 7F | 8D | 0 | 2A | 23 | F | 15F | 37 | 44 |
| Octal | 332 | 177 | 215 | 0 | 52 | 43 | 17 | 537 | 67 | 104 |
| Binary | 11011010 | 1111111 | 10001101 | 0 | 101010 | 100011 | 1111 | 101011111 | 110111 | 1000100 |
Color Harmonies of #DA7F8D
Complementary color
Monochromatic Colors of #DA7F8D
Black with #DA7F8D
Text Example
Text Example
White with #DA7F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7F8D; }
p { color: rgb(218,127,141); }
H1.HeaderClassName
{
color: #DA7F8D;
}
.AnyTagClassName
{
color: #DA7F8D;
}
</style>
background-color css
<style>
a { background-color: #DA7F8D; }
a { background-color: rgb(218,127,141); }
div.DivClassName
{
background-color: #DA7F8D;
}
.BgClassName
{
background-color: #DA7F8D;
}
</style>
border-color css
<style>
span { border-color: #DA7F8D; }
span { border-color: rgb(218,127,141); }
td.TdClassName
{
border-color: #DA7F8D;
}
.TagClassName
{
border-color: #DA7F8D;
}
</style>