#D58E7D

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

Shades of My Pink #D58E7D

Tints of My Pink #D58E7D

Color information

#D58E7D (or 0xD58E7D) is unknown color: approx My Pink. HEX triplet: D5, 8E and 7D. RGB value is (213,142,125). Sum of RGB (Red+Green+Blue) = 213+142+125=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 142 (55.86% from 255 or 29.58% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D58E7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58E7D is #2A7182. Grayscale: #A1A1A1. Windows color (decimal): -2781571 or 8228565. OLE color: 8228565.

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

Color convert

RGB213142125-
CMYK00.330.410.16
HSL11.59º51.16%66.27%-
HSV(B)11.59º41.31%83.53%-
XYZ40.8234.9724-
YUV161.29107.52164.88-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.38%
GREEN value IS 142 (55.86% from 255) = 29.58%
BLUE value IS 125 (49.22% from 255) = 26.04%
R=44.38%
G=29.58%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314212500.330.410.1611.5951.1666.27
HexD58E7D0212910c3342
Octal32521617504151201463102
Binary1101010110001110111110101000011010011000011001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58E7D; }

 p { color: rgb(213,142,125); }

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

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

 a { background-color: rgb(213,142,125); }

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

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

 span { border-color: rgb(213,142,125); }

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