Html Css Color HEX #D58A7D My Pink

📋 copy color: '#D58A7D'

red 213 ◦ green 138 ◦ blue 125

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

Shades of My Pink #D58A7D

Tints of My Pink #D58A7D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.99%

 BLUE value IS 125 (49.22% from 255) = 26.26%

R = 44.75%
G = 28.99%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D58A7D (or 0xD58A7D) is known color: My Pink. HEX triplet: D5, 8A and 7D. RGB value is (213,138,125). Sum of RGB (Red+Green+Blue) = 213+138+125=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58A7D is #2A7582. Grayscale: #9F9F9F. Windows color (decimal): -2782595 or 8227541. OLE color: 8227541.

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

Color convert

RGB 213 138 125 -
CMYK 0 0.35 0.41 0.16
HSL 8.86º 0.51% 0.66% -
HSV(B) 8.86º 0.41% 0.84% -
XYZ 40.23 33.8 23.81 -
YUV 158.94 108.85 166.56 -
System Red Green Blue C M Y K H S L
Decimal 213 138 125 0 0.35 0.41 0.16 8.86 0.51 0.66
Hex D5 8A 7D 0 23 29 10 9 33 42
Octal 325 212 175 0 43 51 20 11 63 102
Binary 11010101 10001010 1111101 0 100011 101001 10000 1001 110011 1000010

Color Harmonies of #D58A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58A7D

Black with #D58A7D

Text Example


Text Example

White with #D58A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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