#D483A5

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

Shades of Can Can #D483A5

Tints of Can Can #D483A5

Color information

#D483A5 (or 0xD483A5) is unknown color: approx Can Can. HEX triplet: D4, 83 and A5. RGB value is (212,131,165). Sum of RGB (Red+Green+Blue) = 212+131+165=508 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.73% from 508); Green value is 131 (51.56% from 255 or 25.79% from 508); Blue value is 165 (64.84% from 255 or 32.48% from 508); Max value from RGB is 212 - color contains mainly: red. Hex color #D483A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D483A5 is #2B7C5A. Grayscale: #9F9F9F. Windows color (decimal): -2849883 or 10847188. OLE color: 10847188.

HSL color Cylindrical-coordinate representation of color #D483A5: hue angle of 334.81º 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 #D483A5 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB212131165-
CMYK00.380.220.17
HSL334.81º48.5%67.25%-
HSV(B)334.81º38.21%83.14%-
XYZ42.0632.9539.74-
YUV159.1131.34165.74-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.73%
GREEN value IS 131 (51.56% from 255) = 25.79%
BLUE value IS 165 (64.84% from 255) = 32.48%
R=41.73%
G=25.79%
B=32.48%

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
Decimal21213116500.380.220.17334.8148.567.25
HexD483A5026161114f3143
Octal324203245046262151761103
Binary110101001000001110100101010011010110100011010011111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D483A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D483A5; }

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

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

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

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

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

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

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

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