#D58DA4

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

Shades of Can Can #D58DA4

Tints of Can Can #D58DA4

Color information

#D58DA4 (or 0xD58DA4) is unknown color: approx Can Can. HEX triplet: D5, 8D and A4. RGB value is (213,141,164). Sum of RGB (Red+Green+Blue) = 213+141+164=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 141 (55.47% from 255 or 27.22% from 518); Blue value is 164 (64.45% from 255 or 31.66% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D58DA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58DA4 is #2A725B. Grayscale: #A5A5A5. Windows color (decimal): -2781788 or 10784213. OLE color: 10784213.

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

Color convert

RGB213141164-
CMYK00.340.230.16
HSL340.83º46.15%69.41%-
HSV(B)340.83º33.8%83.53%-
XYZ43.6735.8839.75-
YUV165.15127.35162.13-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.12%
GREEN value IS 141 (55.47% from 255) = 27.22%
BLUE value IS 164 (64.45% from 255) = 31.66%
R=41.12%
G=27.22%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314116400.340.230.16340.8346.1569.41
HexD58DA402217101552e45
Octal325215244042272052556105
Binary110101011000110110100100010001010111100001010101011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58DA4; }

 p { color: rgb(213,141,164); }

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

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

 a { background-color: rgb(213,141,164); }

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

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

 span { border-color: rgb(213,141,164); }

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