Shades of Kobi #D994AD
Tints of Kobi #D994AD
RGB
CMYK
RGB Variations
Color information
#D994AD (or 0xD994AD) is known color: Kobi. HEX triplet: D9, 94 and AD. RGB value is (217,148,173). Sum of RGB (Red+Green+Blue) = 217+148+173=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 148 (58.20% from 255 or 27.51% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 217 - color contains mainly: red. Hex color #D994AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D994AD is #266B52. Grayscale: #ABABAB. Windows color (decimal): -2517843 or 11375833. OLE color: 11375833.
HSL color Cylindrical-coordinate representation of color #D994AD: hue angle of 338.26º 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 #D994AD is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 148 | 173 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.15 |
| HSL | 338.26º | 0.48% | 0.72% | - |
| HSV(B) | 338.26º | 0.32% | 0.85% | - |
| XYZ | 46.75 | 38.95 | 44.59 | - |
| YUV | 171.48 | 128.86 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 148 | 173 | 0 | 0.32 | 0.20 | 0.15 | 338.26 | 0.48 | 0.72 |
| Hex | D9 | 94 | AD | 0 | 20 | 14 | F | 152 | 30 | 48 |
| Octal | 331 | 224 | 255 | 0 | 40 | 24 | 17 | 522 | 60 | 110 |
| Binary | 11011001 | 10010100 | 10101101 | 0 | 100000 | 10100 | 1111 | 101010010 | 110000 | 1001000 |
Color Harmonies of #D994AD
Complementary color
Monochromatic Colors of #D994AD
Black with #D994AD
Text Example
Text Example
White with #D994AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D994AD; }
p { color: rgb(217,148,173); }
H1.HeaderClassName
{
color: #D994AD;
}
.AnyTagClassName
{
color: #D994AD;
}
</style>
background-color css
<style>
a { background-color: #D994AD; }
a { background-color: rgb(217,148,173); }
div.DivClassName
{
background-color: #D994AD;
}
.BgClassName
{
background-color: #D994AD;
}
</style>
border-color css
<style>
span { border-color: #D994AD; }
span { border-color: rgb(217,148,173); }
td.TdClassName
{
border-color: #D994AD;
}
.TagClassName
{
border-color: #D994AD;
}
</style>