Shades of Carissma #DF8A91
Tints of Carissma #DF8A91
RGB
CMYK
RGB Variations
Color information
#DF8A91 (or 0xDF8A91) is known color: Carissma. HEX triplet: DF, 8A and 91. RGB value is (223,138,145). Sum of RGB (Red+Green+Blue) = 223+138+145=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 138 (54.30% from 255 or 27.27% from 506); Blue value is 145 (57.03% from 255 or 28.66% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8A91 is #20756E. Grayscale: #A4A4A4. Windows color (decimal): -2127215 or 9538271. OLE color: 9538271.
HSL color Cylindrical-coordinate representation of color #DF8A91: hue angle of 355.06º 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 #DF8A91 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 138 | 145 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.13 |
| HSL | 355.06º | 0.57% | 0.71% | - |
| HSV(B) | 355.06º | 0.38% | 0.87% | - |
| XYZ | 44.63 | 35.91 | 31.37 | - |
| YUV | 164.21 | 117.16 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 145 | 0 | 0.38 | 0.35 | 0.13 | 355.06 | 0.57 | 0.71 |
| Hex | DF | 8A | 91 | 0 | 26 | 23 | D | 163 | 39 | 47 |
| Octal | 337 | 212 | 221 | 0 | 46 | 43 | 15 | 543 | 71 | 107 |
| Binary | 11011111 | 10001010 | 10010001 | 0 | 100110 | 100011 | 1101 | 101100011 | 111001 | 1000111 |
Color Harmonies of #DF8A91
Complementary color
Monochromatic Colors of #DF8A91
Black with #DF8A91
Text Example
Text Example
White with #DF8A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8A91; }
p { color: rgb(223,138,145); }
H1.HeaderClassName
{
color: #DF8A91;
}
.AnyTagClassName
{
color: #DF8A91;
}
</style>
background-color css
<style>
a { background-color: #DF8A91; }
a { background-color: rgb(223,138,145); }
div.DivClassName
{
background-color: #DF8A91;
}
.BgClassName
{
background-color: #DF8A91;
}
</style>
border-color css
<style>
span { border-color: #DF8A91; }
span { border-color: rgb(223,138,145); }
td.TdClassName
{
border-color: #DF8A91;
}
.TagClassName
{
border-color: #DF8A91;
}
</style>