Shades of Carissma #DC819B
Tints of Carissma #DC819B
RGB
CMYK
RGB Variations
Color information
#DC819B (or 0xDC819B) is known color: Carissma. HEX triplet: DC, 81 and 9B. RGB value is (220,129,155). Sum of RGB (Red+Green+Blue) = 220+129+155=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 129 (50.78% from 255 or 25.60% from 504); Blue value is 155 (60.94% from 255 or 30.75% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DC819B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC819B is #237E64. Grayscale: #9F9F9F. Windows color (decimal): -2326117 or 10191324. OLE color: 10191324.
HSL color Cylindrical-coordinate representation of color #DC819B: hue angle of 342.86º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC819B is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 129 | 155 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.14 |
| HSL | 342.86º | 0.57% | 0.68% | - |
| HSV(B) | 342.86º | 0.41% | 0.86% | - |
| XYZ | 43.28 | 33.28 | 35.15 | - |
| YUV | 159.17 | 125.65 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 129 | 155 | 0 | 0.41 | 0.30 | 0.14 | 342.86 | 0.57 | 0.68 |
| Hex | DC | 81 | 9B | 0 | 29 | 1E | E | 157 | 39 | 44 |
| Octal | 334 | 201 | 233 | 0 | 51 | 36 | 16 | 527 | 71 | 104 |
| Binary | 11011100 | 10000001 | 10011011 | 0 | 101001 | 11110 | 1110 | 101010111 | 111001 | 1000100 |
Color Harmonies of #DC819B
Complementary color
Monochromatic Colors of #DC819B
Black with #DC819B
Text Example
Text Example
White with #DC819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC819B; }
p { color: rgb(220,129,155); }
H1.HeaderClassName
{
color: #DC819B;
}
.AnyTagClassName
{
color: #DC819B;
}
</style>
background-color css
<style>
a { background-color: #DC819B; }
a { background-color: rgb(220,129,155); }
div.DivClassName
{
background-color: #DC819B;
}
.BgClassName
{
background-color: #DC819B;
}
</style>
border-color css
<style>
span { border-color: #DC819B; }
span { border-color: rgb(220,129,155); }
td.TdClassName
{
border-color: #DC819B;
}
.TagClassName
{
border-color: #DC819B;
}
</style>