#D4919B

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

Shades of Can Can #D4919B

Tints of Can Can #D4919B

Color information

#D4919B (or 0xD4919B) is unknown color: approx Can Can. HEX triplet: D4, 91 and 9B. RGB value is (212,145,155). Sum of RGB (Red+Green+Blue) = 212+145+155=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 145 (57.03% from 255 or 28.32% from 512); Blue value is 155 (60.94% from 255 or 30.27% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D4919B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4919B is #2B6E64. Grayscale: #A6A6A6. Windows color (decimal): -2846309 or 10195412. OLE color: 10195412.

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

Color convert

RGB212145155-
CMYK00.320.270.17
HSL351.04º43.79%70%-
HSV(B)351.04º31.6%83.14%-
XYZ43.1936.6135.8-
YUV166.17121.7160.69-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.41%
GREEN value IS 145 (57.03% from 255) = 28.32%
BLUE value IS 155 (60.94% from 255) = 30.27%
R=41.41%
G=28.32%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214515500.320.270.17351.0443.7970
HexD4919B0201B1115f2c46
Octal324221233040332153754106
Binary110101001001000110011011010000011011100011010111111011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4919B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4919B; }

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

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

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

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

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

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

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

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