Shades of Kobi #DC89B3
Tints of Kobi #DC89B3
RGB
CMYK
RGB Variations
Color information
#DC89B3 (or 0xDC89B3) is known color: Kobi. HEX triplet: DC, 89 and B3. RGB value is (220,137,179). Sum of RGB (Red+Green+Blue) = 220+137+179=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 137 (53.91% from 255 or 25.56% from 536); Blue value is 179 (70.31% from 255 or 33.40% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DC89B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC89B3 is #23764C. Grayscale: #A6A6A6. Windows color (decimal): -2324045 or 11766236. OLE color: 11766236.
HSL color Cylindrical-coordinate representation of color #DC89B3: hue angle of 329.64º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC89B3 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 179 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.14 |
| HSL | 329.64º | 0.54% | 0.7% | - |
| HSV(B) | 329.64º | 0.38% | 0.86% | - |
| XYZ | 46.6 | 36.36 | 47.21 | - |
| YUV | 166.61 | 135 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 179 | 0 | 0.38 | 0.19 | 0.14 | 329.64 | 0.54 | 0.7 |
| Hex | DC | 89 | B3 | 0 | 26 | 13 | E | 14A | 36 | 46 |
| Octal | 334 | 211 | 263 | 0 | 46 | 23 | 16 | 512 | 66 | 106 |
| Binary | 11011100 | 10001001 | 10110011 | 0 | 100110 | 10011 | 1110 | 101001010 | 110110 | 1000110 |
Color Harmonies of #DC89B3
Complementary color
Monochromatic Colors of #DC89B3
Black with #DC89B3
Text Example
Text Example
White with #DC89B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC89B3; }
p { color: rgb(220,137,179); }
H1.HeaderClassName
{
color: #DC89B3;
}
.AnyTagClassName
{
color: #DC89B3;
}
</style>
background-color css
<style>
a { background-color: #DC89B3; }
a { background-color: rgb(220,137,179); }
div.DivClassName
{
background-color: #DC89B3;
}
.BgClassName
{
background-color: #DC89B3;
}
</style>
border-color css
<style>
span { border-color: #DC89B3; }
span { border-color: rgb(220,137,179); }
td.TdClassName
{
border-color: #DC89B3;
}
.TagClassName
{
border-color: #DC89B3;
}
</style>