Shades of Kobi #D293A8
Tints of Kobi #D293A8
RGB
CMYK
RGB Variations
Color information
#D293A8 (or 0xD293A8) is known color: Kobi. HEX triplet: D2, 93 and A8. RGB value is (210,147,168). Sum of RGB (Red+Green+Blue) = 210+147+168=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 147 (57.81% from 255 or 28% from 525); Blue value is 168 (66.02% from 255 or 32% from 525); Max value from RGB is 210 - color contains mainly: red. Hex color #D293A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D293A8 is #2D6C57. Grayscale: #A8A8A8. Windows color (decimal): -2976856 or 11047890. OLE color: 11047890.
HSL color Cylindrical-coordinate representation of color #D293A8: hue angle of 340º 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 #D293A8 is Cyan = 0, Magento = 0.30, Yellow = 0.2 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 147 | 168 | - |
| CMYK | 0 | 0.30 | 0.2 | 0.18 |
| HSL | 340º | 0.41% | 0.7% | - |
| HSV(B) | 340º | 0.3% | 0.82% | - |
| XYZ | 44.08 | 37.4 | 41.94 | - |
| YUV | 168.23 | 127.87 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 147 | 168 | 0 | 0.30 | 0.2 | 0.18 | 340 | 0.41 | 0.7 |
| Hex | D2 | 93 | A8 | 0 | 1E | 14 | 12 | 154 | 29 | 46 |
| Octal | 322 | 223 | 250 | 0 | 36 | 24 | 22 | 524 | 51 | 106 |
| Binary | 11010010 | 10010011 | 10101000 | 0 | 11110 | 10100 | 10010 | 101010100 | 101001 | 1000110 |
Color Harmonies of #D293A8
Complementary color
Monochromatic Colors of #D293A8
Black with #D293A8
Text Example
Text Example
White with #D293A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D293A8; }
p { color: rgb(210,147,168); }
H1.HeaderClassName
{
color: #D293A8;
}
.AnyTagClassName
{
color: #D293A8;
}
</style>
background-color css
<style>
a { background-color: #D293A8; }
a { background-color: rgb(210,147,168); }
div.DivClassName
{
background-color: #D293A8;
}
.BgClassName
{
background-color: #D293A8;
}
</style>
border-color css
<style>
span { border-color: #D293A8; }
span { border-color: rgb(210,147,168); }
td.TdClassName
{
border-color: #D293A8;
}
.TagClassName
{
border-color: #D293A8;
}
</style>