#D48D9F

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

Shades of Can Can #D48D9F

Tints of Can Can #D48D9F

Color information

#D48D9F (or 0xD48D9F) is unknown color: approx Can Can. HEX triplet: D4, 8D and 9F. RGB value is (212,141,159). Sum of RGB (Red+Green+Blue) = 212+141+159=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 159 (62.5% from 255 or 31.05% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D48D9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48D9F is #2B7260. Grayscale: #A4A4A4. Windows color (decimal): -2847329 or 10456532. OLE color: 10456532.

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

Color convert

RGB212141159-
CMYK00.330.250.17
HSL344.79º45.22%69.22%-
HSV(B)344.79º33.49%83.14%-
XYZ42.9335.5537.4-
YUV164.28125.02162.04-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.41%
GREEN value IS 141 (55.47% from 255) = 27.54%
BLUE value IS 159 (62.5% from 255) = 31.05%
R=41.41%
G=27.54%
B=31.05%

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
Decimal21214115900.330.250.17344.7945.2269.22
HexD48D9F02119111592d45
Octal324215237041312153155105
Binary110101001000110110011111010000111001100011010110011011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48D9F; }

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

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

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

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

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

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

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

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