Shades of Kobi #D293AA
Tints of Kobi #D293AA
RGB
CMYK
RGB Variations
Color information
#D293AA (or 0xD293AA) is known color: Kobi. HEX triplet: D2, 93 and AA. RGB value is (210,147,170). Sum of RGB (Red+Green+Blue) = 210+147+170=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 210 - color contains mainly: red. Hex color #D293AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D293AA is #2D6C55. Grayscale: #A8A8A8. Windows color (decimal): -2976854 or 11178962. OLE color: 11178962.
HSL color Cylindrical-coordinate representation of color #D293AA: hue angle of 338.1º 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 #D293AA is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 147 | 170 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.18 |
| HSL | 338.1º | 0.41% | 0.7% | - |
| HSV(B) | 338.1º | 0.3% | 0.82% | - |
| XYZ | 44.27 | 37.47 | 42.93 | - |
| YUV | 168.46 | 128.87 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 147 | 170 | 0 | 0.30 | 0.19 | 0.18 | 338.1 | 0.41 | 0.7 |
| Hex | D2 | 93 | AA | 0 | 1E | 13 | 12 | 152 | 29 | 46 |
| Octal | 322 | 223 | 252 | 0 | 36 | 23 | 22 | 522 | 51 | 106 |
| Binary | 11010010 | 10010011 | 10101010 | 0 | 11110 | 10011 | 10010 | 101010010 | 101001 | 1000110 |
Color Harmonies of #D293AA
Complementary color
Monochromatic Colors of #D293AA
Black with #D293AA
Text Example
Text Example
White with #D293AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D293AA; }
p { color: rgb(210,147,170); }
H1.HeaderClassName
{
color: #D293AA;
}
.AnyTagClassName
{
color: #D293AA;
}
</style>
background-color css
<style>
a { background-color: #D293AA; }
a { background-color: rgb(210,147,170); }
div.DivClassName
{
background-color: #D293AA;
}
.BgClassName
{
background-color: #D293AA;
}
</style>
border-color css
<style>
span { border-color: #D293AA; }
span { border-color: rgb(210,147,170); }
td.TdClassName
{
border-color: #D293AA;
}
.TagClassName
{
border-color: #D293AA;
}
</style>