Shades of Carissma #DF7F9D
Tints of Carissma #DF7F9D
RGB
CMYK
RGB Variations
Color information
#DF7F9D (or 0xDF7F9D) is known color: Carissma. HEX triplet: DF, 7F and 9D. RGB value is (223,127,157). Sum of RGB (Red+Green+Blue) = 223+127+157=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 127 (50% from 255 or 25.05% from 507); Blue value is 157 (61.72% from 255 or 30.97% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7F9D is #208062. Grayscale: #9F9F9F. Windows color (decimal): -2130019 or 10321887. OLE color: 10321887.
HSL color Cylindrical-coordinate representation of color #DF7F9D: hue angle of 341.25º 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 #DF7F9D is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 127 | 157 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.13 |
| HSL | 341.25º | 0.6% | 0.69% | - |
| HSV(B) | 341.25º | 0.43% | 0.87% | - |
| XYZ | 44.11 | 33.3 | 36 | - |
| YUV | 159.12 | 126.8 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 127 | 157 | 0 | 0.43 | 0.30 | 0.13 | 341.25 | 0.6 | 0.69 |
| Hex | DF | 7F | 9D | 0 | 2B | 1E | D | 155 | 3C | 45 |
| Octal | 337 | 177 | 235 | 0 | 53 | 36 | 15 | 525 | 74 | 105 |
| Binary | 11011111 | 1111111 | 10011101 | 0 | 101011 | 11110 | 1101 | 101010101 | 111100 | 1000101 |
Color Harmonies of #DF7F9D
Complementary color
Monochromatic Colors of #DF7F9D
Black with #DF7F9D
Text Example
Text Example
White with #DF7F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7F9D; }
p { color: rgb(223,127,157); }
H1.HeaderClassName
{
color: #DF7F9D;
}
.AnyTagClassName
{
color: #DF7F9D;
}
</style>
background-color css
<style>
a { background-color: #DF7F9D; }
a { background-color: rgb(223,127,157); }
div.DivClassName
{
background-color: #DF7F9D;
}
.BgClassName
{
background-color: #DF7F9D;
}
</style>
border-color css
<style>
span { border-color: #DF7F9D; }
span { border-color: rgb(223,127,157); }
td.TdClassName
{
border-color: #DF7F9D;
}
.TagClassName
{
border-color: #DF7F9D;
}
</style>