Shades of Kobi #D77DAE
Tints of Kobi #D77DAE
RGB
CMYK
RGB Variations
Color information
#D77DAE (or 0xD77DAE) is known color: Kobi. HEX triplet: D7, 7D and AE. RGB value is (215,125,174). Sum of RGB (Red+Green+Blue) = 215+125+174=514 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.83% from 514); Green value is 125 (49.22% from 255 or 24.32% from 514); Blue value is 174 (68.36% from 255 or 33.85% from 514); Max value from RGB is 215 - color contains mainly: red. Hex color #D77DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77DAE is #288251. Grayscale: #9D9D9D. Windows color (decimal): -2654802 or 11435479. OLE color: 11435479.
HSL color Cylindrical-coordinate representation of color #D77DAE: hue angle of 327.33º 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 #D77DAE is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 125 | 174 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.16 |
| HSL | 327.33º | 0.53% | 0.67% | - |
| HSV(B) | 327.33º | 0.42% | 0.84% | - |
| XYZ | 43 | 32.17 | 43.99 | - |
| YUV | 157.5 | 137.32 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 174 | 0 | 0.42 | 0.19 | 0.16 | 327.33 | 0.53 | 0.67 |
| Hex | D7 | 7D | AE | 0 | 2A | 13 | 10 | 147 | 35 | 43 |
| Octal | 327 | 175 | 256 | 0 | 52 | 23 | 20 | 507 | 65 | 103 |
| Binary | 11010111 | 1111101 | 10101110 | 0 | 101010 | 10011 | 10000 | 101000111 | 110101 | 1000011 |
Color Harmonies of #D77DAE
Complementary color
Monochromatic Colors of #D77DAE
Black with #D77DAE
Text Example
Text Example
White with #D77DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77DAE; }
p { color: rgb(215,125,174); }
H1.HeaderClassName
{
color: #D77DAE;
}
.AnyTagClassName
{
color: #D77DAE;
}
</style>
background-color css
<style>
a { background-color: #D77DAE; }
a { background-color: rgb(215,125,174); }
div.DivClassName
{
background-color: #D77DAE;
}
.BgClassName
{
background-color: #D77DAE;
}
</style>
border-color css
<style>
span { border-color: #D77DAE; }
span { border-color: rgb(215,125,174); }
td.TdClassName
{
border-color: #D77DAE;
}
.TagClassName
{
border-color: #D77DAE;
}
</style>