Shades of Kobi #DC9FB3
Tints of Kobi #DC9FB3
RGB
CMYK
RGB Variations
Color information
#DC9FB3 (or 0xDC9FB3) is known color: Kobi. HEX triplet: DC, 9F and B3. RGB value is (220,159,179). Sum of RGB (Red+Green+Blue) = 220+159+179=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 159 (62.5% from 255 or 28.49% from 558); Blue value is 179 (70.31% from 255 or 32.08% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9FB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9FB3 is #23604C. Grayscale: #B3B3B3. Windows color (decimal): -2318413 or 11771868. OLE color: 11771868.
HSL color Cylindrical-coordinate representation of color #DC9FB3: hue angle of 340.33º 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 #DC9FB3 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 159 | 179 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.14 |
| HSL | 340.33º | 0.47% | 0.74% | - |
| HSV(B) | 340.33º | 0.28% | 0.86% | - |
| XYZ | 50.05 | 43.27 | 48.36 | - |
| YUV | 179.52 | 127.71 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 179 | 0 | 0.28 | 0.19 | 0.14 | 340.33 | 0.47 | 0.74 |
| Hex | DC | 9F | B3 | 0 | 1C | 13 | E | 154 | 2F | 4A |
| Octal | 334 | 237 | 263 | 0 | 34 | 23 | 16 | 524 | 57 | 112 |
| Binary | 11011100 | 10011111 | 10110011 | 0 | 11100 | 10011 | 1110 | 101010100 | 101111 | 1001010 |
Color Harmonies of #DC9FB3
Complementary color
Monochromatic Colors of #DC9FB3
Black with #DC9FB3
Text Example
Text Example
White with #DC9FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9FB3; }
p { color: rgb(220,159,179); }
H1.HeaderClassName
{
color: #DC9FB3;
}
.AnyTagClassName
{
color: #DC9FB3;
}
</style>
background-color css
<style>
a { background-color: #DC9FB3; }
a { background-color: rgb(220,159,179); }
div.DivClassName
{
background-color: #DC9FB3;
}
.BgClassName
{
background-color: #DC9FB3;
}
</style>
border-color css
<style>
span { border-color: #DC9FB3; }
span { border-color: rgb(220,159,179); }
td.TdClassName
{
border-color: #DC9FB3;
}
.TagClassName
{
border-color: #DC9FB3;
}
</style>