#D3829F

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

Shades of Can Can #D3829F

Tints of Can Can #D3829F

Color information

#D3829F (or 0xD3829F) is unknown color: approx Can Can. HEX triplet: D3, 82 and 9F. RGB value is (211,130,159). Sum of RGB (Red+Green+Blue) = 211+130+159=500 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.2% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 159 (62.5% from 255 or 31.8% from 500); Max value from RGB is 211 - color contains mainly: red. Hex color #D3829F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3829F is #2C7D60. Grayscale: #9D9D9D. Windows color (decimal): -2915681 or 10453715. OLE color: 10453715.

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

Color convert

RGB211130159-
CMYK00.380.250.17
HSL338.52º47.93%66.86%-
HSV(B)338.52º38.39%82.75%-
XYZ41.132.3236.87-
YUV157.52128.84166.14-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.2%
GREEN value IS 130 (51.17% from 255) = 26%
BLUE value IS 159 (62.5% from 255) = 31.8%
R=42.2%
G=26%
B=31.8%

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
Decimal21113015900.380.250.17338.5247.9366.86
HexD3829F02619111533043
Octal323202237046312152360103
Binary110100111000001010011111010011011001100011010100111100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3829F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3829F; }

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

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

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

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

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

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

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

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