Shades of Carissma #DD7F93
Tints of Carissma #DD7F93
RGB
CMYK
RGB Variations
Color information
#DD7F93 (or 0xDD7F93) is known color: Carissma. HEX triplet: DD, 7F and 93. RGB value is (221,127,147). Sum of RGB (Red+Green+Blue) = 221+127+147=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 147 (57.81% from 255 or 29.70% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7F93 is #22806C. Grayscale: #9D9D9D. Windows color (decimal): -2261101 or 9666525. OLE color: 9666525.
HSL color Cylindrical-coordinate representation of color #DD7F93: hue angle of 347.23º 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 #DD7F93 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 127 | 147 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.13 |
| HSL | 347.23º | 0.58% | 0.68% | - |
| HSV(B) | 347.23º | 0.43% | 0.87% | - |
| XYZ | 42.67 | 32.66 | 31.66 | - |
| YUV | 157.39 | 122.14 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 147 | 0 | 0.43 | 0.33 | 0.13 | 347.23 | 0.58 | 0.68 |
| Hex | DD | 7F | 93 | 0 | 2B | 21 | D | 15B | 3A | 44 |
| Octal | 335 | 177 | 223 | 0 | 53 | 41 | 15 | 533 | 72 | 104 |
| Binary | 11011101 | 1111111 | 10010011 | 0 | 101011 | 100001 | 1101 | 101011011 | 111010 | 1000100 |
Color Harmonies of #DD7F93
Complementary color
Monochromatic Colors of #DD7F93
Black with #DD7F93
Text Example
Text Example
White with #DD7F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7F93; }
p { color: rgb(221,127,147); }
H1.HeaderClassName
{
color: #DD7F93;
}
.AnyTagClassName
{
color: #DD7F93;
}
</style>
background-color css
<style>
a { background-color: #DD7F93; }
a { background-color: rgb(221,127,147); }
div.DivClassName
{
background-color: #DD7F93;
}
.BgClassName
{
background-color: #DD7F93;
}
</style>
border-color css
<style>
span { border-color: #DD7F93; }
span { border-color: rgb(221,127,147); }
td.TdClassName
{
border-color: #DD7F93;
}
.TagClassName
{
border-color: #DD7F93;
}
</style>