Shades of Carissma #DA7F9A
Tints of Carissma #DA7F9A
RGB
CMYK
RGB Variations
Color information
#DA7F9A (or 0xDA7F9A) is known color: Carissma. HEX triplet: DA, 7F and 9A. RGB value is (218,127,154). Sum of RGB (Red+Green+Blue) = 218+127+154=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 154 (60.55% from 255 or 30.86% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7F9A is #258065. Grayscale: #9D9D9D. Windows color (decimal): -2457702 or 10125274. OLE color: 10125274.
HSL color Cylindrical-coordinate representation of color #DA7F9A: hue angle of 342.2º 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 #DA7F9A is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 127 | 154 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.15 |
| HSL | 342.2º | 0.55% | 0.68% | - |
| HSV(B) | 342.2º | 0.42% | 0.85% | - |
| XYZ | 42.34 | 32.42 | 34.6 | - |
| YUV | 157.29 | 126.15 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 127 | 154 | 0 | 0.42 | 0.29 | 0.15 | 342.2 | 0.55 | 0.68 |
| Hex | DA | 7F | 9A | 0 | 2A | 1D | F | 156 | 37 | 44 |
| Octal | 332 | 177 | 232 | 0 | 52 | 35 | 17 | 526 | 67 | 104 |
| Binary | 11011010 | 1111111 | 10011010 | 0 | 101010 | 11101 | 1111 | 101010110 | 110111 | 1000100 |
Color Harmonies of #DA7F9A
Complementary color
Monochromatic Colors of #DA7F9A
Black with #DA7F9A
Text Example
Text Example
White with #DA7F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7F9A; }
p { color: rgb(218,127,154); }
H1.HeaderClassName
{
color: #DA7F9A;
}
.AnyTagClassName
{
color: #DA7F9A;
}
</style>
background-color css
<style>
a { background-color: #DA7F9A; }
a { background-color: rgb(218,127,154); }
div.DivClassName
{
background-color: #DA7F9A;
}
.BgClassName
{
background-color: #DA7F9A;
}
</style>
border-color css
<style>
span { border-color: #DA7F9A; }
span { border-color: rgb(218,127,154); }
td.TdClassName
{
border-color: #DA7F9A;
}
.TagClassName
{
border-color: #DA7F9A;
}
</style>