Shades of Kobi #DB93B4
Tints of Kobi #DB93B4
RGB
CMYK
RGB Variations
Color information
#DB93B4 (or 0xDB93B4) is known color: Kobi. HEX triplet: DB, 93 and B4. RGB value is (219,147,180). Sum of RGB (Red+Green+Blue) = 219+147+180=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 147 (57.81% from 255 or 26.92% from 546); Blue value is 180 (70.70% from 255 or 32.97% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DB93B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB93B4 is #246C4B. Grayscale: #ACACAC. Windows color (decimal): -2387020 or 11834331. OLE color: 11834331.
HSL color Cylindrical-coordinate representation of color #DB93B4: hue angle of 332.5º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB93B4 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 180 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.14 |
| HSL | 332.5º | 0.5% | 0.72% | - |
| HSV(B) | 332.5º | 0.33% | 0.86% | - |
| XYZ | 47.89 | 39.22 | 48.23 | - |
| YUV | 172.29 | 132.35 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 180 | 0 | 0.33 | 0.18 | 0.14 | 332.5 | 0.5 | 0.72 |
| Hex | DB | 93 | B4 | 0 | 21 | 12 | E | 14C | 32 | 48 |
| Octal | 333 | 223 | 264 | 0 | 41 | 22 | 16 | 514 | 62 | 110 |
| Binary | 11011011 | 10010011 | 10110100 | 0 | 100001 | 10010 | 1110 | 101001100 | 110010 | 1001000 |
Color Harmonies of #DB93B4
Complementary color
Monochromatic Colors of #DB93B4
Black with #DB93B4
Text Example
Text Example
White with #DB93B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB93B4; }
p { color: rgb(219,147,180); }
H1.HeaderClassName
{
color: #DB93B4;
}
.AnyTagClassName
{
color: #DB93B4;
}
</style>
background-color css
<style>
a { background-color: #DB93B4; }
a { background-color: rgb(219,147,180); }
div.DivClassName
{
background-color: #DB93B4;
}
.BgClassName
{
background-color: #DB93B4;
}
</style>
border-color css
<style>
span { border-color: #DB93B4; }
span { border-color: rgb(219,147,180); }
td.TdClassName
{
border-color: #DB93B4;
}
.TagClassName
{
border-color: #DB93B4;
}
</style>