Shades of Kobi #D77DAD
Tints of Kobi #D77DAD
RGB
CMYK
RGB Variations
Color information
#D77DAD (or 0xD77DAD) is known color: Kobi. HEX triplet: D7, 7D and AD. RGB value is (215,125,173). Sum of RGB (Red+Green+Blue) = 215+125+173=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 125 (49.22% from 255 or 24.37% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 215 - color contains mainly: red. Hex color #D77DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77DAD is #288252. Grayscale: #9D9D9D. Windows color (decimal): -2654803 or 11369943. OLE color: 11369943.
HSL color Cylindrical-coordinate representation of color #D77DAD: hue angle of 328º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77DAD is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 125 | 173 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.16 |
| HSL | 328º | 0.53% | 0.67% | - |
| HSV(B) | 328º | 0.42% | 0.84% | - |
| XYZ | 42.9 | 32.13 | 43.48 | - |
| YUV | 157.38 | 136.82 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 173 | 0 | 0.42 | 0.20 | 0.16 | 328 | 0.53 | 0.67 |
| Hex | D7 | 7D | AD | 0 | 2A | 14 | 10 | 148 | 35 | 43 |
| Octal | 327 | 175 | 255 | 0 | 52 | 24 | 20 | 510 | 65 | 103 |
| Binary | 11010111 | 1111101 | 10101101 | 0 | 101010 | 10100 | 10000 | 101001000 | 110101 | 1000011 |
Color Harmonies of #D77DAD
Complementary color
Monochromatic Colors of #D77DAD
Black with #D77DAD
Text Example
Text Example
White with #D77DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77DAD; }
p { color: rgb(215,125,173); }
H1.HeaderClassName
{
color: #D77DAD;
}
.AnyTagClassName
{
color: #D77DAD;
}
</style>
background-color css
<style>
a { background-color: #D77DAD; }
a { background-color: rgb(215,125,173); }
div.DivClassName
{
background-color: #D77DAD;
}
.BgClassName
{
background-color: #D77DAD;
}
</style>
border-color css
<style>
span { border-color: #D77DAD; }
span { border-color: rgb(215,125,173); }
td.TdClassName
{
border-color: #D77DAD;
}
.TagClassName
{
border-color: #D77DAD;
}
</style>