Shades of Kobi #D780AF
Tints of Kobi #D780AF
RGB
CMYK
RGB Variations
Color information
#D780AF (or 0xD780AF) is known color: Kobi. HEX triplet: D7, 80 and AF. RGB value is (215,128,175). Sum of RGB (Red+Green+Blue) = 215+128+175=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 215 - color contains mainly: red. Hex color #D780AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D780AF is #287F50. Grayscale: #9F9F9F. Windows color (decimal): -2654033 or 11501783. OLE color: 11501783.
HSL color Cylindrical-coordinate representation of color #D780AF: hue angle of 327.59º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D780AF is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 128 | 175 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.16 |
| HSL | 327.59º | 0.52% | 0.67% | - |
| HSV(B) | 327.59º | 0.4% | 0.84% | - |
| XYZ | 43.48 | 32.98 | 44.63 | - |
| YUV | 159.37 | 136.82 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 128 | 175 | 0 | 0.40 | 0.19 | 0.16 | 327.59 | 0.52 | 0.67 |
| Hex | D7 | 80 | AF | 0 | 28 | 13 | 10 | 148 | 34 | 43 |
| Octal | 327 | 200 | 257 | 0 | 50 | 23 | 20 | 510 | 64 | 103 |
| Binary | 11010111 | 10000000 | 10101111 | 0 | 101000 | 10011 | 10000 | 101001000 | 110100 | 1000011 |
Color Harmonies of #D780AF
Complementary color
Monochromatic Colors of #D780AF
Black with #D780AF
Text Example
Text Example
White with #D780AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D780AF; }
p { color: rgb(215,128,175); }
H1.HeaderClassName
{
color: #D780AF;
}
.AnyTagClassName
{
color: #D780AF;
}
</style>
background-color css
<style>
a { background-color: #D780AF; }
a { background-color: rgb(215,128,175); }
div.DivClassName
{
background-color: #D780AF;
}
.BgClassName
{
background-color: #D780AF;
}
</style>
border-color css
<style>
span { border-color: #D780AF; }
span { border-color: rgb(215,128,175); }
td.TdClassName
{
border-color: #D780AF;
}
.TagClassName
{
border-color: #D780AF;
}
</style>