#D27EA2

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

Shades of Can Can #D27EA2

Tints of Can Can #D27EA2

Color information

#D27EA2 (or 0xD27EA2) is unknown color: approx Can Can. HEX triplet: D2, 7E and A2. RGB value is (210,126,162). Sum of RGB (Red+Green+Blue) = 210+126+162=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 126 (49.61% from 255 or 25.30% from 498); Blue value is 162 (63.67% from 255 or 32.53% from 498); Max value from RGB is 210 - color contains mainly: red. Hex color #D27EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27EA2 is #2D815D. Grayscale: #9B9B9B. Windows color (decimal): -2982238 or 10649298. OLE color: 10649298.

HSL color Cylindrical-coordinate representation of color #D27EA2: hue angle of 334.29º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D27EA2 is Cyan = 0, Magento = 0.4, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB210126162-
CMYK00.40.230.18
HSL334.29º48.28%65.88%-
HSV(B)334.29º40%82.35%-
XYZ40.5631.2338.07-
YUV155.22131.83167.07-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.17%
GREEN value IS 126 (49.61% from 255) = 25.30%
BLUE value IS 162 (63.67% from 255) = 32.53%
R=42.17%
G=25.30%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012616200.40.230.18334.2948.2865.88
HexD27EA2028171214e3042
Octal322176242050272251660102
Binary11010010111111010100010010100010111100101010011101100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27EA2; }

 p { color: rgb(210,126,162); }

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

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

 a { background-color: rgb(210,126,162); }

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

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

 span { border-color: rgb(210,126,162); }

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