#D58FA1

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

Shades of Can Can #D58FA1

Tints of Can Can #D58FA1

Color information

#D58FA1 (or 0xD58FA1) is unknown color: approx Can Can. HEX triplet: D5, 8F and A1. RGB value is (213,143,161). Sum of RGB (Red+Green+Blue) = 213+143+161=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 161 (63.28% from 255 or 31.14% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D58FA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58FA1 is #2A705E. Grayscale: #A5A5A5. Windows color (decimal): -2781279 or 10588117. OLE color: 10588117.

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

Color convert

RGB213143161-
CMYK00.330.240.16
HSL344.57º45.45%69.8%-
HSV(B)344.57º32.86%83.53%-
XYZ43.736.3638.43-
YUV165.98125.19161.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.20%
GREEN value IS 143 (56.25% from 255) = 27.66%
BLUE value IS 161 (63.28% from 255) = 31.14%
R=41.20%
G=27.66%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314316100.330.240.16344.5745.4569.8
HexD58FA102118101592d46
Octal325217241041302053155106
Binary110101011000111110100001010000111000100001010110011011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58FA1; }

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

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

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

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

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

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

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

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