Shades of Kobi #D183AA
Tints of Kobi #D183AA
RGB
CMYK
RGB Variations
Color information
#D183AA (or 0xD183AA) is known color: Kobi. HEX triplet: D1, 83 and AA. RGB value is (209,131,170). Sum of RGB (Red+Green+Blue) = 209+131+170=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 131 (51.56% from 255 or 25.69% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 209 - color contains mainly: red. Hex color #D183AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D183AA is #2E7C55. Grayscale: #9E9E9E. Windows color (decimal): -3046486 or 11174865. OLE color: 11174865.
HSL color Cylindrical-coordinate representation of color #D183AA: hue angle of 330º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D183AA is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 131 | 170 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.18 |
| HSL | 330º | 0.46% | 0.67% | - |
| HSV(B) | 330º | 0.37% | 0.82% | - |
| XYZ | 41.67 | 32.69 | 42.14 | - |
| YUV | 158.77 | 134.34 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 131 | 170 | 0 | 0.37 | 0.19 | 0.18 | 330 | 0.46 | 0.67 |
| Hex | D1 | 83 | AA | 0 | 25 | 13 | 12 | 14A | 2E | 43 |
| Octal | 321 | 203 | 252 | 0 | 45 | 23 | 22 | 512 | 56 | 103 |
| Binary | 11010001 | 10000011 | 10101010 | 0 | 100101 | 10011 | 10010 | 101001010 | 101110 | 1000011 |
Color Harmonies of #D183AA
Complementary color
Monochromatic Colors of #D183AA
Black with #D183AA
Text Example
Text Example
White with #D183AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D183AA; }
p { color: rgb(209,131,170); }
H1.HeaderClassName
{
color: #D183AA;
}
.AnyTagClassName
{
color: #D183AA;
}
</style>
background-color css
<style>
a { background-color: #D183AA; }
a { background-color: rgb(209,131,170); }
div.DivClassName
{
background-color: #D183AA;
}
.BgClassName
{
background-color: #D183AA;
}
</style>
border-color css
<style>
span { border-color: #D183AA; }
span { border-color: rgb(209,131,170); }
td.TdClassName
{
border-color: #D183AA;
}
.TagClassName
{
border-color: #D183AA;
}
</style>