#D27EA7

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

Shades of Can Can #D27EA7

Tints of Can Can #D27EA7

Color information

#D27EA7 (or 0xD27EA7) is unknown color: approx Can Can. HEX triplet: D2, 7E and A7. RGB value is (210,126,167). Sum of RGB (Red+Green+Blue) = 210+126+167=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 126 (49.61% from 255 or 25.05% from 503); Blue value is 167 (65.62% from 255 or 33.20% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D27EA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27EA7 is #2D8158. Grayscale: #9B9B9B. Windows color (decimal): -2982233 or 10976978. OLE color: 10976978.

HSL color Cylindrical-coordinate representation of color #D27EA7: hue angle of 330.71º 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 #D27EA7 is Cyan = 0, Magento = 0.4, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB210126167-
CMYK00.40.200.18
HSL330.71º48.28%65.88%-
HSV(B)330.71º40%82.35%-
XYZ41.0131.4140.46-
YUV155.79134.33166.67-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.75%
GREEN value IS 126 (49.61% from 255) = 25.05%
BLUE value IS 167 (65.62% from 255) = 33.20%
R=41.75%
G=25.05%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012616700.40.200.18330.7148.2865.88
HexD27EA7028141214b3042
Octal322176247050242251360102
Binary11010010111111010100111010100010100100101010010111100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27EA7; }

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

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

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

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

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

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

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

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