Shades of Kobi #D293AB
Tints of Kobi #D293AB
RGB
CMYK
RGB Variations
Color information
#D293AB (or 0xD293AB) is known color: Kobi. HEX triplet: D2, 93 and AB. RGB value is (210,147,171). Sum of RGB (Red+Green+Blue) = 210+147+171=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 147 (57.81% from 255 or 27.84% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 210 - color contains mainly: red. Hex color #D293AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D293AB is #2D6C54. Grayscale: #A8A8A8. Windows color (decimal): -2976853 or 11244498. OLE color: 11244498.
HSL color Cylindrical-coordinate representation of color #D293AB: hue angle of 337.14º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D293AB is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 147 | 171 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.18 |
| HSL | 337.14º | 0.41% | 0.7% | - |
| HSV(B) | 337.14º | 0.3% | 0.82% | - |
| XYZ | 44.36 | 37.51 | 43.43 | - |
| YUV | 168.57 | 129.37 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 147 | 171 | 0 | 0.30 | 0.19 | 0.18 | 337.14 | 0.41 | 0.7 |
| Hex | D2 | 93 | AB | 0 | 1E | 13 | 12 | 151 | 29 | 46 |
| Octal | 322 | 223 | 253 | 0 | 36 | 23 | 22 | 521 | 51 | 106 |
| Binary | 11010010 | 10010011 | 10101011 | 0 | 11110 | 10011 | 10010 | 101010001 | 101001 | 1000110 |
Color Harmonies of #D293AB
Complementary color
Monochromatic Colors of #D293AB
Black with #D293AB
Text Example
Text Example
White with #D293AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D293AB; }
p { color: rgb(210,147,171); }
H1.HeaderClassName
{
color: #D293AB;
}
.AnyTagClassName
{
color: #D293AB;
}
</style>
background-color css
<style>
a { background-color: #D293AB; }
a { background-color: rgb(210,147,171); }
div.DivClassName
{
background-color: #D293AB;
}
.BgClassName
{
background-color: #D293AB;
}
</style>
border-color css
<style>
span { border-color: #D293AB; }
span { border-color: rgb(210,147,171); }
td.TdClassName
{
border-color: #D293AB;
}
.TagClassName
{
border-color: #D293AB;
}
</style>