Shades of Kobi #D992AF
Tints of Kobi #D992AF
RGB
CMYK
RGB Variations
Color information
#D992AF (or 0xD992AF) is known color: Kobi. HEX triplet: D9, 92 and AF. RGB value is (217,146,175). Sum of RGB (Red+Green+Blue) = 217+146+175=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 146 (57.42% from 255 or 27.14% from 538); Blue value is 175 (68.75% from 255 or 32.53% from 538); Max value from RGB is 217 - color contains mainly: red. Hex color #D992AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D992AF is #266D50. Grayscale: #AAAAAA. Windows color (decimal): -2518353 or 11506393. OLE color: 11506393.
HSL color Cylindrical-coordinate representation of color #D992AF: hue angle of 335.49º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D992AF is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 146 | 175 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.15 |
| HSL | 335.49º | 0.48% | 0.71% | - |
| HSV(B) | 335.49º | 0.33% | 0.85% | - |
| XYZ | 46.63 | 38.4 | 45.51 | - |
| YUV | 170.54 | 130.52 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 146 | 175 | 0 | 0.33 | 0.19 | 0.15 | 335.49 | 0.48 | 0.71 |
| Hex | D9 | 92 | AF | 0 | 21 | 13 | F | 14F | 30 | 47 |
| Octal | 331 | 222 | 257 | 0 | 41 | 23 | 17 | 517 | 60 | 107 |
| Binary | 11011001 | 10010010 | 10101111 | 0 | 100001 | 10011 | 1111 | 101001111 | 110000 | 1000111 |
Color Harmonies of #D992AF
Complementary color
Monochromatic Colors of #D992AF
Black with #D992AF
Text Example
Text Example
White with #D992AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D992AF; }
p { color: rgb(217,146,175); }
H1.HeaderClassName
{
color: #D992AF;
}
.AnyTagClassName
{
color: #D992AF;
}
</style>
background-color css
<style>
a { background-color: #D992AF; }
a { background-color: rgb(217,146,175); }
div.DivClassName
{
background-color: #D992AF;
}
.BgClassName
{
background-color: #D992AF;
}
</style>
border-color css
<style>
span { border-color: #D992AF; }
span { border-color: rgb(217,146,175); }
td.TdClassName
{
border-color: #D992AF;
}
.TagClassName
{
border-color: #D992AF;
}
</style>