Shades of Kobi #D78BB3
Tints of Kobi #D78BB3
RGB
CMYK
RGB Variations
Color information
#D78BB3 (or 0xD78BB3) is known color: Kobi. HEX triplet: D7, 8B and B3. RGB value is (215,139,179). Sum of RGB (Red+Green+Blue) = 215+139+179=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 139 (54.69% from 255 or 26.08% from 533); Blue value is 179 (70.31% from 255 or 33.58% from 533); Max value from RGB is 215 - color contains mainly: red. Hex color #D78BB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78BB3 is #28744C. Grayscale: #A6A6A6. Windows color (decimal): -2651213 or 11766743. OLE color: 11766743.
HSL color Cylindrical-coordinate representation of color #D78BB3: hue angle of 328.42º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D78BB3 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 139 | 179 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.16 |
| HSL | 328.42º | 0.49% | 0.69% | - |
| HSV(B) | 328.42º | 0.35% | 0.84% | - |
| XYZ | 45.39 | 36.17 | 47.24 | - |
| YUV | 166.28 | 135.18 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 139 | 179 | 0 | 0.35 | 0.17 | 0.16 | 328.42 | 0.49 | 0.69 |
| Hex | D7 | 8B | B3 | 0 | 23 | 11 | 10 | 148 | 31 | 45 |
| Octal | 327 | 213 | 263 | 0 | 43 | 21 | 20 | 510 | 61 | 105 |
| Binary | 11010111 | 10001011 | 10110011 | 0 | 100011 | 10001 | 10000 | 101001000 | 110001 | 1000101 |
Color Harmonies of #D78BB3
Complementary color
Monochromatic Colors of #D78BB3
Black with #D78BB3
Text Example
Text Example
White with #D78BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78BB3; }
p { color: rgb(215,139,179); }
H1.HeaderClassName
{
color: #D78BB3;
}
.AnyTagClassName
{
color: #D78BB3;
}
</style>
background-color css
<style>
a { background-color: #D78BB3; }
a { background-color: rgb(215,139,179); }
div.DivClassName
{
background-color: #D78BB3;
}
.BgClassName
{
background-color: #D78BB3;
}
</style>
border-color css
<style>
span { border-color: #D78BB3; }
span { border-color: rgb(215,139,179); }
td.TdClassName
{
border-color: #D78BB3;
}
.TagClassName
{
border-color: #D78BB3;
}
</style>