#D58A94

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

Shades of Can Can #D58A94

Tints of Can Can #D58A94

Color information

#D58A94 (or 0xD58A94) is unknown color: approx Can Can. HEX triplet: D5, 8A and 94. RGB value is (213,138,148). Sum of RGB (Red+Green+Blue) = 213+138+148=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 138 (54.30% from 255 or 27.66% from 499); Blue value is 148 (58.20% from 255 or 29.66% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58A94 is #2A756B. Grayscale: #A1A1A1. Windows color (decimal): -2782572 or 9734869. OLE color: 9734869.

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

Color convert

RGB213138148-
CMYK00.350.310.16
HSL352º47.17%68.82%-
HSV(B)352º35.21%83.53%-
XYZ41.8734.4632.46-
YUV161.56120.35164.69-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.69%
GREEN value IS 138 (54.30% from 255) = 27.66%
BLUE value IS 148 (58.20% from 255) = 29.66%
R=42.69%
G=27.66%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313814800.350.310.1635247.1768.82
HexD58A940231F101602f45
Octal325212224043372054057105
Binary110101011000101010010100010001111111100001011000001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58A94; }

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

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

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

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

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

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

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

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