Shades of Carissma #DF7E9D
Tints of Carissma #DF7E9D
RGB
CMYK
RGB Variations
Color information
#DF7E9D (or 0xDF7E9D) is known color: Carissma. HEX triplet: DF, 7E and 9D. RGB value is (223,126,157). Sum of RGB (Red+Green+Blue) = 223+126+157=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 126 (49.61% from 255 or 24.90% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7E9D is #208162. Grayscale: #9E9E9E. Windows color (decimal): -2130275 or 10321631. OLE color: 10321631.
HSL color Cylindrical-coordinate representation of color #DF7E9D: hue angle of 340.82º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF7E9D is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 126 | 157 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.13 |
| HSL | 340.82º | 0.6% | 0.68% | - |
| HSV(B) | 340.82º | 0.43% | 0.87% | - |
| XYZ | 43.98 | 33.04 | 35.96 | - |
| YUV | 158.54 | 127.14 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 126 | 157 | 0 | 0.43 | 0.30 | 0.13 | 340.82 | 0.6 | 0.68 |
| Hex | DF | 7E | 9D | 0 | 2B | 1E | D | 155 | 3C | 44 |
| Octal | 337 | 176 | 235 | 0 | 53 | 36 | 15 | 525 | 74 | 104 |
| Binary | 11011111 | 1111110 | 10011101 | 0 | 101011 | 11110 | 1101 | 101010101 | 111100 | 1000100 |
Color Harmonies of #DF7E9D
Complementary color
Monochromatic Colors of #DF7E9D
Black with #DF7E9D
Text Example
Text Example
White with #DF7E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7E9D; }
p { color: rgb(223,126,157); }
H1.HeaderClassName
{
color: #DF7E9D;
}
.AnyTagClassName
{
color: #DF7E9D;
}
</style>
background-color css
<style>
a { background-color: #DF7E9D; }
a { background-color: rgb(223,126,157); }
div.DivClassName
{
background-color: #DF7E9D;
}
.BgClassName
{
background-color: #DF7E9D;
}
</style>
border-color css
<style>
span { border-color: #DF7E9D; }
span { border-color: rgb(223,126,157); }
td.TdClassName
{
border-color: #DF7E9D;
}
.TagClassName
{
border-color: #DF7E9D;
}
</style>