#D485A1

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

Shades of Can Can #D485A1

Tints of Can Can #D485A1

Color information

#D485A1 (or 0xD485A1) is unknown color: approx Can Can. HEX triplet: D4, 85 and A1. RGB value is (212,133,161). Sum of RGB (Red+Green+Blue) = 212+133+161=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 133 (52.34% from 255 or 26.28% from 506); Blue value is 161 (63.28% from 255 or 31.82% from 506); Max value from RGB is 212 - color contains mainly: red. Hex color #D485A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D485A1 is #2B7A5E. Grayscale: #9F9F9F. Windows color (decimal): -2849375 or 10585556. OLE color: 10585556.

HSL color Cylindrical-coordinate representation of color #D485A1: hue angle of 338.73º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D485A1 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.17.

Color convert

RGB212133161-
CMYK00.370.240.17
HSL338.73º47.88%67.65%-
HSV(B)338.73º37.26%83.14%-
XYZ41.9733.3537.94-
YUV159.81128.67165.22-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.90%
GREEN value IS 133 (52.34% from 255) = 26.28%
BLUE value IS 161 (63.28% from 255) = 31.82%
R=41.90%
G=26.28%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213316100.370.240.17338.7347.8867.65
HexD485A102518111533044
Octal324205241045302152360104
Binary110101001000010110100001010010111000100011010100111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D485A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D485A1; }

 p { color: rgb(212,133,161); }

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

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

 a { background-color: rgb(212,133,161); }

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

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

 span { border-color: rgb(212,133,161); }

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