Shades of Kobi #D897B3
Tints of Kobi #D897B3
RGB
CMYK
RGB Variations
Color information
#D897B3 (or 0xD897B3) is known color: Kobi. HEX triplet: D8, 97 and B3. RGB value is (216,151,179). Sum of RGB (Red+Green+Blue) = 216+151+179=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 151 (59.38% from 255 or 27.66% from 546); Blue value is 179 (70.31% from 255 or 32.78% from 546); Max value from RGB is 216 - color contains mainly: red. Hex color #D897B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D897B3 is #27684C. Grayscale: #ADADAD. Windows color (decimal): -2582605 or 11769816. OLE color: 11769816.
HSL color Cylindrical-coordinate representation of color #D897B3: hue angle of 334.15º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D897B3 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 151 | 179 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.15 |
| HSL | 334.15º | 0.45% | 0.72% | - |
| HSV(B) | 334.15º | 0.3% | 0.85% | - |
| XYZ | 47.52 | 39.99 | 47.86 | - |
| YUV | 173.63 | 131.03 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 151 | 179 | 0 | 0.30 | 0.17 | 0.15 | 334.15 | 0.45 | 0.72 |
| Hex | D8 | 97 | B3 | 0 | 1E | 11 | F | 14E | 2D | 48 |
| Octal | 330 | 227 | 263 | 0 | 36 | 21 | 17 | 516 | 55 | 110 |
| Binary | 11011000 | 10010111 | 10110011 | 0 | 11110 | 10001 | 1111 | 101001110 | 101101 | 1001000 |
Color Harmonies of #D897B3
Complementary color
Monochromatic Colors of #D897B3
Black with #D897B3
Text Example
Text Example
White with #D897B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D897B3; }
p { color: rgb(216,151,179); }
H1.HeaderClassName
{
color: #D897B3;
}
.AnyTagClassName
{
color: #D897B3;
}
</style>
background-color css
<style>
a { background-color: #D897B3; }
a { background-color: rgb(216,151,179); }
div.DivClassName
{
background-color: #D897B3;
}
.BgClassName
{
background-color: #D897B3;
}
</style>
border-color css
<style>
span { border-color: #D897B3; }
span { border-color: rgb(216,151,179); }
td.TdClassName
{
border-color: #D897B3;
}
.TagClassName
{
border-color: #D897B3;
}
</style>