Shades of Kobi #DC9DB5
Tints of Kobi #DC9DB5
RGB
CMYK
RGB Variations
Color information
#DC9DB5 (or 0xDC9DB5) is known color: Kobi. HEX triplet: DC, 9D and B5. RGB value is (220,157,181). Sum of RGB (Red+Green+Blue) = 220+157+181=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 157 (61.72% from 255 or 28.14% from 558); Blue value is 181 (71.09% from 255 or 32.44% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9DB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9DB5 is #23624A. Grayscale: #B2B2B2. Windows color (decimal): -2318923 or 11902428. OLE color: 11902428.
HSL color Cylindrical-coordinate representation of color #DC9DB5: hue angle of 337.14º 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 #DC9DB5 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 157 | 181 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.14 |
| HSL | 337.14º | 0.47% | 0.74% | - |
| HSV(B) | 337.14º | 0.29% | 0.86% | - |
| XYZ | 49.91 | 42.67 | 49.32 | - |
| YUV | 178.57 | 129.37 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 157 | 181 | 0 | 0.29 | 0.18 | 0.14 | 337.14 | 0.47 | 0.74 |
| Hex | DC | 9D | B5 | 0 | 1D | 12 | E | 151 | 2F | 4A |
| Octal | 334 | 235 | 265 | 0 | 35 | 22 | 16 | 521 | 57 | 112 |
| Binary | 11011100 | 10011101 | 10110101 | 0 | 11101 | 10010 | 1110 | 101010001 | 101111 | 1001010 |
Color Harmonies of #DC9DB5
Complementary color
Monochromatic Colors of #DC9DB5
Black with #DC9DB5
Text Example
Text Example
White with #DC9DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9DB5; }
p { color: rgb(220,157,181); }
H1.HeaderClassName
{
color: #DC9DB5;
}
.AnyTagClassName
{
color: #DC9DB5;
}
</style>
background-color css
<style>
a { background-color: #DC9DB5; }
a { background-color: rgb(220,157,181); }
div.DivClassName
{
background-color: #DC9DB5;
}
.BgClassName
{
background-color: #DC9DB5;
}
</style>
border-color css
<style>
span { border-color: #DC9DB5; }
span { border-color: rgb(220,157,181); }
td.TdClassName
{
border-color: #DC9DB5;
}
.TagClassName
{
border-color: #DC9DB5;
}
</style>