Shades of Carissma #DD7D9A
Tints of Carissma #DD7D9A
RGB
CMYK
RGB Variations
Color information
#DD7D9A (or 0xDD7D9A) is known color: Carissma. HEX triplet: DD, 7D and 9A. RGB value is (221,125,154). Sum of RGB (Red+Green+Blue) = 221+125+154=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 125 (49.22% from 255 or 25% from 500); Blue value is 154 (60.55% from 255 or 30.8% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7D9A is #228265. Grayscale: #9C9C9C. Windows color (decimal): -2261606 or 10124765. OLE color: 10124765.
HSL color Cylindrical-coordinate representation of color #DD7D9A: hue angle of 341.88º degrees, saturation: 0.59, 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 #DD7D9A is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 125 | 154 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.13 |
| HSL | 341.88º | 0.59% | 0.68% | - |
| HSV(B) | 341.88º | 0.43% | 0.87% | - |
| XYZ | 42.99 | 32.37 | 34.55 | - |
| YUV | 157.01 | 126.3 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 125 | 154 | 0 | 0.43 | 0.30 | 0.13 | 341.88 | 0.59 | 0.68 |
| Hex | DD | 7D | 9A | 0 | 2B | 1E | D | 156 | 3B | 44 |
| Octal | 335 | 175 | 232 | 0 | 53 | 36 | 15 | 526 | 73 | 104 |
| Binary | 11011101 | 1111101 | 10011010 | 0 | 101011 | 11110 | 1101 | 101010110 | 111011 | 1000100 |
Color Harmonies of #DD7D9A
Complementary color
Monochromatic Colors of #DD7D9A
Black with #DD7D9A
Text Example
Text Example
White with #DD7D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7D9A; }
p { color: rgb(221,125,154); }
H1.HeaderClassName
{
color: #DD7D9A;
}
.AnyTagClassName
{
color: #DD7D9A;
}
</style>
background-color css
<style>
a { background-color: #DD7D9A; }
a { background-color: rgb(221,125,154); }
div.DivClassName
{
background-color: #DD7D9A;
}
.BgClassName
{
background-color: #DD7D9A;
}
</style>
border-color css
<style>
span { border-color: #DD7D9A; }
span { border-color: rgb(221,125,154); }
td.TdClassName
{
border-color: #DD7D9A;
}
.TagClassName
{
border-color: #DD7D9A;
}
</style>