Shades of Kobi #DA93A7
Tints of Kobi #DA93A7
RGB
CMYK
RGB Variations
Color information
#DA93A7 (or 0xDA93A7) is known color: Kobi. HEX triplet: DA, 93 and A7. RGB value is (218,147,167). Sum of RGB (Red+Green+Blue) = 218+147+167=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 167 (65.62% from 255 or 31.39% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DA93A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA93A7 is #256C58. Grayscale: #AAAAAA. Windows color (decimal): -2452569 or 10982362. OLE color: 10982362.
HSL color Cylindrical-coordinate representation of color #DA93A7: hue angle of 343.1º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DA93A7 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 147 | 167 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.15 |
| HSL | 343.1º | 0.49% | 0.72% | - |
| HSV(B) | 343.1º | 0.33% | 0.85% | - |
| XYZ | 46.32 | 38.56 | 41.56 | - |
| YUV | 170.51 | 126.02 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 147 | 167 | 0 | 0.33 | 0.23 | 0.15 | 343.1 | 0.49 | 0.72 |
| Hex | DA | 93 | A7 | 0 | 21 | 17 | F | 157 | 31 | 48 |
| Octal | 332 | 223 | 247 | 0 | 41 | 27 | 17 | 527 | 61 | 110 |
| Binary | 11011010 | 10010011 | 10100111 | 0 | 100001 | 10111 | 1111 | 101010111 | 110001 | 1001000 |
Color Harmonies of #DA93A7
Complementary color
Monochromatic Colors of #DA93A7
Black with #DA93A7
Text Example
Text Example
White with #DA93A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA93A7; }
p { color: rgb(218,147,167); }
H1.HeaderClassName
{
color: #DA93A7;
}
.AnyTagClassName
{
color: #DA93A7;
}
</style>
background-color css
<style>
a { background-color: #DA93A7; }
a { background-color: rgb(218,147,167); }
div.DivClassName
{
background-color: #DA93A7;
}
.BgClassName
{
background-color: #DA93A7;
}
</style>
border-color css
<style>
span { border-color: #DA93A7; }
span { border-color: rgb(218,147,167); }
td.TdClassName
{
border-color: #DA93A7;
}
.TagClassName
{
border-color: #DA93A7;
}
</style>