#D28CA5

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

Shades of Can Can #D28CA5

Tints of Can Can #D28CA5

Color information

#D28CA5 (or 0xD28CA5) is unknown color: approx Can Can. HEX triplet: D2, 8C and A5. RGB value is (210,140,165). Sum of RGB (Red+Green+Blue) = 210+140+165=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 140 (55.08% from 255 or 27.18% from 515); Blue value is 165 (64.84% from 255 or 32.04% from 515); Max value from RGB is 210 - color contains mainly: red. Hex color #D28CA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28CA5 is #2D735A. Grayscale: #A3A3A3. Windows color (decimal): -2978651 or 10849490. OLE color: 10849490.

HSL color Cylindrical-coordinate representation of color #D28CA5: hue angle of 338.57º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D28CA5 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB210140165-
CMYK00.330.210.18
HSL338.57º43.75%68.63%-
HSV(B)338.57º33.33%82.35%-
XYZ42.7535.1740.13-
YUV163.78128.69160.97-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.78%
GREEN value IS 140 (55.08% from 255) = 27.18%
BLUE value IS 165 (64.84% from 255) = 32.04%
R=40.78%
G=27.18%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014016500.330.210.18338.5743.7568.63
HexD28CA502115121532c45
Octal322214245041252252354105
Binary110100101000110010100101010000110101100101010100111011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28CA5; }

 p { color: rgb(210,140,165); }

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

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

 a { background-color: rgb(210,140,165); }

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

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

 span { border-color: rgb(210,140,165); }

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