Shades of Carissma #DC7A90
Tints of Carissma #DC7A90
RGB
CMYK
RGB Variations
Color information
#DC7A90 (or 0xDC7A90) is known color: Carissma. HEX triplet: DC, 7A and 90. RGB value is (220,122,144). Sum of RGB (Red+Green+Blue) = 220+122+144=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7A90 is #23856F. Grayscale: #999999. Windows color (decimal): -2327920 or 9468636. OLE color: 9468636.
HSL color Cylindrical-coordinate representation of color #DC7A90: hue angle of 346.53º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC7A90 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 144 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.14 |
| HSL | 346.53º | 0.58% | 0.67% | - |
| HSV(B) | 346.53º | 0.45% | 0.86% | - |
| XYZ | 41.51 | 31.15 | 30.21 | - |
| YUV | 153.81 | 122.47 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 144 | 0 | 0.45 | 0.35 | 0.14 | 346.53 | 0.58 | 0.67 |
| Hex | DC | 7A | 90 | 0 | 2D | 23 | E | 15B | 3A | 43 |
| Octal | 334 | 172 | 220 | 0 | 55 | 43 | 16 | 533 | 72 | 103 |
| Binary | 11011100 | 1111010 | 10010000 | 0 | 101101 | 100011 | 1110 | 101011011 | 111010 | 1000011 |
Color Harmonies of #DC7A90
Complementary color
Monochromatic Colors of #DC7A90
Black with #DC7A90
Text Example
Text Example
White with #DC7A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7A90; }
p { color: rgb(220,122,144); }
H1.HeaderClassName
{
color: #DC7A90;
}
.AnyTagClassName
{
color: #DC7A90;
}
</style>
background-color css
<style>
a { background-color: #DC7A90; }
a { background-color: rgb(220,122,144); }
div.DivClassName
{
background-color: #DC7A90;
}
.BgClassName
{
background-color: #DC7A90;
}
</style>
border-color css
<style>
span { border-color: #DC7A90; }
span { border-color: rgb(220,122,144); }
td.TdClassName
{
border-color: #DC7A90;
}
.TagClassName
{
border-color: #DC7A90;
}
</style>