Shades of Kobi #D994AC
Tints of Kobi #D994AC
RGB
CMYK
RGB Variations
Color information
#D994AC (or 0xD994AC) is known color: Kobi. HEX triplet: D9, 94 and AC. RGB value is (217,148,172). Sum of RGB (Red+Green+Blue) = 217+148+172=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 148 (58.20% from 255 or 27.56% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 217 - color contains mainly: red. Hex color #D994AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D994AC is #266B53. Grayscale: #ABABAB. Windows color (decimal): -2517844 or 11310297. OLE color: 11310297.
HSL color Cylindrical-coordinate representation of color #D994AC: hue angle of 339.13º 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 #D994AC is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 148 | 172 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.15 |
| HSL | 339.13º | 0.48% | 0.72% | - |
| HSV(B) | 339.13º | 0.32% | 0.85% | - |
| XYZ | 46.65 | 38.91 | 44.08 | - |
| YUV | 171.37 | 128.36 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 148 | 172 | 0 | 0.32 | 0.21 | 0.15 | 339.13 | 0.48 | 0.72 |
| Hex | D9 | 94 | AC | 0 | 20 | 15 | F | 153 | 30 | 48 |
| Octal | 331 | 224 | 254 | 0 | 40 | 25 | 17 | 523 | 60 | 110 |
| Binary | 11011001 | 10010100 | 10101100 | 0 | 100000 | 10101 | 1111 | 101010011 | 110000 | 1001000 |
Color Harmonies of #D994AC
Complementary color
Monochromatic Colors of #D994AC
Black with #D994AC
Text Example
Text Example
White with #D994AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D994AC; }
p { color: rgb(217,148,172); }
H1.HeaderClassName
{
color: #D994AC;
}
.AnyTagClassName
{
color: #D994AC;
}
</style>
background-color css
<style>
a { background-color: #D994AC; }
a { background-color: rgb(217,148,172); }
div.DivClassName
{
background-color: #D994AC;
}
.BgClassName
{
background-color: #D994AC;
}
</style>
border-color css
<style>
span { border-color: #D994AC; }
span { border-color: rgb(217,148,172); }
td.TdClassName
{
border-color: #D994AC;
}
.TagClassName
{
border-color: #D994AC;
}
</style>