#D986AE

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

Shades of Kobi #D986AE

Tints of Kobi #D986AE

Color information

#D986AE (or 0xD986AE) is unknown color: approx Kobi. HEX triplet: D9, 86 and AE. RGB value is (217,134,174). Sum of RGB (Red+Green+Blue) = 217+134+174=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 134 (52.73% from 255 or 25.52% from 525); Blue value is 174 (68.36% from 255 or 33.14% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D986AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D986AE is #267951. Grayscale: #A3A3A3. Windows color (decimal): -2521426 or 11437785. OLE color: 11437785.

HSL color Cylindrical-coordinate representation of color #D986AE: hue angle of 331.08º 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 #D986AE is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB217134174-
CMYK00.380.200.15
HSL331.08º52.2%68.82%-
HSV(B)331.08º38.25%85.1%-
XYZ44.7834.8644.41-
YUV163.38134166.25-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.33%
GREEN value IS 134 (52.73% from 255) = 25.52%
BLUE value IS 174 (68.36% from 255) = 33.14%
R=41.33%
G=25.52%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713417400.380.200.15331.0852.268.82
HexD986AE02614F14b3445
Octal331206256046241751364105
Binary11011001100001101010111001001101010011111010010111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D986AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D986AE; }

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

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

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

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

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

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

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

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