Shades of Carissma #DF7F99
Tints of Carissma #DF7F99
RGB
CMYK
RGB Variations
Color information
#DF7F99 (or 0xDF7F99) is known color: Carissma. HEX triplet: DF, 7F and 99. RGB value is (223,127,153). Sum of RGB (Red+Green+Blue) = 223+127+153=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 127 (50% from 255 or 25.25% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7F99 is #208066. Grayscale: #9E9E9E. Windows color (decimal): -2130023 or 10059743. OLE color: 10059743.
HSL color Cylindrical-coordinate representation of color #DF7F99: hue angle of 343.75º 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 #DF7F99 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 127 | 153 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.13 |
| HSL | 343.75º | 0.6% | 0.69% | - |
| HSV(B) | 343.75º | 0.43% | 0.87% | - |
| XYZ | 43.77 | 33.17 | 34.23 | - |
| YUV | 158.67 | 124.8 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 127 | 153 | 0 | 0.43 | 0.31 | 0.13 | 343.75 | 0.6 | 0.69 |
| Hex | DF | 7F | 99 | 0 | 2B | 1F | D | 158 | 3C | 45 |
| Octal | 337 | 177 | 231 | 0 | 53 | 37 | 15 | 530 | 74 | 105 |
| Binary | 11011111 | 1111111 | 10011001 | 0 | 101011 | 11111 | 1101 | 101011000 | 111100 | 1000101 |
Color Harmonies of #DF7F99
Complementary color
Monochromatic Colors of #DF7F99
Black with #DF7F99
Text Example
Text Example
White with #DF7F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7F99; }
p { color: rgb(223,127,153); }
H1.HeaderClassName
{
color: #DF7F99;
}
.AnyTagClassName
{
color: #DF7F99;
}
</style>
background-color css
<style>
a { background-color: #DF7F99; }
a { background-color: rgb(223,127,153); }
div.DivClassName
{
background-color: #DF7F99;
}
.BgClassName
{
background-color: #DF7F99;
}
</style>
border-color css
<style>
span { border-color: #DF7F99; }
span { border-color: rgb(223,127,153); }
td.TdClassName
{
border-color: #DF7F99;
}
.TagClassName
{
border-color: #DF7F99;
}
</style>