#D386AE

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

Shades of Kobi #D386AE

Tints of Kobi #D386AE

Color information

#D386AE (or 0xD386AE) is unknown color: approx Kobi. HEX triplet: D3, 86 and AE. RGB value is (211,134,174). Sum of RGB (Red+Green+Blue) = 211+134+174=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 134 (52.73% from 255 or 25.82% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 211 - color contains mainly: red. Hex color #D386AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D386AE is #2C7951. Grayscale: #A1A1A1. Windows color (decimal): -2914642 or 11437779. OLE color: 11437779.

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

Color convert

RGB211134174-
CMYK00.360.180.17
HSL328.83º46.67%67.65%-
HSV(B)328.83º36.49%82.75%-
XYZ43.0333.9644.33-
YUV161.58135.01163.25-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.66%
GREEN value IS 134 (52.73% from 255) = 25.82%
BLUE value IS 174 (68.36% from 255) = 33.53%
R=40.66%
G=25.82%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113417400.360.180.17328.8346.6767.65
HexD386AE02412111492f44
Octal323206256044222151157104
Binary110100111000011010101110010010010010100011010010011011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D386AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D386AE; }

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

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

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

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

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

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

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

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