Shades of Carissma #DF869C
Tints of Carissma #DF869C
RGB
CMYK
RGB Variations
Color information
#DF869C (or 0xDF869C) is known color: Carissma. HEX triplet: DF, 86 and 9C. RGB value is (223,134,156). Sum of RGB (Red+Green+Blue) = 223+134+156=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 134 (52.73% from 255 or 26.12% from 513); Blue value is 156 (61.33% from 255 or 30.41% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DF869C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF869C is #207963. Grayscale: #A3A3A3. Windows color (decimal): -2128228 or 10258143. OLE color: 10258143.
HSL color Cylindrical-coordinate representation of color #DF869C: hue angle of 345.17º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF869C is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 134 | 156 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.13 |
| HSL | 345.17º | 0.58% | 0.7% | - |
| HSV(B) | 345.17º | 0.4% | 0.87% | - |
| XYZ | 44.96 | 35.14 | 35.87 | - |
| YUV | 163.12 | 123.99 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 134 | 156 | 0 | 0.40 | 0.30 | 0.13 | 345.17 | 0.58 | 0.7 |
| Hex | DF | 86 | 9C | 0 | 28 | 1E | D | 159 | 3A | 46 |
| Octal | 337 | 206 | 234 | 0 | 50 | 36 | 15 | 531 | 72 | 106 |
| Binary | 11011111 | 10000110 | 10011100 | 0 | 101000 | 11110 | 1101 | 101011001 | 111010 | 1000110 |
Color Harmonies of #DF869C
Complementary color
Monochromatic Colors of #DF869C
Black with #DF869C
Text Example
Text Example
White with #DF869C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF869C; }
p { color: rgb(223,134,156); }
H1.HeaderClassName
{
color: #DF869C;
}
.AnyTagClassName
{
color: #DF869C;
}
</style>
background-color css
<style>
a { background-color: #DF869C; }
a { background-color: rgb(223,134,156); }
div.DivClassName
{
background-color: #DF869C;
}
.BgClassName
{
background-color: #DF869C;
}
</style>
border-color css
<style>
span { border-color: #DF869C; }
span { border-color: rgb(223,134,156); }
td.TdClassName
{
border-color: #DF869C;
}
.TagClassName
{
border-color: #DF869C;
}
</style>