Html Css Color HEX #D58E7F My Pink

📋 copy color: '#D58E7F'

red 213 ◦ green 142 ◦ blue 127

#D58E7F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of My Pink #D58E7F

Tints of My Pink #D58E7F

RGB

 RED value IS 213 (83.59% from 255) = 44.19%

 GREEN value IS 142 (55.86% from 255) = 29.46%

 BLUE value IS 127 (50% from 255) = 26.35%

R = 44.19%
G = 29.46%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D58E7F (or 0xD58E7F) is known color: My Pink. HEX triplet: D5, 8E and 7F. RGB value is (213,142,127). Sum of RGB (Red+Green+Blue) = 213+142+127=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D58E7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58E7F is #2A7180. Grayscale: #A1A1A1. Windows color (decimal): -2781569 or 8359637. OLE color: 8359637.

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

Color convert

RGB 213 142 127 -
CMYK 0 0.33 0.40 0.16
HSL 10.47º 0.51% 0.67% -
HSV(B) 10.47º 0.4% 0.84% -
XYZ 40.94 35.02 24.68 -
YUV 161.52 108.52 164.72 -
System Red Green Blue C M Y K H S L
Decimal 213 142 127 0 0.33 0.40 0.16 10.47 0.51 0.67
Hex D5 8E 7F 0 21 28 10 A 33 43
Octal 325 216 177 0 41 50 20 12 63 103
Binary 11010101 10001110 1111111 0 100001 101000 10000 1010 110011 1000011

Color Harmonies of #D58E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58E7F

Black with #D58E7F

Text Example


Text Example

White with #D58E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58E7F; }

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

 H1.HeaderClassName
 {
   color: #D58E7F;
 }
 .AnyTagClassName
 {
   color: #D58E7F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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