Shades of Carissma #DF7B99
Tints of Carissma #DF7B99
RGB
CMYK
RGB Variations
Color information
#DF7B99 (or 0xDF7B99) is known color: Carissma. HEX triplet: DF, 7B and 99. RGB value is (223,123,153). Sum of RGB (Red+Green+Blue) = 223+123+153=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 123 (48.44% from 255 or 24.65% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7B99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7B99 is #208466. Grayscale: #9C9C9C. Windows color (decimal): -2131047 or 10058719. OLE color: 10058719.
HSL color Cylindrical-coordinate representation of color #DF7B99: hue angle of 342º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF7B99 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 123 | 153 | - |
| CMYK | 0 | 0.45 | 0.31 | 0.13 |
| HSL | 342º | 0.61% | 0.68% | - |
| HSV(B) | 342º | 0.45% | 0.87% | - |
| XYZ | 43.26 | 32.15 | 34.06 | - |
| YUV | 156.32 | 126.13 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 123 | 153 | 0 | 0.45 | 0.31 | 0.13 | 342 | 0.61 | 0.68 |
| Hex | DF | 7B | 99 | 0 | 2D | 1F | D | 156 | 3D | 44 |
| Octal | 337 | 173 | 231 | 0 | 55 | 37 | 15 | 526 | 75 | 104 |
| Binary | 11011111 | 1111011 | 10011001 | 0 | 101101 | 11111 | 1101 | 101010110 | 111101 | 1000100 |
Color Harmonies of #DF7B99
Complementary color
Monochromatic Colors of #DF7B99
Black with #DF7B99
Text Example
Text Example
White with #DF7B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7B99; }
p { color: rgb(223,123,153); }
H1.HeaderClassName
{
color: #DF7B99;
}
.AnyTagClassName
{
color: #DF7B99;
}
</style>
background-color css
<style>
a { background-color: #DF7B99; }
a { background-color: rgb(223,123,153); }
div.DivClassName
{
background-color: #DF7B99;
}
.BgClassName
{
background-color: #DF7B99;
}
</style>
border-color css
<style>
span { border-color: #DF7B99; }
span { border-color: rgb(223,123,153); }
td.TdClassName
{
border-color: #DF7B99;
}
.TagClassName
{
border-color: #DF7B99;
}
</style>