Shades of Kobi #D9A2B4
Tints of Kobi #D9A2B4
RGB
CMYK
RGB Variations
Color information
#D9A2B4 (or 0xD9A2B4) is known color: Kobi. HEX triplet: D9, A2 and B4. RGB value is (217,162,180). Sum of RGB (Red+Green+Blue) = 217+162+180=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 162 (63.67% from 255 or 28.98% from 559); Blue value is 180 (70.70% from 255 or 32.20% from 559); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A2B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A2B4 is #265D4B. Grayscale: #B4B4B4. Windows color (decimal): -2514252 or 11838169. OLE color: 11838169.
HSL color Cylindrical-coordinate representation of color #D9A2B4: hue angle of 340.36º 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 #D9A2B4 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 162 | 180 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.15 |
| HSL | 340.36º | 0.42% | 0.74% | - |
| HSV(B) | 340.36º | 0.25% | 0.85% | - |
| XYZ | 49.77 | 43.89 | 49.03 | - |
| YUV | 180.5 | 127.72 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 162 | 180 | 0 | 0.25 | 0.17 | 0.15 | 340.36 | 0.42 | 0.74 |
| Hex | D9 | A2 | B4 | 0 | 19 | 11 | F | 154 | 2A | 4A |
| Octal | 331 | 242 | 264 | 0 | 31 | 21 | 17 | 524 | 52 | 112 |
| Binary | 11011001 | 10100010 | 10110100 | 0 | 11001 | 10001 | 1111 | 101010100 | 101010 | 1001010 |
Color Harmonies of #D9A2B4
Complementary color
Monochromatic Colors of #D9A2B4
Black with #D9A2B4
Text Example
Text Example
White with #D9A2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A2B4; }
p { color: rgb(217,162,180); }
H1.HeaderClassName
{
color: #D9A2B4;
}
.AnyTagClassName
{
color: #D9A2B4;
}
</style>
background-color css
<style>
a { background-color: #D9A2B4; }
a { background-color: rgb(217,162,180); }
div.DivClassName
{
background-color: #D9A2B4;
}
.BgClassName
{
background-color: #D9A2B4;
}
</style>
border-color css
<style>
span { border-color: #D9A2B4; }
span { border-color: rgb(217,162,180); }
td.TdClassName
{
border-color: #D9A2B4;
}
.TagClassName
{
border-color: #D9A2B4;
}
</style>