Shades of Carissma #DC809B
Tints of Carissma #DC809B
RGB
CMYK
RGB Variations
Color information
#DC809B (or 0xDC809B) is known color: Carissma. HEX triplet: DC, 80 and 9B. RGB value is (220,128,155). Sum of RGB (Red+Green+Blue) = 220+128+155=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 155 (60.94% from 255 or 30.82% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DC809B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC809B is #237F64. Grayscale: #9E9E9E. Windows color (decimal): -2326373 or 10191068. OLE color: 10191068.
HSL color Cylindrical-coordinate representation of color #DC809B: hue angle of 342.39º 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 #DC809B is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 155 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.14 |
| HSL | 342.39º | 0.57% | 0.68% | - |
| HSV(B) | 342.39º | 0.42% | 0.86% | - |
| XYZ | 43.15 | 33.02 | 35.11 | - |
| YUV | 158.59 | 125.98 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 155 | 0 | 0.42 | 0.30 | 0.14 | 342.39 | 0.57 | 0.68 |
| Hex | DC | 80 | 9B | 0 | 2A | 1E | E | 156 | 39 | 44 |
| Octal | 334 | 200 | 233 | 0 | 52 | 36 | 16 | 526 | 71 | 104 |
| Binary | 11011100 | 10000000 | 10011011 | 0 | 101010 | 11110 | 1110 | 101010110 | 111001 | 1000100 |
Color Harmonies of #DC809B
Complementary color
Monochromatic Colors of #DC809B
Black with #DC809B
Text Example
Text Example
White with #DC809B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC809B; }
p { color: rgb(220,128,155); }
H1.HeaderClassName
{
color: #DC809B;
}
.AnyTagClassName
{
color: #DC809B;
}
</style>
background-color css
<style>
a { background-color: #DC809B; }
a { background-color: rgb(220,128,155); }
div.DivClassName
{
background-color: #DC809B;
}
.BgClassName
{
background-color: #DC809B;
}
</style>
border-color css
<style>
span { border-color: #DC809B; }
span { border-color: rgb(220,128,155); }
td.TdClassName
{
border-color: #DC809B;
}
.TagClassName
{
border-color: #DC809B;
}
</style>