#D4829D

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

Shades of Can Can #D4829D

Tints of Can Can #D4829D

Color information

#D4829D (or 0xD4829D) is unknown color: approx Can Can. HEX triplet: D4, 82 and 9D. RGB value is (212,130,157). Sum of RGB (Red+Green+Blue) = 212+130+157=499 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.48% from 499); Green value is 130 (51.17% from 255 or 26.05% from 499); Blue value is 157 (61.72% from 255 or 31.46% from 499); Max value from RGB is 212 - color contains mainly: red. Hex color #D4829D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4829D is #2B7D62. Grayscale: #9D9D9D. Windows color (decimal): -2850147 or 10322644. OLE color: 10322644.

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

Color convert

RGB212130157-
CMYK00.390.260.17
HSL340.24º48.81%67.06%-
HSV(B)340.24º38.68%83.14%-
XYZ41.2232.435.98-
YUV157.6127.67166.8-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.48%
GREEN value IS 130 (51.17% from 255) = 26.05%
BLUE value IS 157 (61.72% from 255) = 31.46%
R=42.48%
G=26.05%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213015700.390.260.17340.2448.8167.06
HexD4829D0271A111543143
Octal324202235047322152461103
Binary110101001000001010011101010011111010100011010101001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4829D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4829D; }

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

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

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

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

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

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

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

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