Shades of Kobi #DC83AA
Tints of Kobi #DC83AA
RGB
CMYK
RGB Variations
Color information
#DC83AA (or 0xDC83AA) is known color: Kobi. HEX triplet: DC, 83 and AA. RGB value is (220,131,170). Sum of RGB (Red+Green+Blue) = 220+131+170=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 131 (51.56% from 255 or 25.14% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC83AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC83AA is #237C55. Grayscale: #A1A1A1. Windows color (decimal): -2325590 or 11174876. OLE color: 11174876.
HSL color Cylindrical-coordinate representation of color #DC83AA: hue angle of 333.71º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC83AA is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 131 | 170 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.14 |
| HSL | 333.71º | 0.56% | 0.69% | - |
| HSV(B) | 333.71º | 0.4% | 0.86% | - |
| XYZ | 44.89 | 34.35 | 42.29 | - |
| YUV | 162.06 | 132.49 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 170 | 0 | 0.40 | 0.23 | 0.14 | 333.71 | 0.56 | 0.69 |
| Hex | DC | 83 | AA | 0 | 28 | 17 | E | 14E | 38 | 45 |
| Octal | 334 | 203 | 252 | 0 | 50 | 27 | 16 | 516 | 70 | 105 |
| Binary | 11011100 | 10000011 | 10101010 | 0 | 101000 | 10111 | 1110 | 101001110 | 111000 | 1000101 |
Color Harmonies of #DC83AA
Complementary color
Monochromatic Colors of #DC83AA
Black with #DC83AA
Text Example
Text Example
White with #DC83AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC83AA; }
p { color: rgb(220,131,170); }
H1.HeaderClassName
{
color: #DC83AA;
}
.AnyTagClassName
{
color: #DC83AA;
}
</style>
background-color css
<style>
a { background-color: #DC83AA; }
a { background-color: rgb(220,131,170); }
div.DivClassName
{
background-color: #DC83AA;
}
.BgClassName
{
background-color: #DC83AA;
}
</style>
border-color css
<style>
span { border-color: #DC83AA; }
span { border-color: rgb(220,131,170); }
td.TdClassName
{
border-color: #DC83AA;
}
.TagClassName
{
border-color: #DC83AA;
}
</style>