#D58F85

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

Shades of My Pink #D58F85

Tints of My Pink #D58F85

Color information

#D58F85 (or 0xD58F85) is unknown color: approx My Pink. HEX triplet: D5, 8F and 85. RGB value is (213,143,133). Sum of RGB (Red+Green+Blue) = 213+143+133=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58F85 is #2A707A. Grayscale: #A2A2A2. Windows color (decimal): -2781307 or 8753109. OLE color: 8753109.

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

Color convert

RGB213143133-
CMYK00.330.380.16
HSL7.5º48.78%67.84%-
HSV(B)7.5º37.56%83.53%-
XYZ41.535.4826.85-
YUV162.79111.19163.81-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.56%
GREEN value IS 143 (56.25% from 255) = 29.24%
BLUE value IS 133 (52.34% from 255) = 27.20%
R=43.56%
G=29.24%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314313300.330.380.167.548.7867.84
HexD58F85021261083144
Octal32521720504146201061104
Binary11010101100011111000010101000011001101000010001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58F85; }

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

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

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

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

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

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

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

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