Shades of Kobi #DC93B2
Tints of Kobi #DC93B2
RGB
CMYK
RGB Variations
Color information
#DC93B2 (or 0xDC93B2) is known color: Kobi. HEX triplet: DC, 93 and B2. RGB value is (220,147,178). Sum of RGB (Red+Green+Blue) = 220+147+178=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 147 (57.81% from 255 or 26.97% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DC93B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC93B2 is #236C4D. Grayscale: #ACACAC. Windows color (decimal): -2321486 or 11703260. OLE color: 11703260.
HSL color Cylindrical-coordinate representation of color #DC93B2: hue angle of 334.52º degrees, saturation: 0.51, 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 #DC93B2 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 178 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.14 |
| HSL | 334.52º | 0.51% | 0.72% | - |
| HSV(B) | 334.52º | 0.33% | 0.86% | - |
| XYZ | 47.98 | 39.3 | 47.18 | - |
| YUV | 172.36 | 131.18 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 178 | 0 | 0.33 | 0.19 | 0.14 | 334.52 | 0.51 | 0.72 |
| Hex | DC | 93 | B2 | 0 | 21 | 13 | E | 14F | 33 | 48 |
| Octal | 334 | 223 | 262 | 0 | 41 | 23 | 16 | 517 | 63 | 110 |
| Binary | 11011100 | 10010011 | 10110010 | 0 | 100001 | 10011 | 1110 | 101001111 | 110011 | 1001000 |
Color Harmonies of #DC93B2
Complementary color
Monochromatic Colors of #DC93B2
Black with #DC93B2
Text Example
Text Example
White with #DC93B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC93B2; }
p { color: rgb(220,147,178); }
H1.HeaderClassName
{
color: #DC93B2;
}
.AnyTagClassName
{
color: #DC93B2;
}
</style>
background-color css
<style>
a { background-color: #DC93B2; }
a { background-color: rgb(220,147,178); }
div.DivClassName
{
background-color: #DC93B2;
}
.BgClassName
{
background-color: #DC93B2;
}
</style>
border-color css
<style>
span { border-color: #DC93B2; }
span { border-color: rgb(220,147,178); }
td.TdClassName
{
border-color: #DC93B2;
}
.TagClassName
{
border-color: #DC93B2;
}
</style>