#D5909E

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

Shades of Can Can #D5909E

Tints of Can Can #D5909E

Color information

#D5909E (or 0xD5909E) is unknown color: approx Can Can. HEX triplet: D5, 90 and 9E. RGB value is (213,144,158). Sum of RGB (Red+Green+Blue) = 213+144+158=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 144 (56.64% from 255 or 27.96% from 515); Blue value is 158 (62.11% from 255 or 30.68% from 515); Max value from RGB is 213 - color contains mainly: red. Hex color #D5909E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5909E is #2A6F61. Grayscale: #A6A6A6. Windows color (decimal): -2781026 or 10391765. OLE color: 10391765.

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

Color convert

RGB213144158-
CMYK00.320.260.16
HSL347.83º45.1%70%-
HSV(B)347.83º32.39%83.53%-
XYZ43.5936.5637.11-
YUV166.23123.36161.36-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.36%
GREEN value IS 144 (56.64% from 255) = 27.96%
BLUE value IS 158 (62.11% from 255) = 30.68%
R=41.36%
G=27.96%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314415800.320.260.16347.8345.170
HexD5909E0201A1015c2d46
Octal325220236040322053455106
Binary110101011001000010011110010000011010100001010111001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5909E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5909E; }

 p { color: rgb(213,144,158); }

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

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

 a { background-color: rgb(213,144,158); }

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

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

 span { border-color: rgb(213,144,158); }

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