Shades of Kobi #DC93B3
Tints of Kobi #DC93B3
RGB
CMYK
RGB Variations
Color information
#DC93B3 (or 0xDC93B3) is known color: Kobi. HEX triplet: DC, 93 and B3. RGB value is (220,147,179). Sum of RGB (Red+Green+Blue) = 220+147+179=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 147 (57.81% from 255 or 26.92% from 546); Blue value is 179 (70.31% from 255 or 32.78% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DC93B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC93B3 is #236C4C. Grayscale: #ACACAC. Windows color (decimal): -2321485 or 11768796. OLE color: 11768796.
HSL color Cylindrical-coordinate representation of color #DC93B3: hue angle of 333.7º 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 #DC93B3 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 179 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.14 |
| HSL | 333.7º | 0.51% | 0.72% | - |
| HSV(B) | 333.7º | 0.33% | 0.86% | - |
| XYZ | 48.09 | 39.34 | 47.71 | - |
| YUV | 172.48 | 131.68 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 179 | 0 | 0.33 | 0.19 | 0.14 | 333.7 | 0.51 | 0.72 |
| Hex | DC | 93 | B3 | 0 | 21 | 13 | E | 14E | 33 | 48 |
| Octal | 334 | 223 | 263 | 0 | 41 | 23 | 16 | 516 | 63 | 110 |
| Binary | 11011100 | 10010011 | 10110011 | 0 | 100001 | 10011 | 1110 | 101001110 | 110011 | 1001000 |
Color Harmonies of #DC93B3
Complementary color
Monochromatic Colors of #DC93B3
Black with #DC93B3
Text Example
Text Example
White with #DC93B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC93B3; }
p { color: rgb(220,147,179); }
H1.HeaderClassName
{
color: #DC93B3;
}
.AnyTagClassName
{
color: #DC93B3;
}
</style>
background-color css
<style>
a { background-color: #DC93B3; }
a { background-color: rgb(220,147,179); }
div.DivClassName
{
background-color: #DC93B3;
}
.BgClassName
{
background-color: #DC93B3;
}
</style>
border-color css
<style>
span { border-color: #DC93B3; }
span { border-color: rgb(220,147,179); }
td.TdClassName
{
border-color: #DC93B3;
}
.TagClassName
{
border-color: #DC93B3;
}
</style>