Shades of Kobi #DC9FB2
Tints of Kobi #DC9FB2
RGB
CMYK
RGB Variations
Color information
#DC9FB2 (or 0xDC9FB2) is known color: Kobi. HEX triplet: DC, 9F and B2. RGB value is (220,159,178). Sum of RGB (Red+Green+Blue) = 220+159+178=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 159 (62.5% from 255 or 28.55% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9FB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9FB2 is #23604D. Grayscale: #B3B3B3. Windows color (decimal): -2318414 or 11706332. OLE color: 11706332.
HSL color Cylindrical-coordinate representation of color #DC9FB2: hue angle of 341.31º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DC9FB2 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 159 | 178 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.14 |
| HSL | 341.31º | 0.47% | 0.74% | - |
| HSV(B) | 341.31º | 0.28% | 0.86% | - |
| XYZ | 49.95 | 43.23 | 47.83 | - |
| YUV | 179.41 | 127.21 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 178 | 0 | 0.28 | 0.19 | 0.14 | 341.31 | 0.47 | 0.74 |
| Hex | DC | 9F | B2 | 0 | 1C | 13 | E | 155 | 2F | 4A |
| Octal | 334 | 237 | 262 | 0 | 34 | 23 | 16 | 525 | 57 | 112 |
| Binary | 11011100 | 10011111 | 10110010 | 0 | 11100 | 10011 | 1110 | 101010101 | 101111 | 1001010 |
Color Harmonies of #DC9FB2
Complementary color
Monochromatic Colors of #DC9FB2
Black with #DC9FB2
Text Example
Text Example
White with #DC9FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9FB2; }
p { color: rgb(220,159,178); }
H1.HeaderClassName
{
color: #DC9FB2;
}
.AnyTagClassName
{
color: #DC9FB2;
}
</style>
background-color css
<style>
a { background-color: #DC9FB2; }
a { background-color: rgb(220,159,178); }
div.DivClassName
{
background-color: #DC9FB2;
}
.BgClassName
{
background-color: #DC9FB2;
}
</style>
border-color css
<style>
span { border-color: #DC9FB2; }
span { border-color: rgb(220,159,178); }
td.TdClassName
{
border-color: #DC9FB2;
}
.TagClassName
{
border-color: #DC9FB2;
}
</style>