Shades of Kobi #DC9FB5
Tints of Kobi #DC9FB5
RGB
CMYK
RGB Variations
Color information
#DC9FB5 (or 0xDC9FB5) is known color: Kobi. HEX triplet: DC, 9F and B5. RGB value is (220,159,181). Sum of RGB (Red+Green+Blue) = 220+159+181=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 181 (71.09% from 255 or 32.32% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9FB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9FB5 is #23604A. Grayscale: #B3B3B3. Windows color (decimal): -2318411 or 11902940. OLE color: 11902940.
HSL color Cylindrical-coordinate representation of color #DC9FB5: hue angle of 338.36º 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 #DC9FB5 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 159 | 181 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.14 |
| HSL | 338.36º | 0.47% | 0.74% | - |
| HSV(B) | 338.36º | 0.28% | 0.86% | - |
| XYZ | 50.25 | 43.35 | 49.43 | - |
| YUV | 179.75 | 128.71 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 181 | 0 | 0.28 | 0.18 | 0.14 | 338.36 | 0.47 | 0.74 |
| Hex | DC | 9F | B5 | 0 | 1C | 12 | E | 152 | 2F | 4A |
| Octal | 334 | 237 | 265 | 0 | 34 | 22 | 16 | 522 | 57 | 112 |
| Binary | 11011100 | 10011111 | 10110101 | 0 | 11100 | 10010 | 1110 | 101010010 | 101111 | 1001010 |
Color Harmonies of #DC9FB5
Complementary color
Monochromatic Colors of #DC9FB5
Black with #DC9FB5
Text Example
Text Example
White with #DC9FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9FB5; }
p { color: rgb(220,159,181); }
H1.HeaderClassName
{
color: #DC9FB5;
}
.AnyTagClassName
{
color: #DC9FB5;
}
</style>
background-color css
<style>
a { background-color: #DC9FB5; }
a { background-color: rgb(220,159,181); }
div.DivClassName
{
background-color: #DC9FB5;
}
.BgClassName
{
background-color: #DC9FB5;
}
</style>
border-color css
<style>
span { border-color: #DC9FB5; }
span { border-color: rgb(220,159,181); }
td.TdClassName
{
border-color: #DC9FB5;
}
.TagClassName
{
border-color: #DC9FB5;
}
</style>