#D991A1

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

Shades of Can Can #D991A1

Tints of Can Can #D991A1

Color information

#D991A1 (or 0xD991A1) is unknown color: approx Can Can. HEX triplet: D9, 91 and A1. RGB value is (217,145,161). Sum of RGB (Red+Green+Blue) = 217+145+161=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 145 (57.03% from 255 or 27.72% from 523); Blue value is 161 (63.28% from 255 or 30.78% from 523); Max value from RGB is 217 - color contains mainly: red. Hex color #D991A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D991A1 is #266E5E. Grayscale: #A8A8A8. Windows color (decimal): -2518623 or 10588633. OLE color: 10588633.

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

Color convert

RGB217145161-
CMYK00.330.260.15
HSL346.67º48.65%70.98%-
HSV(B)346.67º33.18%85.1%-
XYZ45.1737.5838.59-
YUV168.35123.85162.7-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.49%
GREEN value IS 145 (57.03% from 255) = 27.72%
BLUE value IS 161 (63.28% from 255) = 30.78%
R=41.49%
G=27.72%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714516100.330.260.15346.6748.6570.98
HexD991A10211AF15b3147
Octal331221241041321753361107
Binary11011001100100011010000101000011101011111010110111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D991A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D991A1; }

 p { color: rgb(217,145,161); }

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

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

 a { background-color: rgb(217,145,161); }

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

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

 span { border-color: rgb(217,145,161); }

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