Shades of Kobi #D788B3
Tints of Kobi #D788B3
RGB
CMYK
RGB Variations
Color information
#D788B3 (or 0xD788B3) is known color: Kobi. HEX triplet: D7, 88 and B3. RGB value is (215,136,179). Sum of RGB (Red+Green+Blue) = 215+136+179=530 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.57% from 530); Green value is 136 (53.52% from 255 or 25.66% from 530); Blue value is 179 (70.31% from 255 or 33.77% from 530); Max value from RGB is 215 - color contains mainly: red. Hex color #D788B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D788B3 is #28774C. Grayscale: #A4A4A4. Windows color (decimal): -2651981 or 11765975. OLE color: 11765975.
HSL color Cylindrical-coordinate representation of color #D788B3: hue angle of 327.34º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D788B3 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 136 | 179 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.16 |
| HSL | 327.34º | 0.5% | 0.69% | - |
| HSV(B) | 327.34º | 0.37% | 0.84% | - |
| XYZ | 44.97 | 35.31 | 47.09 | - |
| YUV | 164.52 | 136.17 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 136 | 179 | 0 | 0.37 | 0.17 | 0.16 | 327.34 | 0.5 | 0.69 |
| Hex | D7 | 88 | B3 | 0 | 25 | 11 | 10 | 147 | 32 | 45 |
| Octal | 327 | 210 | 263 | 0 | 45 | 21 | 20 | 507 | 62 | 105 |
| Binary | 11010111 | 10001000 | 10110011 | 0 | 100101 | 10001 | 10000 | 101000111 | 110010 | 1000101 |
Color Harmonies of #D788B3
Complementary color
Monochromatic Colors of #D788B3
Black with #D788B3
Text Example
Text Example
White with #D788B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D788B3; }
p { color: rgb(215,136,179); }
H1.HeaderClassName
{
color: #D788B3;
}
.AnyTagClassName
{
color: #D788B3;
}
</style>
background-color css
<style>
a { background-color: #D788B3; }
a { background-color: rgb(215,136,179); }
div.DivClassName
{
background-color: #D788B3;
}
.BgClassName
{
background-color: #D788B3;
}
</style>
border-color css
<style>
span { border-color: #D788B3; }
span { border-color: rgb(215,136,179); }
td.TdClassName
{
border-color: #D788B3;
}
.TagClassName
{
border-color: #D788B3;
}
</style>