Shades of Kobi #D995AD
Tints of Kobi #D995AD
RGB
CMYK
RGB Variations
Color information
#D995AD (or 0xD995AD) is known color: Kobi. HEX triplet: D9, 95 and AD. RGB value is (217,149,173). Sum of RGB (Red+Green+Blue) = 217+149+173=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 149 (58.59% from 255 or 27.64% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 217 - color contains mainly: red. Hex color #D995AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D995AD is #266A52. Grayscale: #ACACAC. Windows color (decimal): -2517587 or 11376089. OLE color: 11376089.
HSL color Cylindrical-coordinate representation of color #D995AD: hue angle of 338.82º 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 #D995AD is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 149 | 173 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.15 |
| HSL | 338.82º | 0.47% | 0.72% | - |
| HSV(B) | 338.82º | 0.31% | 0.85% | - |
| XYZ | 46.91 | 39.26 | 44.64 | - |
| YUV | 172.07 | 128.53 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 149 | 173 | 0 | 0.31 | 0.20 | 0.15 | 338.82 | 0.47 | 0.72 |
| Hex | D9 | 95 | AD | 0 | 1F | 14 | F | 153 | 2F | 48 |
| Octal | 331 | 225 | 255 | 0 | 37 | 24 | 17 | 523 | 57 | 110 |
| Binary | 11011001 | 10010101 | 10101101 | 0 | 11111 | 10100 | 1111 | 101010011 | 101111 | 1001000 |
Color Harmonies of #D995AD
Complementary color
Monochromatic Colors of #D995AD
Black with #D995AD
Text Example
Text Example
White with #D995AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D995AD; }
p { color: rgb(217,149,173); }
H1.HeaderClassName
{
color: #D995AD;
}
.AnyTagClassName
{
color: #D995AD;
}
</style>
background-color css
<style>
a { background-color: #D995AD; }
a { background-color: rgb(217,149,173); }
div.DivClassName
{
background-color: #D995AD;
}
.BgClassName
{
background-color: #D995AD;
}
</style>
border-color css
<style>
span { border-color: #D995AD; }
span { border-color: rgb(217,149,173); }
td.TdClassName
{
border-color: #D995AD;
}
.TagClassName
{
border-color: #D995AD;
}
</style>