Shades of Kobi #D193AA
Tints of Kobi #D193AA
RGB
CMYK
RGB Variations
Color information
#D193AA (or 0xD193AA) is known color: Kobi. HEX triplet: D1, 93 and AA. RGB value is (209,147,170). Sum of RGB (Red+Green+Blue) = 209+147+170=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 147 (57.81% from 255 or 27.95% from 526); Blue value is 170 (66.80% from 255 or 32.32% from 526); Max value from RGB is 209 - color contains mainly: red. Hex color #D193AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D193AA is #2E6C55. Grayscale: #A8A8A8. Windows color (decimal): -3042390 or 11178961. OLE color: 11178961.
HSL color Cylindrical-coordinate representation of color #D193AA: hue angle of 337.74º degrees, saturation: 0.4, 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 #D193AA is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 147 | 170 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.18 |
| HSL | 337.74º | 0.4% | 0.7% | - |
| HSV(B) | 337.74º | 0.3% | 0.82% | - |
| XYZ | 43.98 | 37.33 | 42.92 | - |
| YUV | 168.16 | 129.04 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 147 | 170 | 0 | 0.30 | 0.19 | 0.18 | 337.74 | 0.4 | 0.7 |
| Hex | D1 | 93 | AA | 0 | 1E | 13 | 12 | 152 | 28 | 46 |
| Octal | 321 | 223 | 252 | 0 | 36 | 23 | 22 | 522 | 50 | 106 |
| Binary | 11010001 | 10010011 | 10101010 | 0 | 11110 | 10011 | 10010 | 101010010 | 101000 | 1000110 |
Color Harmonies of #D193AA
Complementary color
Monochromatic Colors of #D193AA
Black with #D193AA
Text Example
Text Example
White with #D193AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D193AA; }
p { color: rgb(209,147,170); }
H1.HeaderClassName
{
color: #D193AA;
}
.AnyTagClassName
{
color: #D193AA;
}
</style>
background-color css
<style>
a { background-color: #D193AA; }
a { background-color: rgb(209,147,170); }
div.DivClassName
{
background-color: #D193AA;
}
.BgClassName
{
background-color: #D193AA;
}
</style>
border-color css
<style>
span { border-color: #D193AA; }
span { border-color: rgb(209,147,170); }
td.TdClassName
{
border-color: #D193AA;
}
.TagClassName
{
border-color: #D193AA;
}
</style>