Shades of Carissma #DF8991
Tints of Carissma #DF8991
RGB
CMYK
RGB Variations
Color information
#DF8991 (or 0xDF8991) is known color: Carissma. HEX triplet: DF, 89 and 91. RGB value is (223,137,145). Sum of RGB (Red+Green+Blue) = 223+137+145=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 137 (53.91% from 255 or 27.13% from 505); Blue value is 145 (57.03% from 255 or 28.71% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8991 is #20766E. Grayscale: #A3A3A3. Windows color (decimal): -2127471 or 9538015. OLE color: 9538015.
HSL color Cylindrical-coordinate representation of color #DF8991: hue angle of 354.42º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF8991 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 137 | 145 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.13 |
| HSL | 354.42º | 0.57% | 0.71% | - |
| HSV(B) | 354.42º | 0.39% | 0.87% | - |
| XYZ | 44.49 | 35.62 | 31.32 | - |
| YUV | 163.63 | 117.49 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 137 | 145 | 0 | 0.39 | 0.35 | 0.13 | 354.42 | 0.57 | 0.71 |
| Hex | DF | 89 | 91 | 0 | 27 | 23 | D | 162 | 39 | 47 |
| Octal | 337 | 211 | 221 | 0 | 47 | 43 | 15 | 542 | 71 | 107 |
| Binary | 11011111 | 10001001 | 10010001 | 0 | 100111 | 100011 | 1101 | 101100010 | 111001 | 1000111 |
Color Harmonies of #DF8991
Complementary color
Monochromatic Colors of #DF8991
Black with #DF8991
Text Example
Text Example
White with #DF8991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8991; }
p { color: rgb(223,137,145); }
H1.HeaderClassName
{
color: #DF8991;
}
.AnyTagClassName
{
color: #DF8991;
}
</style>
background-color css
<style>
a { background-color: #DF8991; }
a { background-color: rgb(223,137,145); }
div.DivClassName
{
background-color: #DF8991;
}
.BgClassName
{
background-color: #DF8991;
}
</style>
border-color css
<style>
span { border-color: #DF8991; }
span { border-color: rgb(223,137,145); }
td.TdClassName
{
border-color: #DF8991;
}
.TagClassName
{
border-color: #DF8991;
}
</style>