Shades of Carissma #DC7C90
Tints of Carissma #DC7C90
RGB
CMYK
RGB Variations
Color information
#DC7C90 (or 0xDC7C90) is known color: Carissma. HEX triplet: DC, 7C and 90. RGB value is (220,124,144). Sum of RGB (Red+Green+Blue) = 220+124+144=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 124 (48.83% from 255 or 25.41% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7C90 is #23836F. Grayscale: #9B9B9B. Windows color (decimal): -2327408 or 9469148. OLE color: 9469148.
HSL color Cylindrical-coordinate representation of color #DC7C90: hue angle of 347.5º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC7C90 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 124 | 144 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.14 |
| HSL | 347.5º | 0.58% | 0.67% | - |
| HSV(B) | 347.5º | 0.44% | 0.86% | - |
| XYZ | 41.76 | 31.64 | 30.29 | - |
| YUV | 154.98 | 121.8 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 144 | 0 | 0.44 | 0.35 | 0.14 | 347.5 | 0.58 | 0.67 |
| Hex | DC | 7C | 90 | 0 | 2C | 23 | E | 15C | 3A | 43 |
| Octal | 334 | 174 | 220 | 0 | 54 | 43 | 16 | 534 | 72 | 103 |
| Binary | 11011100 | 1111100 | 10010000 | 0 | 101100 | 100011 | 1110 | 101011100 | 111010 | 1000011 |
Color Harmonies of #DC7C90
Complementary color
Monochromatic Colors of #DC7C90
Black with #DC7C90
Text Example
Text Example
White with #DC7C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7C90; }
p { color: rgb(220,124,144); }
H1.HeaderClassName
{
color: #DC7C90;
}
.AnyTagClassName
{
color: #DC7C90;
}
</style>
background-color css
<style>
a { background-color: #DC7C90; }
a { background-color: rgb(220,124,144); }
div.DivClassName
{
background-color: #DC7C90;
}
.BgClassName
{
background-color: #DC7C90;
}
</style>
border-color css
<style>
span { border-color: #DC7C90; }
span { border-color: rgb(220,124,144); }
td.TdClassName
{
border-color: #DC7C90;
}
.TagClassName
{
border-color: #DC7C90;
}
</style>