#D3829D

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

Shades of Can Can #D3829D

Tints of Can Can #D3829D

Color information

#D3829D (or 0xD3829D) is unknown color: approx Can Can. HEX triplet: D3, 82 and 9D. RGB value is (211,130,157). Sum of RGB (Red+Green+Blue) = 211+130+157=498 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.37% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 157 (61.72% from 255 or 31.53% from 498); Max value from RGB is 211 - color contains mainly: red. Hex color #D3829D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3829D is #2C7D62. Grayscale: #9D9D9D. Windows color (decimal): -2915683 or 10322643. OLE color: 10322643.

HSL color Cylindrical-coordinate representation of color #D3829D: hue angle of 340º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D3829D is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB211130157-
CMYK00.380.260.17
HSL340º47.93%66.86%-
HSV(B)340º38.39%82.75%-
XYZ40.9332.2535.97-
YUV157.3127.84166.3-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.37%
GREEN value IS 130 (51.17% from 255) = 26.10%
BLUE value IS 157 (61.72% from 255) = 31.53%
R=42.37%
G=26.10%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113015700.380.260.1734047.9366.86
HexD3829D0261A111543043
Octal323202235046322152460103
Binary110100111000001010011101010011011010100011010101001100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3829D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3829D; }

 p { color: rgb(211,130,157); }

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

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

 a { background-color: rgb(211,130,157); }

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

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

 span { border-color: rgb(211,130,157); }

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