#D483A6

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

Shades of Can Can #D483A6

Tints of Can Can #D483A6

Color information

#D483A6 (or 0xD483A6) is unknown color: approx Can Can. HEX triplet: D4, 83 and A6. RGB value is (212,131,166). Sum of RGB (Red+Green+Blue) = 212+131+166=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 131 (51.56% from 255 or 25.74% from 509); Blue value is 166 (65.23% from 255 or 32.61% from 509); Max value from RGB is 212 - color contains mainly: red. Hex color #D483A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D483A6 is #2B7C59. Grayscale: #9F9F9F. Windows color (decimal): -2849882 or 10912724. OLE color: 10912724.

HSL color Cylindrical-coordinate representation of color #D483A6: hue angle of 334.07º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D483A6 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB212131166-
CMYK00.380.220.17
HSL334.07º48.5%67.25%-
HSV(B)334.07º38.21%83.14%-
XYZ42.1532.9840.22-
YUV159.21131.84165.65-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.65%
GREEN value IS 131 (51.56% from 255) = 25.74%
BLUE value IS 166 (65.23% from 255) = 32.61%
R=41.65%
G=25.74%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213116600.380.220.17334.0748.567.25
HexD483A6026161114e3143
Octal324203246046262151661103
Binary110101001000001110100110010011010110100011010011101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D483A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D483A6; }

 p { color: rgb(212,131,166); }

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

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

 a { background-color: rgb(212,131,166); }

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

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

 span { border-color: rgb(212,131,166); }

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