#D58394

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

Shades of Can Can #D58394

Tints of Can Can #D58394

Color information

#D58394 (or 0xD58394) is unknown color: approx Can Can. HEX triplet: D5, 83 and 94. RGB value is (213,131,148). Sum of RGB (Red+Green+Blue) = 213+131+148=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 213 - color contains mainly: red. Hex color #D58394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58394 is #2A7C6B. Grayscale: #9D9D9D. Windows color (decimal): -2784364 or 9733077. OLE color: 9733077.

HSL color Cylindrical-coordinate representation of color #D58394: hue angle of 347.56º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D58394 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB213131148-
CMYK00.380.310.16
HSL347.56º49.4%67.45%-
HSV(B)347.56º38.5%83.53%-
XYZ40.932.5232.14-
YUV157.46122.67167.62-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.29%
GREEN value IS 131 (51.56% from 255) = 26.63%
BLUE value IS 148 (58.20% from 255) = 30.08%
R=43.29%
G=26.63%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313114800.380.310.16347.5649.467.45
HexD583940261F1015c3143
Octal325203224046372053461103
Binary110101011000001110010100010011011111100001010111001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58394; }

 p { color: rgb(213,131,148); }

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

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

 a { background-color: rgb(213,131,148); }

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

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

 span { border-color: rgb(213,131,148); }

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