#D58A85

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

Shades of My Pink #D58A85

Tints of My Pink #D58A85

Color information

#D58A85 (or 0xD58A85) is unknown color: approx My Pink. HEX triplet: D5, 8A and 85. RGB value is (213,138,133). Sum of RGB (Red+Green+Blue) = 213+138+133=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 133 (52.34% from 255 or 27.48% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58A85 is #2A757A. Grayscale: #9F9F9F. Windows color (decimal): -2782587 or 8751829. OLE color: 8751829.

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

Color convert

RGB213138133-
CMYK00.350.380.16
HSL3.75º48.78%67.84%-
HSV(B)3.75º37.56%83.53%-
XYZ40.7634.0226.61-
YUV159.85112.85165.91-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.01%
GREEN value IS 138 (54.30% from 255) = 28.51%
BLUE value IS 133 (52.34% from 255) = 27.48%
R=44.01%
G=28.51%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313813300.350.380.163.7548.7867.84
HexD58A85023261043144
Octal3252122050434620461104
Binary1101010110001010100001010100011100110100001001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58A85; }

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

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

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

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

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

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

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

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