Html Css Color HEX #D58C88 My Pink

📋 copy color: '#D58C88'

red 213 ◦ green 140 ◦ blue 136

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

Shades of My Pink #D58C88

Tints of My Pink #D58C88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.81%

R = 43.56%
G = 28.63%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D58C88 (or 0xD58C88) is known color: My Pink. HEX triplet: D5, 8C and 88. RGB value is (213,140,136). Sum of RGB (Red+Green+Blue) = 213+140+136=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58C88 is #2A7377. Grayscale: #A1A1A1. Windows color (decimal): -2782072 or 8948949. OLE color: 8948949.

HSL color Cylindrical-coordinate representation of color #D58C88: hue angle of 3.12º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D58C88 is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 140 136 -
CMYK 0 0.34 0.36 0.16
HSL 3.12º 0.48% 0.68% -
HSV(B) 3.12º 0.36% 0.84% -
XYZ 41.26 34.68 27.81 -
YUV 161.37 113.68 164.83 -
System Red Green Blue C M Y K H S L
Decimal 213 140 136 0 0.34 0.36 0.16 3.12 0.48 0.68
Hex D5 8C 88 0 22 24 10 3 30 44
Octal 325 214 210 0 42 44 20 3 60 104
Binary 11010101 10001100 10001000 0 100010 100100 10000 11 110000 1000100

Color Harmonies of #D58C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58C88

Black with #D58C88

Text Example


Text Example

White with #D58C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58C88; }

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

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

background-color css

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

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

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

border-color css

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

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

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