Shades of Kobi #D093A8
Tints of Kobi #D093A8
RGB
CMYK
RGB Variations
Color information
#D093A8 (or 0xD093A8) is known color: Kobi. HEX triplet: D0, 93 and A8. RGB value is (208,147,168). Sum of RGB (Red+Green+Blue) = 208+147+168=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 147 (57.81% from 255 or 28.11% from 523); Blue value is 168 (66.02% from 255 or 32.12% from 523); Max value from RGB is 208 - color contains mainly: red. Hex color #D093A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D093A8 is #2F6C57. Grayscale: #A7A7A7. Windows color (decimal): -3107928 or 11047888. OLE color: 11047888.
HSL color Cylindrical-coordinate representation of color #D093A8: hue angle of 339.34º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D093A8 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 147 | 168 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.18 |
| HSL | 339.34º | 0.39% | 0.7% | - |
| HSV(B) | 339.34º | 0.29% | 0.82% | - |
| XYZ | 43.51 | 37.1 | 41.91 | - |
| YUV | 167.63 | 128.21 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 147 | 168 | 0 | 0.29 | 0.19 | 0.18 | 339.34 | 0.39 | 0.7 |
| Hex | D0 | 93 | A8 | 0 | 1D | 13 | 12 | 153 | 27 | 46 |
| Octal | 320 | 223 | 250 | 0 | 35 | 23 | 22 | 523 | 47 | 106 |
| Binary | 11010000 | 10010011 | 10101000 | 0 | 11101 | 10011 | 10010 | 101010011 | 100111 | 1000110 |
Color Harmonies of #D093A8
Complementary color
Monochromatic Colors of #D093A8
Black with #D093A8
Text Example
Text Example
White with #D093A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D093A8; }
p { color: rgb(208,147,168); }
H1.HeaderClassName
{
color: #D093A8;
}
.AnyTagClassName
{
color: #D093A8;
}
</style>
background-color css
<style>
a { background-color: #D093A8; }
a { background-color: rgb(208,147,168); }
div.DivClassName
{
background-color: #D093A8;
}
.BgClassName
{
background-color: #D093A8;
}
</style>
border-color css
<style>
span { border-color: #D093A8; }
span { border-color: rgb(208,147,168); }
td.TdClassName
{
border-color: #D093A8;
}
.TagClassName
{
border-color: #D093A8;
}
</style>