Shades of Carissma #DD808C
Tints of Carissma #DD808C
RGB
CMYK
RGB Variations
Color information
#DD808C (or 0xDD808C) is known color: Carissma. HEX triplet: DD, 80 and 8C. RGB value is (221,128,140). Sum of RGB (Red+Green+Blue) = 221+128+140=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD808C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD808C is #227F73. Grayscale: #9D9D9D. Windows color (decimal): -2260852 or 9208029. OLE color: 9208029.
HSL color Cylindrical-coordinate representation of color #DD808C: hue angle of 352.26º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD808C is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 140 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.13 |
| HSL | 352.26º | 0.58% | 0.68% | - |
| HSV(B) | 352.26º | 0.42% | 0.87% | - |
| XYZ | 42.27 | 32.7 | 28.9 | - |
| YUV | 157.18 | 118.31 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 140 | 0 | 0.42 | 0.37 | 0.13 | 352.26 | 0.58 | 0.68 |
| Hex | DD | 80 | 8C | 0 | 2A | 25 | D | 160 | 3A | 44 |
| Octal | 335 | 200 | 214 | 0 | 52 | 45 | 15 | 540 | 72 | 104 |
| Binary | 11011101 | 10000000 | 10001100 | 0 | 101010 | 100101 | 1101 | 101100000 | 111010 | 1000100 |
Color Harmonies of #DD808C
Complementary color
Monochromatic Colors of #DD808C
Black with #DD808C
Text Example
Text Example
White with #DD808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD808C; }
p { color: rgb(221,128,140); }
H1.HeaderClassName
{
color: #DD808C;
}
.AnyTagClassName
{
color: #DD808C;
}
</style>
background-color css
<style>
a { background-color: #DD808C; }
a { background-color: rgb(221,128,140); }
div.DivClassName
{
background-color: #DD808C;
}
.BgClassName
{
background-color: #DD808C;
}
</style>
border-color css
<style>
span { border-color: #DD808C; }
span { border-color: rgb(221,128,140); }
td.TdClassName
{
border-color: #DD808C;
}
.TagClassName
{
border-color: #DD808C;
}
</style>