Shades of Carissma #DD7F9D
Tints of Carissma #DD7F9D
RGB
CMYK
RGB Variations
Color information
#DD7F9D (or 0xDD7F9D) is known color: Carissma. HEX triplet: DD, 7F and 9D. RGB value is (221,127,157). Sum of RGB (Red+Green+Blue) = 221+127+157=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 127 (50% from 255 or 25.15% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7F9D is #228062. Grayscale: #9E9E9E. Windows color (decimal): -2261091 or 10321885. OLE color: 10321885.
HSL color Cylindrical-coordinate representation of color #DD7F9D: hue angle of 340.85º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7F9D is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 127 | 157 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.13 |
| HSL | 340.85º | 0.58% | 0.68% | - |
| HSV(B) | 340.85º | 0.43% | 0.87% | - |
| XYZ | 43.49 | 32.99 | 35.97 | - |
| YUV | 158.53 | 127.14 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 157 | 0 | 0.43 | 0.29 | 0.13 | 340.85 | 0.58 | 0.68 |
| Hex | DD | 7F | 9D | 0 | 2B | 1D | D | 155 | 3A | 44 |
| Octal | 335 | 177 | 235 | 0 | 53 | 35 | 15 | 525 | 72 | 104 |
| Binary | 11011101 | 1111111 | 10011101 | 0 | 101011 | 11101 | 1101 | 101010101 | 111010 | 1000100 |
Color Harmonies of #DD7F9D
Complementary color
Monochromatic Colors of #DD7F9D
Black with #DD7F9D
Text Example
Text Example
White with #DD7F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7F9D; }
p { color: rgb(221,127,157); }
H1.HeaderClassName
{
color: #DD7F9D;
}
.AnyTagClassName
{
color: #DD7F9D;
}
</style>
background-color css
<style>
a { background-color: #DD7F9D; }
a { background-color: rgb(221,127,157); }
div.DivClassName
{
background-color: #DD7F9D;
}
.BgClassName
{
background-color: #DD7F9D;
}
</style>
border-color css
<style>
span { border-color: #DD7F9D; }
span { border-color: rgb(221,127,157); }
td.TdClassName
{
border-color: #DD7F9D;
}
.TagClassName
{
border-color: #DD7F9D;
}
</style>