#D2839E

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

Shades of Can Can #D2839E

Tints of Can Can #D2839E

Color information

#D2839E (or 0xD2839E) is unknown color: approx Can Can. HEX triplet: D2, 83 and 9E. RGB value is (210,131,158). Sum of RGB (Red+Green+Blue) = 210+131+158=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 210 - color contains mainly: red. Hex color #D2839E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2839E is #2D7C61. Grayscale: #9D9D9D. Windows color (decimal): -2980962 or 10388434. OLE color: 10388434.

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

Color convert

RGB210131158-
CMYK00.380.250.18
HSL339.49º46.75%66.86%-
HSV(B)339.49º37.62%82.35%-
XYZ40.8732.436.45-
YUV157.7128.17165.3-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.08%
GREEN value IS 131 (51.56% from 255) = 26.25%
BLUE value IS 158 (62.11% from 255) = 31.66%
R=42.08%
G=26.25%
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.18
SystemRedGreenBlueCMYKHSL
Decimal21013115800.380.250.18339.4946.7566.86
HexD2839E02619121532f43
Octal322203236046312252357103
Binary110100101000001110011110010011011001100101010100111011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2839E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2839E; }

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

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

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

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

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

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

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

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