#D993A0

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

Shades of Can Can #D993A0

Tints of Can Can #D993A0

Color information

#D993A0 (or 0xD993A0) is unknown color: approx Can Can. HEX triplet: D9, 93 and A0. RGB value is (217,147,160). Sum of RGB (Red+Green+Blue) = 217+147+160=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 147 (57.81% from 255 or 28.05% from 524); Blue value is 160 (62.89% from 255 or 30.53% from 524); Max value from RGB is 217 - color contains mainly: red. Hex color #D993A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D993A0 is #266C5F. Grayscale: #A9A9A9. Windows color (decimal): -2518112 or 10523609. OLE color: 10523609.

HSL color Cylindrical-coordinate representation of color #D993A0: hue angle of 348.86º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D993A0 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB217147160-
CMYK00.320.260.15
HSL348.86º47.95%71.37%-
HSV(B)348.86º32.26%85.1%-
XYZ45.3938.1638.23-
YUV169.41122.69161.94-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.41%
GREEN value IS 147 (57.81% from 255) = 28.05%
BLUE value IS 160 (62.89% from 255) = 30.53%
R=41.41%
G=28.05%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714716000.320.260.15348.8647.9571.37
HexD993A00201AF15d3047
Octal331223240040321753560107
Binary11011001100100111010000001000001101011111010111011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D993A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D993A0; }

 p { color: rgb(217,147,160); }

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

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

 a { background-color: rgb(217,147,160); }

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

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

 span { border-color: rgb(217,147,160); }

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