#D5919B

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

Shades of Can Can #D5919B

Tints of Can Can #D5919B

Color information

#D5919B (or 0xD5919B) is unknown color: approx Can Can. HEX triplet: D5, 91 and 9B. RGB value is (213,145,155). Sum of RGB (Red+Green+Blue) = 213+145+155=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 145 (57.03% from 255 or 28.27% from 513); Blue value is 155 (60.94% from 255 or 30.21% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D5919B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5919B is #2A6E64. Grayscale: #A6A6A6. Windows color (decimal): -2780773 or 10195413. OLE color: 10195413.

HSL color Cylindrical-coordinate representation of color #D5919B: hue angle of 351.18º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D5919B is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB213145155-
CMYK00.320.270.16
HSL351.18º44.74%70.2%-
HSV(B)351.18º31.92%83.53%-
XYZ43.4836.7635.81-
YUV166.47121.53161.19-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.52%
GREEN value IS 145 (57.03% from 255) = 28.27%
BLUE value IS 155 (60.94% from 255) = 30.21%
R=41.52%
G=28.27%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314515500.320.270.16351.1844.7470.2
HexD5919B0201B1015f2d46
Octal325221233040332053755106
Binary110101011001000110011011010000011011100001010111111011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5919B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5919B; }

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

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

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

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

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

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

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

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