Shades of Kobi #D995B2
Tints of Kobi #D995B2
RGB
CMYK
RGB Variations
Color information
#D995B2 (or 0xD995B2) is known color: Kobi. HEX triplet: D9, 95 and B2. RGB value is (217,149,178). Sum of RGB (Red+Green+Blue) = 217+149+178=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 149 (58.59% from 255 or 27.39% from 544); Blue value is 178 (69.92% from 255 or 32.72% from 544); Max value from RGB is 217 - color contains mainly: red. Hex color #D995B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D995B2 is #266A4D. Grayscale: #ACACAC. Windows color (decimal): -2517582 or 11703769. OLE color: 11703769.
HSL color Cylindrical-coordinate representation of color #D995B2: hue angle of 334.41º 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 #D995B2 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 149 | 178 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.15 |
| HSL | 334.41º | 0.47% | 0.72% | - |
| HSV(B) | 334.41º | 0.31% | 0.85% | - |
| XYZ | 47.4 | 39.46 | 47.24 | - |
| YUV | 172.64 | 131.03 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 149 | 178 | 0 | 0.31 | 0.18 | 0.15 | 334.41 | 0.47 | 0.72 |
| Hex | D9 | 95 | B2 | 0 | 1F | 12 | F | 14E | 2F | 48 |
| Octal | 331 | 225 | 262 | 0 | 37 | 22 | 17 | 516 | 57 | 110 |
| Binary | 11011001 | 10010101 | 10110010 | 0 | 11111 | 10010 | 1111 | 101001110 | 101111 | 1001000 |
Color Harmonies of #D995B2
Complementary color
Monochromatic Colors of #D995B2
Black with #D995B2
Text Example
Text Example
White with #D995B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D995B2; }
p { color: rgb(217,149,178); }
H1.HeaderClassName
{
color: #D995B2;
}
.AnyTagClassName
{
color: #D995B2;
}
</style>
background-color css
<style>
a { background-color: #D995B2; }
a { background-color: rgb(217,149,178); }
div.DivClassName
{
background-color: #D995B2;
}
.BgClassName
{
background-color: #D995B2;
}
</style>
border-color css
<style>
span { border-color: #D995B2; }
span { border-color: rgb(217,149,178); }
td.TdClassName
{
border-color: #D995B2;
}
.TagClassName
{
border-color: #D995B2;
}
</style>