#D58F9D

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

Shades of Can Can #D58F9D

Tints of Can Can #D58F9D

Color information

#D58F9D (or 0xD58F9D) is unknown color: approx Can Can. HEX triplet: D5, 8F and 9D. RGB value is (213,143,157). Sum of RGB (Red+Green+Blue) = 213+143+157=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58F9D is #2A7062. Grayscale: #A5A5A5. Windows color (decimal): -2781283 or 10325973. OLE color: 10325973.

HSL color Cylindrical-coordinate representation of color #D58F9D: hue angle of 348º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D58F9D is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB213143157-
CMYK00.330.260.16
HSL348º45.45%69.8%-
HSV(B)348º32.86%83.53%-
XYZ43.3536.2336.61-
YUV165.53123.19161.86-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.52%
GREEN value IS 143 (56.25% from 255) = 27.88%
BLUE value IS 157 (61.72% from 255) = 30.60%
R=41.52%
G=27.88%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314315700.330.260.1634845.4569.8
HexD58F9D0211A1015c2d46
Octal325217235041322053455106
Binary110101011000111110011101010000111010100001010111001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58F9D; }

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

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

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

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

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

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

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

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