Html Css Color HEX #D58C80 My Pink

📋 copy color: '#D58C80'

red 213 ◦ green 140 ◦ blue 128

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

Shades of My Pink #D58C80

Tints of My Pink #D58C80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.61%

R = 44.28%
G = 29.11%
B = 26.61%

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

#D58C80 (or 0xD58C80) is known color: My Pink. HEX triplet: D5, 8C and 80. RGB value is (213,140,128). Sum of RGB (Red+Green+Blue) = 213+140+128=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58C80 is #2A737F. Grayscale: #A0A0A0. Windows color (decimal): -2782080 or 8424661. OLE color: 8424661.

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

Color convert

RGB 213 140 128 -
CMYK 0 0.34 0.40 0.16
HSL 8.47º 0.5% 0.67% -
HSV(B) 8.47º 0.4% 0.84% -
XYZ 40.71 34.46 24.93 -
YUV 160.46 109.68 165.48 -
System Red Green Blue C M Y K H S L
Decimal 213 140 128 0 0.34 0.40 0.16 8.47 0.5 0.67
Hex D5 8C 80 0 22 28 10 8 32 43
Octal 325 214 200 0 42 50 20 10 62 103
Binary 11010101 10001100 10000000 0 100010 101000 10000 1000 110010 1000011

Color Harmonies of #D58C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58C80

Black with #D58C80

Text Example


Text Example

White with #D58C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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