Shades of Kobi #D995A8
Tints of Kobi #D995A8
RGB
CMYK
RGB Variations
Color information
#D995A8 (or 0xD995A8) is known color: Kobi. HEX triplet: D9, 95 and A8. RGB value is (217,149,168). Sum of RGB (Red+Green+Blue) = 217+149+168=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 168 (66.02% from 255 or 31.46% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D995A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D995A8 is #266A57. Grayscale: #ABABAB. Windows color (decimal): -2517592 or 11048409. OLE color: 11048409.
HSL color Cylindrical-coordinate representation of color #D995A8: hue angle of 343.24º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D995A8 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 149 | 168 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.15 |
| HSL | 343.24º | 0.47% | 0.72% | - |
| HSV(B) | 343.24º | 0.31% | 0.85% | - |
| XYZ | 46.43 | 39.07 | 42.14 | - |
| YUV | 171.5 | 126.03 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 149 | 168 | 0 | 0.31 | 0.23 | 0.15 | 343.24 | 0.47 | 0.72 |
| Hex | D9 | 95 | A8 | 0 | 1F | 17 | F | 157 | 2F | 48 |
| Octal | 331 | 225 | 250 | 0 | 37 | 27 | 17 | 527 | 57 | 110 |
| Binary | 11011001 | 10010101 | 10101000 | 0 | 11111 | 10111 | 1111 | 101010111 | 101111 | 1001000 |
Color Harmonies of #D995A8
Complementary color
Monochromatic Colors of #D995A8
Black with #D995A8
Text Example
Text Example
White with #D995A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D995A8; }
p { color: rgb(217,149,168); }
H1.HeaderClassName
{
color: #D995A8;
}
.AnyTagClassName
{
color: #D995A8;
}
</style>
background-color css
<style>
a { background-color: #D995A8; }
a { background-color: rgb(217,149,168); }
div.DivClassName
{
background-color: #D995A8;
}
.BgClassName
{
background-color: #D995A8;
}
</style>
border-color css
<style>
span { border-color: #D995A8; }
span { border-color: rgb(217,149,168); }
td.TdClassName
{
border-color: #D995A8;
}
.TagClassName
{
border-color: #D995A8;
}
</style>