Shades of Kobi #DC9DB3
Tints of Kobi #DC9DB3
RGB
CMYK
RGB Variations
Color information
#DC9DB3 (or 0xDC9DB3) is known color: Kobi. HEX triplet: DC, 9D and B3. RGB value is (220,157,179). Sum of RGB (Red+Green+Blue) = 220+157+179=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 157 (61.72% from 255 or 28.24% from 556); Blue value is 179 (70.31% from 255 or 32.19% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9DB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9DB3 is #23624C. Grayscale: #B2B2B2. Windows color (decimal): -2318925 or 11771356. OLE color: 11771356.
HSL color Cylindrical-coordinate representation of color #DC9DB3: hue angle of 339.05º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DC9DB3 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 157 | 179 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.14 |
| HSL | 339.05º | 0.47% | 0.74% | - |
| HSV(B) | 339.05º | 0.29% | 0.86% | - |
| XYZ | 49.71 | 42.58 | 48.25 | - |
| YUV | 178.35 | 128.37 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 157 | 179 | 0 | 0.29 | 0.19 | 0.14 | 339.05 | 0.47 | 0.74 |
| Hex | DC | 9D | B3 | 0 | 1D | 13 | E | 153 | 2F | 4A |
| Octal | 334 | 235 | 263 | 0 | 35 | 23 | 16 | 523 | 57 | 112 |
| Binary | 11011100 | 10011101 | 10110011 | 0 | 11101 | 10011 | 1110 | 101010011 | 101111 | 1001010 |
Color Harmonies of #DC9DB3
Complementary color
Monochromatic Colors of #DC9DB3
Black with #DC9DB3
Text Example
Text Example
White with #DC9DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9DB3; }
p { color: rgb(220,157,179); }
H1.HeaderClassName
{
color: #DC9DB3;
}
.AnyTagClassName
{
color: #DC9DB3;
}
</style>
background-color css
<style>
a { background-color: #DC9DB3; }
a { background-color: rgb(220,157,179); }
div.DivClassName
{
background-color: #DC9DB3;
}
.BgClassName
{
background-color: #DC9DB3;
}
</style>
border-color css
<style>
span { border-color: #DC9DB3; }
span { border-color: rgb(220,157,179); }
td.TdClassName
{
border-color: #DC9DB3;
}
.TagClassName
{
border-color: #DC9DB3;
}
</style>