#D58A9D

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

Shades of Can Can #D58A9D

Tints of Can Can #D58A9D

Color information

#D58A9D (or 0xD58A9D) is unknown color: approx Can Can. HEX triplet: D5, 8A and 9D. RGB value is (213,138,157). Sum of RGB (Red+Green+Blue) = 213+138+157=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 157 (61.72% from 255 or 30.91% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58A9D is #2A7562. Grayscale: #A2A2A2. Windows color (decimal): -2782563 or 10324693. OLE color: 10324693.

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

Color convert

RGB213138157-
CMYK00.350.260.16
HSL344.8º47.17%68.82%-
HSV(B)344.8º35.21%83.53%-
XYZ42.6134.7636.36-
YUV162.59124.85163.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.93%
GREEN value IS 138 (54.30% from 255) = 27.17%
BLUE value IS 157 (61.72% from 255) = 30.91%
R=41.93%
G=27.17%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313815700.350.260.16344.847.1768.82
HexD58A9D0231A101592f45
Octal325212235043322053157105
Binary110101011000101010011101010001111010100001010110011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58A9D; }

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

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

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

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

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

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

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

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