Shades of Kobi #DC82AA
Tints of Kobi #DC82AA
RGB
CMYK
RGB Variations
Color information
#DC82AA (or 0xDC82AA) is known color: Kobi. HEX triplet: DC, 82 and AA. RGB value is (220,130,170). Sum of RGB (Red+Green+Blue) = 220+130+170=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 130 (51.17% from 255 or 25% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DC82AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC82AA is #237D55. Grayscale: #A1A1A1. Windows color (decimal): -2325846 or 11174620. OLE color: 11174620.
HSL color Cylindrical-coordinate representation of color #DC82AA: hue angle of 333.33º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC82AA is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 170 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.14 |
| HSL | 333.33º | 0.56% | 0.69% | - |
| HSV(B) | 333.33º | 0.41% | 0.86% | - |
| XYZ | 44.75 | 34.08 | 42.25 | - |
| YUV | 161.47 | 132.82 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 170 | 0 | 0.41 | 0.23 | 0.14 | 333.33 | 0.56 | 0.69 |
| Hex | DC | 82 | AA | 0 | 29 | 17 | E | 14D | 38 | 45 |
| Octal | 334 | 202 | 252 | 0 | 51 | 27 | 16 | 515 | 70 | 105 |
| Binary | 11011100 | 10000010 | 10101010 | 0 | 101001 | 10111 | 1110 | 101001101 | 111000 | 1000101 |
Color Harmonies of #DC82AA
Complementary color
Monochromatic Colors of #DC82AA
Black with #DC82AA
Text Example
Text Example
White with #DC82AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC82AA; }
p { color: rgb(220,130,170); }
H1.HeaderClassName
{
color: #DC82AA;
}
.AnyTagClassName
{
color: #DC82AA;
}
</style>
background-color css
<style>
a { background-color: #DC82AA; }
a { background-color: rgb(220,130,170); }
div.DivClassName
{
background-color: #DC82AA;
}
.BgClassName
{
background-color: #DC82AA;
}
</style>
border-color css
<style>
span { border-color: #DC82AA; }
span { border-color: rgb(220,130,170); }
td.TdClassName
{
border-color: #DC82AA;
}
.TagClassName
{
border-color: #DC82AA;
}
</style>