#D386A3

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

Shades of Can Can #D386A3

Tints of Can Can #D386A3

Color information

#D386A3 (or 0xD386A3) is unknown color: approx Can Can. HEX triplet: D3, 86 and A3. RGB value is (211,134,163). Sum of RGB (Red+Green+Blue) = 211+134+163=508 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.54% from 508); Green value is 134 (52.73% from 255 or 26.38% from 508); Blue value is 163 (64.06% from 255 or 32.09% from 508); Max value from RGB is 211 - color contains mainly: red. Hex color #D386A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D386A3 is #2C795C. Grayscale: #A0A0A0. Windows color (decimal): -2914653 or 10716883. OLE color: 10716883.

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

Color convert

RGB211134163-
CMYK00.360.230.17
HSL337.4º46.67%67.65%-
HSV(B)337.4º36.49%82.75%-
XYZ4233.5438.91-
YUV160.33129.51164.14-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.54%
GREEN value IS 134 (52.73% from 255) = 26.38%
BLUE value IS 163 (64.06% from 255) = 32.09%
R=41.54%
G=26.38%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113416300.360.230.17337.446.6767.65
HexD386A302417111512f44
Octal323206243044272152157104
Binary110100111000011010100011010010010111100011010100011011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D386A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D386A3; }

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

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

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

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

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

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

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

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