Shades of Carissma #DF8B9D
Tints of Carissma #DF8B9D
RGB
CMYK
RGB Variations
Color information
#DF8B9D (or 0xDF8B9D) is known color: Carissma. HEX triplet: DF, 8B and 9D. RGB value is (223,139,157). Sum of RGB (Red+Green+Blue) = 223+139+157=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 139 (54.69% from 255 or 26.78% from 519); Blue value is 157 (61.72% from 255 or 30.25% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8B9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8B9D is #207462. Grayscale: #A6A6A6. Windows color (decimal): -2126947 or 10324959. OLE color: 10324959.
HSL color Cylindrical-coordinate representation of color #DF8B9D: hue angle of 347.14º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF8B9D is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 139 | 157 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.13 |
| HSL | 347.14º | 0.57% | 0.71% | - |
| HSV(B) | 347.14º | 0.38% | 0.87% | - |
| XYZ | 45.75 | 36.59 | 36.55 | - |
| YUV | 166.17 | 122.83 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 139 | 157 | 0 | 0.38 | 0.30 | 0.13 | 347.14 | 0.57 | 0.71 |
| Hex | DF | 8B | 9D | 0 | 26 | 1E | D | 15B | 39 | 47 |
| Octal | 337 | 213 | 235 | 0 | 46 | 36 | 15 | 533 | 71 | 107 |
| Binary | 11011111 | 10001011 | 10011101 | 0 | 100110 | 11110 | 1101 | 101011011 | 111001 | 1000111 |
Color Harmonies of #DF8B9D
Complementary color
Monochromatic Colors of #DF8B9D
Black with #DF8B9D
Text Example
Text Example
White with #DF8B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8B9D; }
p { color: rgb(223,139,157); }
H1.HeaderClassName
{
color: #DF8B9D;
}
.AnyTagClassName
{
color: #DF8B9D;
}
</style>
background-color css
<style>
a { background-color: #DF8B9D; }
a { background-color: rgb(223,139,157); }
div.DivClassName
{
background-color: #DF8B9D;
}
.BgClassName
{
background-color: #DF8B9D;
}
</style>
border-color css
<style>
span { border-color: #DF8B9D; }
span { border-color: rgb(223,139,157); }
td.TdClassName
{
border-color: #DF8B9D;
}
.TagClassName
{
border-color: #DF8B9D;
}
</style>