#D58CA4

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

Shades of Can Can #D58CA4

Tints of Can Can #D58CA4

Color information

#D58CA4 (or 0xD58CA4) is unknown color: approx Can Can. HEX triplet: D5, 8C and A4. RGB value is (213,140,164). Sum of RGB (Red+Green+Blue) = 213+140+164=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 140 (55.08% from 255 or 27.08% from 517); Blue value is 164 (64.45% from 255 or 31.72% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D58CA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58CA4 is #2A735B. Grayscale: #A4A4A4. Windows color (decimal): -2782044 or 10783957. OLE color: 10783957.

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

Color convert

RGB213140164-
CMYK00.340.230.16
HSL340.27º46.5%69.22%-
HSV(B)340.27º34.27%83.53%-
XYZ43.5235.5839.7-
YUV164.56127.68162.55-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.20%
GREEN value IS 140 (55.08% from 255) = 27.08%
BLUE value IS 164 (64.45% from 255) = 31.72%
R=41.20%
G=27.08%
B=31.72%

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
Decimal21314016400.340.230.16340.2746.569.22
HexD58CA402217101542e45
Octal325214244042272052456105
Binary110101011000110010100100010001010111100001010101001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58CA4; }

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

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

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

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

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

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

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

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