#D986A7

Color #D986A7 Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #D986A7

Tints of Kobi #D986A7

Color information

#D986A7 (or 0xD986A7) is unknown color: approx Kobi. HEX triplet: D9, 86 and A7. RGB value is (217,134,167). Sum of RGB (Red+Green+Blue) = 217+134+167=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 134 (52.73% from 255 or 25.87% from 518); Blue value is 167 (65.62% from 255 or 32.24% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D986A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D986A7 is #267958. Grayscale: #A2A2A2. Windows color (decimal): -2521433 or 10979033. OLE color: 10979033.

HSL color Cylindrical-coordinate representation of color #D986A7: hue angle of 336.14º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D986A7 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB217134167-
CMYK00.380.230.15
HSL336.14º52.2%68.82%-
HSV(B)336.14º38.25%85.1%-
XYZ44.1234.5940.91-
YUV162.58130.5166.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 41.89%
GREEN value IS 134 (52.73% from 255) = 25.87%
BLUE value IS 167 (65.62% from 255) = 32.24%
R=41.89%
G=25.87%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713416700.380.230.15336.1452.268.82
HexD986A702617F1503445
Octal331206247046271752064105
Binary11011001100001101010011101001101011111111010100001101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D986A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D986A7; }

 p { color: rgb(217,134,167); }

 H1.HeaderClassName
 {
   color: #D986A7;
 }
 .AnyTagClassName
 {
   color: #D986A7;
 }
</style>
background-color css

<style>
 a { background-color: #D986A7; }

 a { background-color: rgb(217,134,167); }

 div.DivClassName
 {
   background-color: #D986A7;
 }
 .BgClassName
 {
   background-color: #D986A7;
 }
</style>
border-color css

<style>
 span { border-color: #D986A7; }

 span { border-color: rgb(217,134,167); }

 td.TdClassName
 {
   border-color: #D986A7;
 }
 .TagClassName
 {
   border-color: #D986A7;
 }
</style>