#D386A9

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

Shades of Kobi #D386A9

Tints of Kobi #D386A9

Color information

#D386A9 (or 0xD386A9) is unknown color: approx Kobi. HEX triplet: D3, 86 and A9. RGB value is (211,134,169). Sum of RGB (Red+Green+Blue) = 211+134+169=514 (68% of max value = 765). Red value is 211 (82.81% from 255 or 41.05% from 514); Green value is 134 (52.73% from 255 or 26.07% from 514); Blue value is 169 (66.41% from 255 or 32.88% from 514); Max value from RGB is 211 - color contains mainly: red. Hex color #D386A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D386A9 is #2C7956. Grayscale: #A0A0A0. Windows color (decimal): -2914647 or 11110099. OLE color: 11110099.

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

Color convert

RGB211134169-
CMYK00.360.200.17
HSL332.73º46.67%67.65%-
HSV(B)332.73º36.49%82.75%-
XYZ42.5533.7641.81-
YUV161.01132.51163.65-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.05%
GREEN value IS 134 (52.73% from 255) = 26.07%
BLUE value IS 169 (66.41% from 255) = 32.88%
R=41.05%
G=26.07%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113416900.360.200.17332.7346.6767.65
HexD386A9024141114d2f44
Octal323206251044242151557104
Binary110100111000011010101001010010010100100011010011011011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D386A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D386A9; }

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

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

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

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

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

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

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

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