Shades of Kobi #D296A7
Tints of Kobi #D296A7
RGB
CMYK
RGB Variations
Color information
#D296A7 (or 0xD296A7) is known color: Kobi. HEX triplet: D2, 96 and A7. RGB value is (210,150,167). Sum of RGB (Red+Green+Blue) = 210+150+167=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 167 (65.62% from 255 or 31.69% from 527); Max value from RGB is 210 - color contains mainly: red. Hex color #D296A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D296A7 is #2D6958. Grayscale: #A9A9A9. Windows color (decimal): -2976089 or 10983122. OLE color: 10983122.
HSL color Cylindrical-coordinate representation of color #D296A7: hue angle of 343º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D296A7 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 150 | 167 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.18 |
| HSL | 343º | 0.4% | 0.71% | - |
| HSV(B) | 343º | 0.29% | 0.82% | - |
| XYZ | 44.46 | 38.3 | 41.61 | - |
| YUV | 169.88 | 126.38 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 150 | 167 | 0 | 0.29 | 0.20 | 0.18 | 343 | 0.4 | 0.71 |
| Hex | D2 | 96 | A7 | 0 | 1D | 14 | 12 | 157 | 28 | 47 |
| Octal | 322 | 226 | 247 | 0 | 35 | 24 | 22 | 527 | 50 | 107 |
| Binary | 11010010 | 10010110 | 10100111 | 0 | 11101 | 10100 | 10010 | 101010111 | 101000 | 1000111 |
Color Harmonies of #D296A7
Complementary color
Monochromatic Colors of #D296A7
Black with #D296A7
Text Example
Text Example
White with #D296A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D296A7; }
p { color: rgb(210,150,167); }
H1.HeaderClassName
{
color: #D296A7;
}
.AnyTagClassName
{
color: #D296A7;
}
</style>
background-color css
<style>
a { background-color: #D296A7; }
a { background-color: rgb(210,150,167); }
div.DivClassName
{
background-color: #D296A7;
}
.BgClassName
{
background-color: #D296A7;
}
</style>
border-color css
<style>
span { border-color: #D296A7; }
span { border-color: rgb(210,150,167); }
td.TdClassName
{
border-color: #D296A7;
}
.TagClassName
{
border-color: #D296A7;
}
</style>