#D2849E

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

Shades of Can Can #D2849E

Tints of Can Can #D2849E

Color information

#D2849E (or 0xD2849E) is unknown color: approx Can Can. HEX triplet: D2, 84 and 9E. RGB value is (210,132,158). Sum of RGB (Red+Green+Blue) = 210+132+158=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 132 (51.95% from 255 or 26.4% from 500); Blue value is 158 (62.11% from 255 or 31.6% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D2849E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2849E is #2D7B61. Grayscale: #9E9E9E. Windows color (decimal): -2980706 or 10388690. OLE color: 10388690.

HSL color Cylindrical-coordinate representation of color #D2849E: hue angle of 340º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D2849E is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB210132158-
CMYK00.370.250.18
HSL340º46.43%67.06%-
HSV(B)340º37.14%82.35%-
XYZ4132.6736.49-
YUV158.29127.84164.89-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42%
GREEN value IS 132 (51.95% from 255) = 26.4%
BLUE value IS 158 (62.11% from 255) = 31.6%
R=42%
G=26.4%
B=31.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013215800.370.250.1834046.4367.06
HexD2849E02519121542e43
Octal322204236045312252456103
Binary110100101000010010011110010010111001100101010101001011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2849E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2849E; }

 p { color: rgb(210,132,158); }

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

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

 a { background-color: rgb(210,132,158); }

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

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

 span { border-color: rgb(210,132,158); }

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