Html Css Color HEX #D58C7F My Pink

📋 copy color: '#D58C7F'

red 213 ◦ green 140 ◦ blue 127

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

Shades of My Pink #D58C7F

Tints of My Pink #D58C7F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.17%

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

R = 44.38%
G = 29.17%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D58C7F (or 0xD58C7F) is known color: My Pink. HEX triplet: D5, 8C and 7F. RGB value is (213,140,127). Sum of RGB (Red+Green+Blue) = 213+140+127=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 140 (55.08% from 255 or 29.17% from 480); Blue value is 127 (50% from 255 or 26.46% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58C7F is #2A7380. Grayscale: #A0A0A0. Windows color (decimal): -2782081 or 8359125. OLE color: 8359125.

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

Color convert

RGB 213 140 127 -
CMYK 0 0.34 0.40 0.16
HSL 9.07º 0.51% 0.67% -
HSV(B) 9.07º 0.4% 0.84% -
XYZ 40.65 34.43 24.58 -
YUV 160.35 109.18 165.56 -
System Red Green Blue C M Y K H S L
Decimal 213 140 127 0 0.34 0.40 0.16 9.07 0.51 0.67
Hex D5 8C 7F 0 22 28 10 9 33 43
Octal 325 214 177 0 42 50 20 11 63 103
Binary 11010101 10001100 1111111 0 100010 101000 10000 1001 110011 1000011

Color Harmonies of #D58C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58C7F

Black with #D58C7F

Text Example


Text Example

White with #D58C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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