#D390A1

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

Shades of Can Can #D390A1

Tints of Can Can #D390A1

Color information

#D390A1 (or 0xD390A1) is unknown color: approx Can Can. HEX triplet: D3, 90 and A1. RGB value is (211,144,161). Sum of RGB (Red+Green+Blue) = 211+144+161=516 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.89% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 161 (63.28% from 255 or 31.20% from 516); Max value from RGB is 211 - color contains mainly: red. Hex color #D390A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D390A1 is #2C6F5E. Grayscale: #A5A5A5. Windows color (decimal): -2912095 or 10588371. OLE color: 10588371.

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

Color convert

RGB211144161-
CMYK00.320.240.17
HSL344.78º43.23%69.61%-
HSV(B)344.78º31.75%82.75%-
XYZ43.2736.3738.46-
YUV165.97125.2160.12-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.89%
GREEN value IS 144 (56.64% from 255) = 27.91%
BLUE value IS 161 (63.28% from 255) = 31.20%
R=40.89%
G=27.91%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114416100.320.240.17344.7843.2369.61
HexD390A102018111592b46
Octal323220241040302153153106
Binary110100111001000010100001010000011000100011010110011010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D390A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D390A1; }

 p { color: rgb(211,144,161); }

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

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

 a { background-color: rgb(211,144,161); }

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

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

 span { border-color: rgb(211,144,161); }

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