Shades of Kobi #D77FAA
Tints of Kobi #D77FAA
RGB
CMYK
RGB Variations
Color information
#D77FAA (or 0xD77FAA) is known color: Kobi. HEX triplet: D7, 7F and AA. RGB value is (215,127,170). Sum of RGB (Red+Green+Blue) = 215+127+170=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 127 (50% from 255 or 24.80% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 215 - color contains mainly: red. Hex color #D77FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77FAA is #288055. Grayscale: #9E9E9E. Windows color (decimal): -2654294 or 11173847. OLE color: 11173847.
HSL color Cylindrical-coordinate representation of color #D77FAA: hue angle of 330.68º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D77FAA is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 127 | 170 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.16 |
| HSL | 330.68º | 0.52% | 0.67% | - |
| HSV(B) | 330.68º | 0.41% | 0.84% | - |
| XYZ | 42.87 | 32.53 | 42.05 | - |
| YUV | 158.21 | 134.65 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 127 | 170 | 0 | 0.41 | 0.21 | 0.16 | 330.68 | 0.52 | 0.67 |
| Hex | D7 | 7F | AA | 0 | 29 | 15 | 10 | 14B | 34 | 43 |
| Octal | 327 | 177 | 252 | 0 | 51 | 25 | 20 | 513 | 64 | 103 |
| Binary | 11010111 | 1111111 | 10101010 | 0 | 101001 | 10101 | 10000 | 101001011 | 110100 | 1000011 |
Color Harmonies of #D77FAA
Complementary color
Monochromatic Colors of #D77FAA
Black with #D77FAA
Text Example
Text Example
White with #D77FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77FAA; }
p { color: rgb(215,127,170); }
H1.HeaderClassName
{
color: #D77FAA;
}
.AnyTagClassName
{
color: #D77FAA;
}
</style>
background-color css
<style>
a { background-color: #D77FAA; }
a { background-color: rgb(215,127,170); }
div.DivClassName
{
background-color: #D77FAA;
}
.BgClassName
{
background-color: #D77FAA;
}
</style>
border-color css
<style>
span { border-color: #D77FAA; }
span { border-color: rgb(215,127,170); }
td.TdClassName
{
border-color: #D77FAA;
}
.TagClassName
{
border-color: #D77FAA;
}
</style>