Shades of Kobi #D994A8
Tints of Kobi #D994A8
RGB
CMYK
RGB Variations
Color information
#D994A8 (or 0xD994A8) is known color: Kobi. HEX triplet: D9, 94 and A8. RGB value is (217,148,168). Sum of RGB (Red+Green+Blue) = 217+148+168=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D994A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D994A8 is #266B57. Grayscale: #AAAAAA. Windows color (decimal): -2517848 or 11048153. OLE color: 11048153.
HSL color Cylindrical-coordinate representation of color #D994A8: hue angle of 342.61º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D994A8 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 148 | 168 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.15 |
| HSL | 342.61º | 0.48% | 0.72% | - |
| HSV(B) | 342.61º | 0.32% | 0.85% | - |
| XYZ | 46.27 | 38.76 | 42.09 | - |
| YUV | 170.91 | 126.36 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 148 | 168 | 0 | 0.32 | 0.23 | 0.15 | 342.61 | 0.48 | 0.72 |
| Hex | D9 | 94 | A8 | 0 | 20 | 17 | F | 157 | 30 | 48 |
| Octal | 331 | 224 | 250 | 0 | 40 | 27 | 17 | 527 | 60 | 110 |
| Binary | 11011001 | 10010100 | 10101000 | 0 | 100000 | 10111 | 1111 | 101010111 | 110000 | 1001000 |
Color Harmonies of #D994A8
Complementary color
Monochromatic Colors of #D994A8
Black with #D994A8
Text Example
Text Example
White with #D994A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D994A8; }
p { color: rgb(217,148,168); }
H1.HeaderClassName
{
color: #D994A8;
}
.AnyTagClassName
{
color: #D994A8;
}
</style>
background-color css
<style>
a { background-color: #D994A8; }
a { background-color: rgb(217,148,168); }
div.DivClassName
{
background-color: #D994A8;
}
.BgClassName
{
background-color: #D994A8;
}
</style>
border-color css
<style>
span { border-color: #D994A8; }
span { border-color: rgb(217,148,168); }
td.TdClassName
{
border-color: #D994A8;
}
.TagClassName
{
border-color: #D994A8;
}
</style>