#D386AB

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

Shades of Kobi #D386AB

Tints of Kobi #D386AB

Color information

#D386AB (or 0xD386AB) is unknown color: approx Kobi. HEX triplet: D3, 86 and AB. RGB value is (211,134,171). Sum of RGB (Red+Green+Blue) = 211+134+171=516 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.89% from 516); Green value is 134 (52.73% from 255 or 25.97% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 211 - color contains mainly: red. Hex color #D386AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D386AB is #2C7954. Grayscale: #A1A1A1. Windows color (decimal): -2914645 or 11241171. OLE color: 11241171.

HSL color Cylindrical-coordinate representation of color #D386AB: hue angle of 331.17º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D386AB is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB211134171-
CMYK00.360.190.17
HSL331.17º46.67%67.65%-
HSV(B)331.17º36.49%82.75%-
XYZ42.7433.8442.81-
YUV161.24133.51163.49-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.89%
GREEN value IS 134 (52.73% from 255) = 25.97%
BLUE value IS 171 (67.19% from 255) = 33.14%
R=40.89%
G=25.97%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113417100.360.190.17331.1746.6767.65
HexD386AB024131114b2f44
Octal323206253044232151357104
Binary110100111000011010101011010010010011100011010010111011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D386AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D386AB; }

 p { color: rgb(211,134,171); }

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

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

 a { background-color: rgb(211,134,171); }

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

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

 span { border-color: rgb(211,134,171); }

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