Shades of Carissma #DF7B93
Tints of Carissma #DF7B93
RGB
CMYK
RGB Variations
Color information
#DF7B93 (or 0xDF7B93) is known color: Carissma. HEX triplet: DF, 7B and 93. RGB value is (223,123,147). Sum of RGB (Red+Green+Blue) = 223+123+147=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 123 (48.44% from 255 or 24.95% from 493); Blue value is 147 (57.81% from 255 or 29.82% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7B93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7B93 is #20846C. Grayscale: #9B9B9B. Windows color (decimal): -2131053 or 9665503. OLE color: 9665503.
HSL color Cylindrical-coordinate representation of color #DF7B93: hue angle of 345.6º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF7B93 is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 123 | 147 | - |
| CMYK | 0 | 0.45 | 0.34 | 0.13 |
| HSL | 345.6º | 0.61% | 0.68% | - |
| HSV(B) | 345.6º | 0.45% | 0.87% | - |
| XYZ | 42.78 | 31.96 | 31.52 | - |
| YUV | 155.64 | 123.13 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 123 | 147 | 0 | 0.45 | 0.34 | 0.13 | 345.6 | 0.61 | 0.68 |
| Hex | DF | 7B | 93 | 0 | 2D | 22 | D | 15A | 3D | 44 |
| Octal | 337 | 173 | 223 | 0 | 55 | 42 | 15 | 532 | 75 | 104 |
| Binary | 11011111 | 1111011 | 10010011 | 0 | 101101 | 100010 | 1101 | 101011010 | 111101 | 1000100 |
Color Harmonies of #DF7B93
Complementary color
Monochromatic Colors of #DF7B93
Black with #DF7B93
Text Example
Text Example
White with #DF7B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7B93; }
p { color: rgb(223,123,147); }
H1.HeaderClassName
{
color: #DF7B93;
}
.AnyTagClassName
{
color: #DF7B93;
}
</style>
background-color css
<style>
a { background-color: #DF7B93; }
a { background-color: rgb(223,123,147); }
div.DivClassName
{
background-color: #DF7B93;
}
.BgClassName
{
background-color: #DF7B93;
}
</style>
border-color css
<style>
span { border-color: #DF7B93; }
span { border-color: rgb(223,123,147); }
td.TdClassName
{
border-color: #DF7B93;
}
.TagClassName
{
border-color: #DF7B93;
}
</style>