Shades of Carissma #DF8A9A
Tints of Carissma #DF8A9A
RGB
CMYK
RGB Variations
Color information
#DF8A9A (or 0xDF8A9A) is known color: Carissma. HEX triplet: DF, 8A and 9A. RGB value is (223,138,154). Sum of RGB (Red+Green+Blue) = 223+138+154=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 138 (54.30% from 255 or 26.80% from 515); Blue value is 154 (60.55% from 255 or 29.90% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8A9A is #207565. Grayscale: #A5A5A5. Windows color (decimal): -2127206 or 10128095. OLE color: 10128095.
HSL color Cylindrical-coordinate representation of color #DF8A9A: hue angle of 348.71º 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 #DF8A9A is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 138 | 154 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.13 |
| HSL | 348.71º | 0.57% | 0.71% | - |
| HSV(B) | 348.71º | 0.38% | 0.87% | - |
| XYZ | 45.35 | 36.2 | 35.17 | - |
| YUV | 165.24 | 121.66 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 154 | 0 | 0.38 | 0.31 | 0.13 | 348.71 | 0.57 | 0.71 |
| Hex | DF | 8A | 9A | 0 | 26 | 1F | D | 15D | 39 | 47 |
| Octal | 337 | 212 | 232 | 0 | 46 | 37 | 15 | 535 | 71 | 107 |
| Binary | 11011111 | 10001010 | 10011010 | 0 | 100110 | 11111 | 1101 | 101011101 | 111001 | 1000111 |
Color Harmonies of #DF8A9A
Complementary color
Monochromatic Colors of #DF8A9A
Black with #DF8A9A
Text Example
Text Example
White with #DF8A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8A9A; }
p { color: rgb(223,138,154); }
H1.HeaderClassName
{
color: #DF8A9A;
}
.AnyTagClassName
{
color: #DF8A9A;
}
</style>
background-color css
<style>
a { background-color: #DF8A9A; }
a { background-color: rgb(223,138,154); }
div.DivClassName
{
background-color: #DF8A9A;
}
.BgClassName
{
background-color: #DF8A9A;
}
</style>
border-color css
<style>
span { border-color: #DF8A9A; }
span { border-color: rgb(223,138,154); }
td.TdClassName
{
border-color: #DF8A9A;
}
.TagClassName
{
border-color: #DF8A9A;
}
</style>