Shades of Kobi #D781AA
Tints of Kobi #D781AA
RGB
CMYK
RGB Variations
Color information
#D781AA (or 0xD781AA) is known color: Kobi. HEX triplet: D7, 81 and AA. RGB value is (215,129,170). Sum of RGB (Red+Green+Blue) = 215+129+170=514 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.83% from 514); Green value is 129 (50.78% from 255 or 25.10% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 215 - color contains mainly: red. Hex color #D781AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D781AA is #287E55. Grayscale: #9F9F9F. Windows color (decimal): -2653782 or 11174359. OLE color: 11174359.
HSL color Cylindrical-coordinate representation of color #D781AA: hue angle of 331.4º 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 #D781AA is Cyan = 0, Magento = 0.4, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 129 | 170 | - |
| CMYK | 0 | 0.4 | 0.21 | 0.16 |
| HSL | 331.4º | 0.52% | 0.67% | - |
| HSV(B) | 331.4º | 0.4% | 0.84% | - |
| XYZ | 43.13 | 33.05 | 42.14 | - |
| YUV | 159.39 | 133.99 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 129 | 170 | 0 | 0.4 | 0.21 | 0.16 | 331.4 | 0.52 | 0.67 |
| Hex | D7 | 81 | AA | 0 | 28 | 15 | 10 | 14B | 34 | 43 |
| Octal | 327 | 201 | 252 | 0 | 50 | 25 | 20 | 513 | 64 | 103 |
| Binary | 11010111 | 10000001 | 10101010 | 0 | 101000 | 10101 | 10000 | 101001011 | 110100 | 1000011 |
Color Harmonies of #D781AA
Complementary color
Monochromatic Colors of #D781AA
Black with #D781AA
Text Example
Text Example
White with #D781AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D781AA; }
p { color: rgb(215,129,170); }
H1.HeaderClassName
{
color: #D781AA;
}
.AnyTagClassName
{
color: #D781AA;
}
</style>
background-color css
<style>
a { background-color: #D781AA; }
a { background-color: rgb(215,129,170); }
div.DivClassName
{
background-color: #D781AA;
}
.BgClassName
{
background-color: #D781AA;
}
</style>
border-color css
<style>
span { border-color: #D781AA; }
span { border-color: rgb(215,129,170); }
td.TdClassName
{
border-color: #D781AA;
}
.TagClassName
{
border-color: #D781AA;
}
</style>