#D58E83

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

Shades of My Pink #D58E83

Tints of My Pink #D58E83

Color information

#D58E83 (or 0xD58E83) is unknown color: approx My Pink. HEX triplet: D5, 8E and 83. RGB value is (213,142,131). Sum of RGB (Red+Green+Blue) = 213+142+131=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 142 (55.86% from 255 or 29.22% from 486); Blue value is 131 (51.56% from 255 or 26.95% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D58E83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58E83 is #2A717C. Grayscale: #A2A2A2. Windows color (decimal): -2781565 or 8621781. OLE color: 8621781.

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

Color convert

RGB213142131-
CMYK00.330.380.16
HSL8.05º49.4%67.45%-
HSV(B)8.05º38.5%83.53%-
XYZ41.2135.1326.08-
YUV161.98110.52164.39-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.83%
GREEN value IS 142 (55.86% from 255) = 29.22%
BLUE value IS 131 (51.56% from 255) = 26.95%
R=43.83%
G=29.22%
B=26.95%

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
Decimal21314213100.330.380.168.0549.467.45
HexD58E83021261083143
Octal32521620304146201061103
Binary11010101100011101000001101000011001101000010001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58E83; }

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

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

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

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

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

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

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

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