Shades of Carissma #DC7F9C
Tints of Carissma #DC7F9C
RGB
CMYK
RGB Variations
Color information
#DC7F9C (or 0xDC7F9C) is known color: Carissma. HEX triplet: DC, 7F and 9C. RGB value is (220,127,156). Sum of RGB (Red+Green+Blue) = 220+127+156=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 127 (50% from 255 or 25.25% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7F9C is #238063. Grayscale: #9E9E9E. Windows color (decimal): -2326628 or 10256348. OLE color: 10256348.
HSL color Cylindrical-coordinate representation of color #DC7F9C: hue angle of 341.29º 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 #DC7F9C is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 127 | 156 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.14 |
| HSL | 341.29º | 0.57% | 0.68% | - |
| HSV(B) | 341.29º | 0.42% | 0.86% | - |
| XYZ | 43.11 | 32.79 | 35.51 | - |
| YUV | 158.11 | 126.81 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 156 | 0 | 0.42 | 0.29 | 0.14 | 341.29 | 0.57 | 0.68 |
| Hex | DC | 7F | 9C | 0 | 2A | 1D | E | 155 | 39 | 44 |
| Octal | 334 | 177 | 234 | 0 | 52 | 35 | 16 | 525 | 71 | 104 |
| Binary | 11011100 | 1111111 | 10011100 | 0 | 101010 | 11101 | 1110 | 101010101 | 111001 | 1000100 |
Color Harmonies of #DC7F9C
Complementary color
Monochromatic Colors of #DC7F9C
Black with #DC7F9C
Text Example
Text Example
White with #DC7F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7F9C; }
p { color: rgb(220,127,156); }
H1.HeaderClassName
{
color: #DC7F9C;
}
.AnyTagClassName
{
color: #DC7F9C;
}
</style>
background-color css
<style>
a { background-color: #DC7F9C; }
a { background-color: rgb(220,127,156); }
div.DivClassName
{
background-color: #DC7F9C;
}
.BgClassName
{
background-color: #DC7F9C;
}
</style>
border-color css
<style>
span { border-color: #DC7F9C; }
span { border-color: rgb(220,127,156); }
td.TdClassName
{
border-color: #DC7F9C;
}
.TagClassName
{
border-color: #DC7F9C;
}
</style>