Shades of Kobi #D789AE
Tints of Kobi #D789AE
RGB
CMYK
RGB Variations
Color information
#D789AE (or 0xD789AE) is known color: Kobi. HEX triplet: D7, 89 and AE. RGB value is (215,137,174). Sum of RGB (Red+Green+Blue) = 215+137+174=526 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.87% from 526); Green value is 137 (53.91% from 255 or 26.05% from 526); Blue value is 174 (68.36% from 255 or 33.08% from 526); Max value from RGB is 215 - color contains mainly: red. Hex color #D789AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D789AE is #287651. Grayscale: #A4A4A4. Windows color (decimal): -2651730 or 11438551. OLE color: 11438551.
HSL color Cylindrical-coordinate representation of color #D789AE: hue angle of 331.54º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D789AE is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 137 | 174 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.16 |
| HSL | 331.54º | 0.49% | 0.69% | - |
| HSV(B) | 331.54º | 0.36% | 0.84% | - |
| XYZ | 44.61 | 35.39 | 44.53 | - |
| YUV | 164.54 | 133.34 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 137 | 174 | 0 | 0.36 | 0.19 | 0.16 | 331.54 | 0.49 | 0.69 |
| Hex | D7 | 89 | AE | 0 | 24 | 13 | 10 | 14C | 31 | 45 |
| Octal | 327 | 211 | 256 | 0 | 44 | 23 | 20 | 514 | 61 | 105 |
| Binary | 11010111 | 10001001 | 10101110 | 0 | 100100 | 10011 | 10000 | 101001100 | 110001 | 1000101 |
Color Harmonies of #D789AE
Complementary color
Monochromatic Colors of #D789AE
Black with #D789AE
Text Example
Text Example
White with #D789AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D789AE; }
p { color: rgb(215,137,174); }
H1.HeaderClassName
{
color: #D789AE;
}
.AnyTagClassName
{
color: #D789AE;
}
</style>
background-color css
<style>
a { background-color: #D789AE; }
a { background-color: rgb(215,137,174); }
div.DivClassName
{
background-color: #D789AE;
}
.BgClassName
{
background-color: #D789AE;
}
</style>
border-color css
<style>
span { border-color: #D789AE; }
span { border-color: rgb(215,137,174); }
td.TdClassName
{
border-color: #D789AE;
}
.TagClassName
{
border-color: #D789AE;
}
</style>