Shades of Carissma #DF8B92
Tints of Carissma #DF8B92
RGB
CMYK
RGB Variations
Color information
#DF8B92 (or 0xDF8B92) is known color: Carissma. HEX triplet: DF, 8B and 92. RGB value is (223,139,146). Sum of RGB (Red+Green+Blue) = 223+139+146=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 139 (54.69% from 255 or 27.36% from 508); Blue value is 146 (57.42% from 255 or 28.74% from 508); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8B92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8B92 is #20746D. Grayscale: #A4A4A4. Windows color (decimal): -2126958 or 9604063. OLE color: 9604063.
HSL color Cylindrical-coordinate representation of color #DF8B92: hue angle of 355º 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 #DF8B92 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 139 | 146 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.13 |
| HSL | 355º | 0.57% | 0.71% | - |
| HSV(B) | 355º | 0.38% | 0.87% | - |
| XYZ | 44.85 | 36.23 | 31.82 | - |
| YUV | 164.91 | 117.33 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 139 | 146 | 0 | 0.38 | 0.35 | 0.13 | 355 | 0.57 | 0.71 |
| Hex | DF | 8B | 92 | 0 | 26 | 23 | D | 163 | 39 | 47 |
| Octal | 337 | 213 | 222 | 0 | 46 | 43 | 15 | 543 | 71 | 107 |
| Binary | 11011111 | 10001011 | 10010010 | 0 | 100110 | 100011 | 1101 | 101100011 | 111001 | 1000111 |
Color Harmonies of #DF8B92
Complementary color
Monochromatic Colors of #DF8B92
Black with #DF8B92
Text Example
Text Example
White with #DF8B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8B92; }
p { color: rgb(223,139,146); }
H1.HeaderClassName
{
color: #DF8B92;
}
.AnyTagClassName
{
color: #DF8B92;
}
</style>
background-color css
<style>
a { background-color: #DF8B92; }
a { background-color: rgb(223,139,146); }
div.DivClassName
{
background-color: #DF8B92;
}
.BgClassName
{
background-color: #DF8B92;
}
</style>
border-color css
<style>
span { border-color: #DF8B92; }
span { border-color: rgb(223,139,146); }
td.TdClassName
{
border-color: #DF8B92;
}
.TagClassName
{
border-color: #DF8B92;
}
</style>