Shades of Carissma #DF7F90
Tints of Carissma #DF7F90
RGB
CMYK
RGB Variations
Color information
#DF7F90 (or 0xDF7F90) is known color: Carissma. HEX triplet: DF, 7F and 90. RGB value is (223,127,144). Sum of RGB (Red+Green+Blue) = 223+127+144=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 127 (50% from 255 or 25.71% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7F90 is #20806F. Grayscale: #9D9D9D. Windows color (decimal): -2130032 or 9469919. OLE color: 9469919.
HSL color Cylindrical-coordinate representation of color #DF7F90: hue angle of 349.38º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF7F90 is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 127 | 144 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.13 |
| HSL | 349.38º | 0.6% | 0.69% | - |
| HSV(B) | 349.38º | 0.43% | 0.87% | - |
| XYZ | 43.05 | 32.88 | 30.46 | - |
| YUV | 157.64 | 120.3 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 127 | 144 | 0 | 0.43 | 0.35 | 0.13 | 349.38 | 0.6 | 0.69 |
| Hex | DF | 7F | 90 | 0 | 2B | 23 | D | 15D | 3C | 45 |
| Octal | 337 | 177 | 220 | 0 | 53 | 43 | 15 | 535 | 74 | 105 |
| Binary | 11011111 | 1111111 | 10010000 | 0 | 101011 | 100011 | 1101 | 101011101 | 111100 | 1000101 |
Color Harmonies of #DF7F90
Complementary color
Monochromatic Colors of #DF7F90
Black with #DF7F90
Text Example
Text Example
White with #DF7F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7F90; }
p { color: rgb(223,127,144); }
H1.HeaderClassName
{
color: #DF7F90;
}
.AnyTagClassName
{
color: #DF7F90;
}
</style>
background-color css
<style>
a { background-color: #DF7F90; }
a { background-color: rgb(223,127,144); }
div.DivClassName
{
background-color: #DF7F90;
}
.BgClassName
{
background-color: #DF7F90;
}
</style>
border-color css
<style>
span { border-color: #DF7F90; }
span { border-color: rgb(223,127,144); }
td.TdClassName
{
border-color: #DF7F90;
}
.TagClassName
{
border-color: #DF7F90;
}
</style>