Shades of Carissma #DD7F9C
Tints of Carissma #DD7F9C
RGB
CMYK
RGB Variations
Color information
#DD7F9C (or 0xDD7F9C) is known color: Carissma. HEX triplet: DD, 7F and 9C. RGB value is (221,127,156). Sum of RGB (Red+Green+Blue) = 221+127+156=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 127 (50% from 255 or 25.20% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7F9C is #228063. Grayscale: #9E9E9E. Windows color (decimal): -2261092 or 10256349. OLE color: 10256349.
HSL color Cylindrical-coordinate representation of color #DD7F9C: hue angle of 341.49º 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 #DD7F9C is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 127 | 156 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.13 |
| HSL | 341.49º | 0.58% | 0.68% | - |
| HSV(B) | 341.49º | 0.43% | 0.87% | - |
| XYZ | 43.41 | 32.95 | 35.52 | - |
| YUV | 158.41 | 126.64 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 156 | 0 | 0.43 | 0.29 | 0.13 | 341.49 | 0.58 | 0.68 |
| Hex | DD | 7F | 9C | 0 | 2B | 1D | D | 155 | 3A | 44 |
| Octal | 335 | 177 | 234 | 0 | 53 | 35 | 15 | 525 | 72 | 104 |
| Binary | 11011101 | 1111111 | 10011100 | 0 | 101011 | 11101 | 1101 | 101010101 | 111010 | 1000100 |
Color Harmonies of #DD7F9C
Complementary color
Monochromatic Colors of #DD7F9C
Black with #DD7F9C
Text Example
Text Example
White with #DD7F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7F9C; }
p { color: rgb(221,127,156); }
H1.HeaderClassName
{
color: #DD7F9C;
}
.AnyTagClassName
{
color: #DD7F9C;
}
</style>
background-color css
<style>
a { background-color: #DD7F9C; }
a { background-color: rgb(221,127,156); }
div.DivClassName
{
background-color: #DD7F9C;
}
.BgClassName
{
background-color: #DD7F9C;
}
</style>
border-color css
<style>
span { border-color: #DD7F9C; }
span { border-color: rgb(221,127,156); }
td.TdClassName
{
border-color: #DD7F9C;
}
.TagClassName
{
border-color: #DD7F9C;
}
</style>