#D3829E

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

Shades of Can Can #D3829E

Tints of Can Can #D3829E

Color information

#D3829E (or 0xD3829E) is unknown color: approx Can Can. HEX triplet: D3, 82 and 9E. RGB value is (211,130,158). Sum of RGB (Red+Green+Blue) = 211+130+158=499 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.28% from 499); Green value is 130 (51.17% from 255 or 26.05% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 211 - color contains mainly: red. Hex color #D3829E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3829E is #2C7D61. Grayscale: #9D9D9D. Windows color (decimal): -2915682 or 10388179. OLE color: 10388179.

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

Color convert

RGB211130158-
CMYK00.380.250.17
HSL339.26º47.93%66.86%-
HSV(B)339.26º38.39%82.75%-
XYZ41.0232.2836.42-
YUV157.41128.34166.22-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.28%
GREEN value IS 130 (51.17% from 255) = 26.05%
BLUE value IS 158 (62.11% from 255) = 31.66%
R=42.28%
G=26.05%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113015800.380.250.17339.2647.9366.86
HexD3829E02619111533043
Octal323202236046312152360103
Binary110100111000001010011110010011011001100011010100111100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3829E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3829E; }

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

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

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

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

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

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

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

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