#D4919E

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

Shades of Can Can #D4919E

Tints of Can Can #D4919E

Color information

#D4919E (or 0xD4919E) is unknown color: approx Can Can. HEX triplet: D4, 91 and 9E. RGB value is (212,145,158). Sum of RGB (Red+Green+Blue) = 212+145+158=515 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.17% from 515); Green value is 145 (57.03% from 255 or 28.16% from 515); Blue value is 158 (62.11% from 255 or 30.68% from 515); Max value from RGB is 212 - color contains mainly: red. Hex color #D4919E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4919E is #2B6E61. Grayscale: #A6A6A6. Windows color (decimal): -2846306 or 10392020. OLE color: 10392020.

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

Color convert

RGB212145158-
CMYK00.320.250.17
HSL348.36º43.79%70%-
HSV(B)348.36º31.6%83.14%-
XYZ43.4536.7237.14-
YUV166.52123.2160.44-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.17%
GREEN value IS 145 (57.03% from 255) = 28.16%
BLUE value IS 158 (62.11% from 255) = 30.68%
R=41.17%
G=28.16%
B=30.68%

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
Decimal21214515800.320.250.17348.3643.7970
HexD4919E020191115c2c46
Octal324221236040312153454106
Binary110101001001000110011110010000011001100011010111001011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4919E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4919E; }

 p { color: rgb(212,145,158); }

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

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

 a { background-color: rgb(212,145,158); }

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

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

 span { border-color: rgb(212,145,158); }

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