Shades of Kobi #DC89B2
Tints of Kobi #DC89B2
RGB
CMYK
RGB Variations
Color information
#DC89B2 (or 0xDC89B2) is known color: Kobi. HEX triplet: DC, 89 and B2. RGB value is (220,137,178). Sum of RGB (Red+Green+Blue) = 220+137+178=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 137 (53.91% from 255 or 25.61% from 535); Blue value is 178 (69.92% from 255 or 33.27% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DC89B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC89B2 is #23764D. Grayscale: #A6A6A6. Windows color (decimal): -2324046 or 11700700. OLE color: 11700700.
HSL color Cylindrical-coordinate representation of color #DC89B2: hue angle of 330.36º 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 #DC89B2 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 178 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.14 |
| HSL | 330.36º | 0.54% | 0.7% | - |
| HSV(B) | 330.36º | 0.38% | 0.86% | - |
| XYZ | 46.5 | 36.32 | 46.68 | - |
| YUV | 166.49 | 134.5 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 178 | 0 | 0.38 | 0.19 | 0.14 | 330.36 | 0.54 | 0.7 |
| Hex | DC | 89 | B2 | 0 | 26 | 13 | E | 14A | 36 | 46 |
| Octal | 334 | 211 | 262 | 0 | 46 | 23 | 16 | 512 | 66 | 106 |
| Binary | 11011100 | 10001001 | 10110010 | 0 | 100110 | 10011 | 1110 | 101001010 | 110110 | 1000110 |
Color Harmonies of #DC89B2
Complementary color
Monochromatic Colors of #DC89B2
Black with #DC89B2
Text Example
Text Example
White with #DC89B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC89B2; }
p { color: rgb(220,137,178); }
H1.HeaderClassName
{
color: #DC89B2;
}
.AnyTagClassName
{
color: #DC89B2;
}
</style>
background-color css
<style>
a { background-color: #DC89B2; }
a { background-color: rgb(220,137,178); }
div.DivClassName
{
background-color: #DC89B2;
}
.BgClassName
{
background-color: #DC89B2;
}
</style>
border-color css
<style>
span { border-color: #DC89B2; }
span { border-color: rgb(220,137,178); }
td.TdClassName
{
border-color: #DC89B2;
}
.TagClassName
{
border-color: #DC89B2;
}
</style>