#D38D9F

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

Shades of Can Can #D38D9F

Tints of Can Can #D38D9F

Color information

#D38D9F (or 0xD38D9F) is unknown color: approx Can Can. HEX triplet: D3, 8D and 9F. RGB value is (211,141,159). Sum of RGB (Red+Green+Blue) = 211+141+159=511 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.29% from 511); Green value is 141 (55.47% from 255 or 27.59% from 511); Blue value is 159 (62.5% from 255 or 31.12% from 511); Max value from RGB is 211 - color contains mainly: red. Hex color #D38D9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38D9F is #2C7260. Grayscale: #A3A3A3. Windows color (decimal): -2912865 or 10456531. OLE color: 10456531.

HSL color Cylindrical-coordinate representation of color #D38D9F: hue angle of 344.57º 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 #D38D9F is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB211141159-
CMYK00.330.250.17
HSL344.57º44.3%69.02%-
HSV(B)344.57º33.18%82.75%-
XYZ42.6535.437.39-
YUV163.98125.19161.54-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.29%
GREEN value IS 141 (55.47% from 255) = 27.59%
BLUE value IS 159 (62.5% from 255) = 31.12%
R=41.29%
G=27.59%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114115900.330.250.17344.5744.369.02
HexD38D9F02119111592c45
Octal323215237041312153154105
Binary110100111000110110011111010000111001100011010110011011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38D9F; }

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

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

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

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

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

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

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

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