Shades of Carissma #DC7F90
Tints of Carissma #DC7F90
RGB
CMYK
RGB Variations
Color information
#DC7F90 (or 0xDC7F90) is known color: Carissma. HEX triplet: DC, 7F and 90. RGB value is (220,127,144). Sum of RGB (Red+Green+Blue) = 220+127+144=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7F90 is #23806F. Grayscale: #9C9C9C. Windows color (decimal): -2326640 or 9469916. OLE color: 9469916.
HSL color Cylindrical-coordinate representation of color #DC7F90: hue angle of 349.03º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC7F90 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 127 | 144 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.14 |
| HSL | 349.03º | 0.57% | 0.68% | - |
| HSV(B) | 349.03º | 0.42% | 0.86% | - |
| XYZ | 42.14 | 32.41 | 30.42 | - |
| YUV | 156.75 | 120.81 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 144 | 0 | 0.42 | 0.35 | 0.14 | 349.03 | 0.57 | 0.68 |
| Hex | DC | 7F | 90 | 0 | 2A | 23 | E | 15D | 39 | 44 |
| Octal | 334 | 177 | 220 | 0 | 52 | 43 | 16 | 535 | 71 | 104 |
| Binary | 11011100 | 1111111 | 10010000 | 0 | 101010 | 100011 | 1110 | 101011101 | 111001 | 1000100 |
Color Harmonies of #DC7F90
Complementary color
Monochromatic Colors of #DC7F90
Black with #DC7F90
Text Example
Text Example
White with #DC7F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7F90; }
p { color: rgb(220,127,144); }
H1.HeaderClassName
{
color: #DC7F90;
}
.AnyTagClassName
{
color: #DC7F90;
}
</style>
background-color css
<style>
a { background-color: #DC7F90; }
a { background-color: rgb(220,127,144); }
div.DivClassName
{
background-color: #DC7F90;
}
.BgClassName
{
background-color: #DC7F90;
}
</style>
border-color css
<style>
span { border-color: #DC7F90; }
span { border-color: rgb(220,127,144); }
td.TdClassName
{
border-color: #DC7F90;
}
.TagClassName
{
border-color: #DC7F90;
}
</style>