#D38F9F

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

Shades of Can Can #D38F9F

Tints of Can Can #D38F9F

Color information

#D38F9F (or 0xD38F9F) is unknown color: approx Can Can. HEX triplet: D3, 8F and 9F. RGB value is (211,143,159). Sum of RGB (Red+Green+Blue) = 211+143+159=513 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.13% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 159 (62.5% from 255 or 30.99% from 513); Max value from RGB is 211 - color contains mainly: red. Hex color #D38F9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38F9F is #2C7060. Grayscale: #A5A5A5. Windows color (decimal): -2912353 or 10457043. OLE color: 10457043.

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

Color convert

RGB211143159-
CMYK00.320.250.17
HSL345.88º43.59%69.41%-
HSV(B)345.88º32.23%82.75%-
XYZ42.943637.49-
YUV165.16124.53160.7-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.13%
GREEN value IS 143 (56.25% from 255) = 27.88%
BLUE value IS 159 (62.5% from 255) = 30.99%
R=41.13%
G=27.88%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114315900.320.250.17345.8843.5969.41
HexD38F9F020191115a2c45
Octal323217237040312153254105
Binary110100111000111110011111010000011001100011010110101011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38F9F; }

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

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

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

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

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

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

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

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