Shades of Carissma #DD7D9C
Tints of Carissma #DD7D9C
RGB
CMYK
RGB Variations
Color information
#DD7D9C (or 0xDD7D9C) is known color: Carissma. HEX triplet: DD, 7D and 9C. RGB value is (221,125,156). Sum of RGB (Red+Green+Blue) = 221+125+156=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7D9C is #228263. Grayscale: #9D9D9D. Windows color (decimal): -2261604 or 10255837. OLE color: 10255837.
HSL color Cylindrical-coordinate representation of color #DD7D9C: hue angle of 340.62º 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 #DD7D9C is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 125 | 156 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.13 |
| HSL | 340.63º | 0.59% | 0.68% | - |
| HSV(B) | 340.63º | 0.43% | 0.87% | - |
| XYZ | 43.15 | 32.44 | 35.44 | - |
| YUV | 157.24 | 127.3 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 125 | 156 | 0 | 0.43 | 0.29 | 0.13 | 340.63 | 0.59 | 0.68 |
| Hex | DD | 7D | 9C | 0 | 2B | 1D | D | 155 | 3B | 44 |
| Octal | 335 | 175 | 234 | 0 | 53 | 35 | 15 | 525 | 73 | 104 |
| Binary | 11011101 | 1111101 | 10011100 | 0 | 101011 | 11101 | 1101 | 101010101 | 111011 | 1000100 |
Color Harmonies of #DD7D9C
Complementary color
Monochromatic Colors of #DD7D9C
Black with #DD7D9C
Text Example
Text Example
White with #DD7D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7D9C; }
p { color: rgb(221,125,156); }
H1.HeaderClassName
{
color: #DD7D9C;
}
.AnyTagClassName
{
color: #DD7D9C;
}
</style>
background-color css
<style>
a { background-color: #DD7D9C; }
a { background-color: rgb(221,125,156); }
div.DivClassName
{
background-color: #DD7D9C;
}
.BgClassName
{
background-color: #DD7D9C;
}
</style>
border-color css
<style>
span { border-color: #DD7D9C; }
span { border-color: rgb(221,125,156); }
td.TdClassName
{
border-color: #DD7D9C;
}
.TagClassName
{
border-color: #DD7D9C;
}
</style>