Shades of Kobi #D791B3
Tints of Kobi #D791B3
RGB
CMYK
RGB Variations
Color information
#D791B3 (or 0xD791B3) is known color: Kobi. HEX triplet: D7, 91 and B3. RGB value is (215,145,179). Sum of RGB (Red+Green+Blue) = 215+145+179=539 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.89% from 539); Green value is 145 (57.03% from 255 or 26.90% from 539); Blue value is 179 (70.31% from 255 or 33.21% from 539); Max value from RGB is 215 - color contains mainly: red. Hex color #D791B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D791B3 is #286E4C. Grayscale: #A9A9A9. Windows color (decimal): -2649677 or 11768279. OLE color: 11768279.
HSL color Cylindrical-coordinate representation of color #D791B3: hue angle of 330.86º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D791B3 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 145 | 179 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.16 |
| HSL | 330.86º | 0.47% | 0.71% | - |
| HSV(B) | 330.86º | 0.33% | 0.84% | - |
| XYZ | 46.29 | 37.95 | 47.53 | - |
| YUV | 169.81 | 133.19 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 145 | 179 | 0 | 0.33 | 0.17 | 0.16 | 330.86 | 0.47 | 0.71 |
| Hex | D7 | 91 | B3 | 0 | 21 | 11 | 10 | 14B | 2F | 47 |
| Octal | 327 | 221 | 263 | 0 | 41 | 21 | 20 | 513 | 57 | 107 |
| Binary | 11010111 | 10010001 | 10110011 | 0 | 100001 | 10001 | 10000 | 101001011 | 101111 | 1000111 |
Color Harmonies of #D791B3
Complementary color
Monochromatic Colors of #D791B3
Black with #D791B3
Text Example
Text Example
White with #D791B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D791B3; }
p { color: rgb(215,145,179); }
H1.HeaderClassName
{
color: #D791B3;
}
.AnyTagClassName
{
color: #D791B3;
}
</style>
background-color css
<style>
a { background-color: #D791B3; }
a { background-color: rgb(215,145,179); }
div.DivClassName
{
background-color: #D791B3;
}
.BgClassName
{
background-color: #D791B3;
}
</style>
border-color css
<style>
span { border-color: #D791B3; }
span { border-color: rgb(215,145,179); }
td.TdClassName
{
border-color: #D791B3;
}
.TagClassName
{
border-color: #D791B3;
}
</style>