#D38DA5

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

Shades of Can Can #D38DA5

Tints of Can Can #D38DA5

Color information

#D38DA5 (or 0xD38DA5) is unknown color: approx Can Can. HEX triplet: D3, 8D and A5. RGB value is (211,141,165). Sum of RGB (Red+Green+Blue) = 211+141+165=517 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.81% from 517); Green value is 141 (55.47% from 255 or 27.27% from 517); Blue value is 165 (64.84% from 255 or 31.91% from 517); Max value from RGB is 211 - color contains mainly: red. Hex color #D38DA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38DA5 is #2C725A. Grayscale: #A4A4A4. Windows color (decimal): -2912859 or 10849747. OLE color: 10849747.

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

Color convert

RGB211141165-
CMYK00.330.220.17
HSL339.43º44.3%69.02%-
HSV(B)339.43º33.18%82.75%-
XYZ43.1835.6240.2-
YUV164.67128.19161.05-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.81%
GREEN value IS 141 (55.47% from 255) = 27.27%
BLUE value IS 165 (64.84% from 255) = 31.91%
R=40.81%
G=27.27%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114116500.330.220.17339.4344.369.02
HexD38DA502116111532c45
Octal323215245041262152354105
Binary110100111000110110100101010000110110100011010100111011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38DA5; }

 p { color: rgb(211,141,165); }

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

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

 a { background-color: rgb(211,141,165); }

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

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

 span { border-color: rgb(211,141,165); }

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