Shades of Carissma #DF7F9B
Tints of Carissma #DF7F9B
RGB
CMYK
RGB Variations
Color information
#DF7F9B (or 0xDF7F9B) is known color: Carissma. HEX triplet: DF, 7F and 9B. RGB value is (223,127,155). Sum of RGB (Red+Green+Blue) = 223+127+155=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 127 (50% from 255 or 25.15% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7F9B is #208064. Grayscale: #9E9E9E. Windows color (decimal): -2130021 or 10190815. OLE color: 10190815.
HSL color Cylindrical-coordinate representation of color #DF7F9B: hue angle of 342.5º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF7F9B is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 127 | 155 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.13 |
| HSL | 342.5º | 0.6% | 0.69% | - |
| HSV(B) | 342.5º | 0.43% | 0.87% | - |
| XYZ | 43.94 | 33.23 | 35.11 | - |
| YUV | 158.9 | 125.8 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 127 | 155 | 0 | 0.43 | 0.30 | 0.13 | 342.5 | 0.6 | 0.69 |
| Hex | DF | 7F | 9B | 0 | 2B | 1E | D | 156 | 3C | 45 |
| Octal | 337 | 177 | 233 | 0 | 53 | 36 | 15 | 526 | 74 | 105 |
| Binary | 11011111 | 1111111 | 10011011 | 0 | 101011 | 11110 | 1101 | 101010110 | 111100 | 1000101 |
Color Harmonies of #DF7F9B
Complementary color
Monochromatic Colors of #DF7F9B
Black with #DF7F9B
Text Example
Text Example
White with #DF7F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7F9B; }
p { color: rgb(223,127,155); }
H1.HeaderClassName
{
color: #DF7F9B;
}
.AnyTagClassName
{
color: #DF7F9B;
}
</style>
background-color css
<style>
a { background-color: #DF7F9B; }
a { background-color: rgb(223,127,155); }
div.DivClassName
{
background-color: #DF7F9B;
}
.BgClassName
{
background-color: #DF7F9B;
}
</style>
border-color css
<style>
span { border-color: #DF7F9B; }
span { border-color: rgb(223,127,155); }
td.TdClassName
{
border-color: #DF7F9B;
}
.TagClassName
{
border-color: #DF7F9B;
}
</style>