Shades of Carissma #DC7F88
Tints of Carissma #DC7F88
RGB
CMYK
RGB Variations
Color information
#DC7F88 (or 0xDC7F88) is known color: Carissma. HEX triplet: DC, 7F and 88. RGB value is (220,127,136). Sum of RGB (Red+Green+Blue) = 220+127+136=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 136 (53.52% from 255 or 28.16% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7F88 is #238077. Grayscale: #9B9B9B. Windows color (decimal): -2326648 or 8945628. OLE color: 8945628.
HSL color Cylindrical-coordinate representation of color #DC7F88: hue angle of 354.19º 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 #DC7F88 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 127 | 136 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.14 |
| HSL | 354.19º | 0.57% | 0.68% | - |
| HSV(B) | 354.19º | 0.42% | 0.86% | - |
| XYZ | 41.55 | 32.17 | 27.31 | - |
| YUV | 155.83 | 116.81 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 136 | 0 | 0.42 | 0.38 | 0.14 | 354.19 | 0.57 | 0.68 |
| Hex | DC | 7F | 88 | 0 | 2A | 26 | E | 162 | 39 | 44 |
| Octal | 334 | 177 | 210 | 0 | 52 | 46 | 16 | 542 | 71 | 104 |
| Binary | 11011100 | 1111111 | 10001000 | 0 | 101010 | 100110 | 1110 | 101100010 | 111001 | 1000100 |
Color Harmonies of #DC7F88
Complementary color
Monochromatic Colors of #DC7F88
Black with #DC7F88
Text Example
Text Example
White with #DC7F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7F88; }
p { color: rgb(220,127,136); }
H1.HeaderClassName
{
color: #DC7F88;
}
.AnyTagClassName
{
color: #DC7F88;
}
</style>
background-color css
<style>
a { background-color: #DC7F88; }
a { background-color: rgb(220,127,136); }
div.DivClassName
{
background-color: #DC7F88;
}
.BgClassName
{
background-color: #DC7F88;
}
</style>
border-color css
<style>
span { border-color: #DC7F88; }
span { border-color: rgb(220,127,136); }
td.TdClassName
{
border-color: #DC7F88;
}
.TagClassName
{
border-color: #DC7F88;
}
</style>