Shades of Kobi #DC93B0
Tints of Kobi #DC93B0
RGB
CMYK
RGB Variations
Color information
#DC93B0 (or 0xDC93B0) is known color: Kobi. HEX triplet: DC, 93 and B0. RGB value is (220,147,176). Sum of RGB (Red+Green+Blue) = 220+147+176=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 147 (57.81% from 255 or 27.07% from 543); Blue value is 176 (69.14% from 255 or 32.41% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DC93B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC93B0 is #236C4F. Grayscale: #ACACAC. Windows color (decimal): -2321488 or 11572188. OLE color: 11572188.
HSL color Cylindrical-coordinate representation of color #DC93B0: hue angle of 336.16º 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 #DC93B0 is Cyan = 0, Magento = 0.33, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 147 | 176 | - |
CMYK | 0 | 0.33 | 0.2 | 0.14 |
HSL | 336.16º | 0.51% | 0.72% | - |
HSV(B) | 336.16º | 0.33% | 0.86% | - |
XYZ | 47.79 | 39.22 | 46.13 | - |
YUV | 172.13 | 130.18 | 162.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 147 | 176 | 0 | 0.33 | 0.2 | 0.14 | 336.16 | 0.51 | 0.72 |
Hex | DC | 93 | B0 | 0 | 21 | 14 | E | 150 | 33 | 48 |
Octal | 334 | 223 | 260 | 0 | 41 | 24 | 16 | 520 | 63 | 110 |
Binary | 11011100 | 10010011 | 10110000 | 0 | 100001 | 10100 | 1110 | 101010000 | 110011 | 1001000 |
Color Harmonies of #DC93B0
Complementary color
Monochromatic Colors of #DC93B0
Black with #DC93B0
Text Example
Text Example
White with #DC93B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC93B0; }
p { color: rgb(220,147,176); }
H1.HeaderClassName
{
color: #DC93B0;
}
.AnyTagClassName
{
color: #DC93B0;
}
</style>
background-color css
<style>
a { background-color: #DC93B0; }
a { background-color: rgb(220,147,176); }
div.DivClassName
{
background-color: #DC93B0;
}
.BgClassName
{
background-color: #DC93B0;
}
</style>
border-color css
<style>
span { border-color: #DC93B0; }
span { border-color: rgb(220,147,176); }
td.TdClassName
{
border-color: #DC93B0;
}
.TagClassName
{
border-color: #DC93B0;
}
</style>