#D27FA2

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

Shades of Can Can #D27FA2

Tints of Can Can #D27FA2

Color information

#D27FA2 (or 0xD27FA2) is unknown color: approx Can Can. HEX triplet: D2, 7F and A2. RGB value is (210,127,162). Sum of RGB (Red+Green+Blue) = 210+127+162=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 162 (63.67% from 255 or 32.46% from 499); Max value from RGB is 210 - color contains mainly: red. Hex color #D27FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27FA2 is #2D805D. Grayscale: #9B9B9B. Windows color (decimal): -2981982 or 10649554. OLE color: 10649554.

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

Color convert

RGB210127162-
CMYK00.400.230.18
HSL334.7º47.98%66.08%-
HSV(B)334.7º39.52%82.35%-
XYZ40.6931.4938.12-
YUV155.81131.5166.65-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.08%
GREEN value IS 127 (50% from 255) = 25.45%
BLUE value IS 162 (63.67% from 255) = 32.46%
R=42.08%
G=25.45%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012716200.400.230.18334.747.9866.08
HexD27FA2028171214f3042
Octal322177242050272251760102
Binary11010010111111110100010010100010111100101010011111100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27FA2; }

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

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

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

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

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

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

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

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