Shades of Kobi #D782AC
Tints of Kobi #D782AC
RGB
CMYK
RGB Variations
Color information
#D782AC (or 0xD782AC) is known color: Kobi. HEX triplet: D7, 82 and AC. RGB value is (215,130,172). Sum of RGB (Red+Green+Blue) = 215+130+172=517 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.59% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 215 - color contains mainly: red. Hex color #D782AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D782AC is #287D53. Grayscale: #A0A0A0. Windows color (decimal): -2653524 or 11305687. OLE color: 11305687.
HSL color Cylindrical-coordinate representation of color #D782AC: hue angle of 330.35º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D782AC is Cyan = 0, Magento = 0.40, Yellow = 0.2 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 130 | 172 | - |
| CMYK | 0 | 0.40 | 0.2 | 0.16 |
| HSL | 330.35º | 0.52% | 0.68% | - |
| HSV(B) | 330.35º | 0.4% | 0.84% | - |
| XYZ | 43.45 | 33.39 | 43.18 | - |
| YUV | 160.2 | 134.66 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 130 | 172 | 0 | 0.40 | 0.2 | 0.16 | 330.35 | 0.52 | 0.68 |
| Hex | D7 | 82 | AC | 0 | 28 | 14 | 10 | 14A | 34 | 44 |
| Octal | 327 | 202 | 254 | 0 | 50 | 24 | 20 | 512 | 64 | 104 |
| Binary | 11010111 | 10000010 | 10101100 | 0 | 101000 | 10100 | 10000 | 101001010 | 110100 | 1000100 |
Color Harmonies of #D782AC
Complementary color
Monochromatic Colors of #D782AC
Black with #D782AC
Text Example
Text Example
White with #D782AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D782AC; }
p { color: rgb(215,130,172); }
H1.HeaderClassName
{
color: #D782AC;
}
.AnyTagClassName
{
color: #D782AC;
}
</style>
background-color css
<style>
a { background-color: #D782AC; }
a { background-color: rgb(215,130,172); }
div.DivClassName
{
background-color: #D782AC;
}
.BgClassName
{
background-color: #D782AC;
}
</style>
border-color css
<style>
span { border-color: #D782AC; }
span { border-color: rgb(215,130,172); }
td.TdClassName
{
border-color: #D782AC;
}
.TagClassName
{
border-color: #D782AC;
}
</style>