Shades of Carissma #DF869A
Tints of Carissma #DF869A
RGB
CMYK
RGB Variations
Color information
#DF869A (or 0xDF869A) is known color: Carissma. HEX triplet: DF, 86 and 9A. RGB value is (223,134,154). Sum of RGB (Red+Green+Blue) = 223+134+154=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 134 (52.73% from 255 or 26.22% from 511); Blue value is 154 (60.55% from 255 or 30.14% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DF869A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF869A is #207965. Grayscale: #A2A2A2. Windows color (decimal): -2128230 or 10127071. OLE color: 10127071.
HSL color Cylindrical-coordinate representation of color #DF869A: hue angle of 346.52º 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 #DF869A is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 134 | 154 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.13 |
| HSL | 346.52º | 0.58% | 0.7% | - |
| HSV(B) | 346.52º | 0.4% | 0.87% | - |
| XYZ | 44.79 | 35.07 | 34.98 | - |
| YUV | 162.89 | 122.99 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 134 | 154 | 0 | 0.40 | 0.31 | 0.13 | 346.52 | 0.58 | 0.7 |
| Hex | DF | 86 | 9A | 0 | 28 | 1F | D | 15B | 3A | 46 |
| Octal | 337 | 206 | 232 | 0 | 50 | 37 | 15 | 533 | 72 | 106 |
| Binary | 11011111 | 10000110 | 10011010 | 0 | 101000 | 11111 | 1101 | 101011011 | 111010 | 1000110 |
Color Harmonies of #DF869A
Complementary color
Monochromatic Colors of #DF869A
Black with #DF869A
Text Example
Text Example
White with #DF869A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF869A; }
p { color: rgb(223,134,154); }
H1.HeaderClassName
{
color: #DF869A;
}
.AnyTagClassName
{
color: #DF869A;
}
</style>
background-color css
<style>
a { background-color: #DF869A; }
a { background-color: rgb(223,134,154); }
div.DivClassName
{
background-color: #DF869A;
}
.BgClassName
{
background-color: #DF869A;
}
</style>
border-color css
<style>
span { border-color: #DF869A; }
span { border-color: rgb(223,134,154); }
td.TdClassName
{
border-color: #DF869A;
}
.TagClassName
{
border-color: #DF869A;
}
</style>