Shades of Kobi #D9A2B3
Tints of Kobi #D9A2B3
RGB
CMYK
RGB Variations
Color information
#D9A2B3 (or 0xD9A2B3) is known color: Kobi. HEX triplet: D9, A2 and B3. RGB value is (217,162,179). Sum of RGB (Red+Green+Blue) = 217+162+179=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 162 (63.67% from 255 or 29.03% from 558); Blue value is 179 (70.31% from 255 or 32.08% from 558); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A2B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A2B3 is #265D4C. Grayscale: #B4B4B4. Windows color (decimal): -2514253 or 11772633. OLE color: 11772633.
HSL color Cylindrical-coordinate representation of color #D9A2B3: hue angle of 341.45º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D9A2B3 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 162 | 179 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.15 |
| HSL | 341.45º | 0.42% | 0.74% | - |
| HSV(B) | 341.45º | 0.25% | 0.85% | - |
| XYZ | 49.67 | 43.85 | 48.49 | - |
| YUV | 180.38 | 127.22 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 162 | 179 | 0 | 0.25 | 0.18 | 0.15 | 341.45 | 0.42 | 0.74 |
| Hex | D9 | A2 | B3 | 0 | 19 | 12 | F | 155 | 2A | 4A |
| Octal | 331 | 242 | 263 | 0 | 31 | 22 | 17 | 525 | 52 | 112 |
| Binary | 11011001 | 10100010 | 10110011 | 0 | 11001 | 10010 | 1111 | 101010101 | 101010 | 1001010 |
Color Harmonies of #D9A2B3
Complementary color
Monochromatic Colors of #D9A2B3
Black with #D9A2B3
Text Example
Text Example
White with #D9A2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A2B3; }
p { color: rgb(217,162,179); }
H1.HeaderClassName
{
color: #D9A2B3;
}
.AnyTagClassName
{
color: #D9A2B3;
}
</style>
background-color css
<style>
a { background-color: #D9A2B3; }
a { background-color: rgb(217,162,179); }
div.DivClassName
{
background-color: #D9A2B3;
}
.BgClassName
{
background-color: #D9A2B3;
}
</style>
border-color css
<style>
span { border-color: #D9A2B3; }
span { border-color: rgb(217,162,179); }
td.TdClassName
{
border-color: #D9A2B3;
}
.TagClassName
{
border-color: #D9A2B3;
}
</style>