Shades of Carissma #DF8C9C
Tints of Carissma #DF8C9C
RGB
CMYK
RGB Variations
Color information
#DF8C9C (or 0xDF8C9C) is known color: Carissma. HEX triplet: DF, 8C and 9C. RGB value is (223,140,156). Sum of RGB (Red+Green+Blue) = 223+140+156=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 140 (55.08% from 255 or 26.97% from 519); Blue value is 156 (61.33% from 255 or 30.06% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8C9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8C9C is #207363. Grayscale: #A6A6A6. Windows color (decimal): -2126692 or 10259679. OLE color: 10259679.
HSL color Cylindrical-coordinate representation of color #DF8C9C: hue angle of 348.43º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF8C9C is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 140 | 156 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.13 |
| HSL | 348.43º | 0.56% | 0.71% | - |
| HSV(B) | 348.43º | 0.37% | 0.87% | - |
| XYZ | 45.81 | 36.84 | 36.15 | - |
| YUV | 166.64 | 122 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 140 | 156 | 0 | 0.37 | 0.30 | 0.13 | 348.43 | 0.56 | 0.71 |
| Hex | DF | 8C | 9C | 0 | 25 | 1E | D | 15C | 38 | 47 |
| Octal | 337 | 214 | 234 | 0 | 45 | 36 | 15 | 534 | 70 | 107 |
| Binary | 11011111 | 10001100 | 10011100 | 0 | 100101 | 11110 | 1101 | 101011100 | 111000 | 1000111 |
Color Harmonies of #DF8C9C
Complementary color
Monochromatic Colors of #DF8C9C
Black with #DF8C9C
Text Example
Text Example
White with #DF8C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8C9C; }
p { color: rgb(223,140,156); }
H1.HeaderClassName
{
color: #DF8C9C;
}
.AnyTagClassName
{
color: #DF8C9C;
}
</style>
background-color css
<style>
a { background-color: #DF8C9C; }
a { background-color: rgb(223,140,156); }
div.DivClassName
{
background-color: #DF8C9C;
}
.BgClassName
{
background-color: #DF8C9C;
}
</style>
border-color css
<style>
span { border-color: #DF8C9C; }
span { border-color: rgb(223,140,156); }
td.TdClassName
{
border-color: #DF8C9C;
}
.TagClassName
{
border-color: #DF8C9C;
}
</style>