Shades of Carissma #DC809D
Tints of Carissma #DC809D
RGB
CMYK
RGB Variations
Color information
#DC809D (or 0xDC809D) is known color: Carissma. HEX triplet: DC, 80 and 9D. RGB value is (220,128,157). Sum of RGB (Red+Green+Blue) = 220+128+157=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 128 (50.39% from 255 or 25.35% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DC809D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC809D is #237F62. Grayscale: #9E9E9E. Windows color (decimal): -2326371 or 10322140. OLE color: 10322140.
HSL color Cylindrical-coordinate representation of color #DC809D: hue angle of 341.09º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC809D is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 157 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.14 |
| HSL | 341.09º | 0.57% | 0.68% | - |
| HSV(B) | 341.09º | 0.42% | 0.86% | - |
| XYZ | 43.32 | 33.09 | 36 | - |
| YUV | 158.81 | 126.98 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 157 | 0 | 0.42 | 0.29 | 0.14 | 341.09 | 0.57 | 0.68 |
| Hex | DC | 80 | 9D | 0 | 2A | 1D | E | 155 | 39 | 44 |
| Octal | 334 | 200 | 235 | 0 | 52 | 35 | 16 | 525 | 71 | 104 |
| Binary | 11011100 | 10000000 | 10011101 | 0 | 101010 | 11101 | 1110 | 101010101 | 111001 | 1000100 |
Color Harmonies of #DC809D
Complementary color
Monochromatic Colors of #DC809D
Black with #DC809D
Text Example
Text Example
White with #DC809D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC809D; }
p { color: rgb(220,128,157); }
H1.HeaderClassName
{
color: #DC809D;
}
.AnyTagClassName
{
color: #DC809D;
}
</style>
background-color css
<style>
a { background-color: #DC809D; }
a { background-color: rgb(220,128,157); }
div.DivClassName
{
background-color: #DC809D;
}
.BgClassName
{
background-color: #DC809D;
}
</style>
border-color css
<style>
span { border-color: #DC809D; }
span { border-color: rgb(220,128,157); }
td.TdClassName
{
border-color: #DC809D;
}
.TagClassName
{
border-color: #DC809D;
}
</style>