Shades of Kobi #D894B3
Tints of Kobi #D894B3
RGB
CMYK
RGB Variations
Color information
#D894B3 (or 0xD894B3) is known color: Kobi. HEX triplet: D8, 94 and B3. RGB value is (216,148,179). Sum of RGB (Red+Green+Blue) = 216+148+179=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 148 (58.20% from 255 or 27.26% from 543); Blue value is 179 (70.31% from 255 or 32.97% from 543); Max value from RGB is 216 - color contains mainly: red. Hex color #D894B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D894B3 is #276B4C. Grayscale: #ABABAB. Windows color (decimal): -2583373 or 11769048. OLE color: 11769048.
HSL color Cylindrical-coordinate representation of color #D894B3: hue angle of 332.65º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D894B3 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 148 | 179 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.15 |
| HSL | 332.65º | 0.47% | 0.71% | - |
| HSV(B) | 332.65º | 0.31% | 0.85% | - |
| XYZ | 47.05 | 39.03 | 47.7 | - |
| YUV | 171.87 | 132.03 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 148 | 179 | 0 | 0.31 | 0.17 | 0.15 | 332.65 | 0.47 | 0.71 |
| Hex | D8 | 94 | B3 | 0 | 1F | 11 | F | 14D | 2F | 47 |
| Octal | 330 | 224 | 263 | 0 | 37 | 21 | 17 | 515 | 57 | 107 |
| Binary | 11011000 | 10010100 | 10110011 | 0 | 11111 | 10001 | 1111 | 101001101 | 101111 | 1000111 |
Color Harmonies of #D894B3
Complementary color
Monochromatic Colors of #D894B3
Black with #D894B3
Text Example
Text Example
White with #D894B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D894B3; }
p { color: rgb(216,148,179); }
H1.HeaderClassName
{
color: #D894B3;
}
.AnyTagClassName
{
color: #D894B3;
}
</style>
background-color css
<style>
a { background-color: #D894B3; }
a { background-color: rgb(216,148,179); }
div.DivClassName
{
background-color: #D894B3;
}
.BgClassName
{
background-color: #D894B3;
}
</style>
border-color css
<style>
span { border-color: #D894B3; }
span { border-color: rgb(216,148,179); }
td.TdClassName
{
border-color: #D894B3;
}
.TagClassName
{
border-color: #D894B3;
}
</style>