Html Css Color HEX #D58988 My Pink

📋 copy color: '#D58988'

red 213 ◦ green 137 ◦ blue 136

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

Shades of My Pink #D58988

Tints of My Pink #D58988

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.19%

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

R = 43.83%
G = 28.19%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D58988 (or 0xD58988) is known color: My Pink. HEX triplet: D5, 89 and 88. RGB value is (213,137,136). Sum of RGB (Red+Green+Blue) = 213+137+136=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 136 (53.52% from 255 or 27.98% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D58988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58988 is #2A7677. Grayscale: #9F9F9F. Windows color (decimal): -2782840 or 8948181. OLE color: 8948181.

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

Color convert

RGB 213 137 136 -
CMYK 0 0.36 0.36 0.16
HSL 0.78º 0.48% 0.68% -
HSV(B) 0.78º 0.36% 0.84% -
XYZ 40.83 33.82 27.67 -
YUV 159.61 114.68 166.08 -
System Red Green Blue C M Y K H S L
Decimal 213 137 136 0 0.36 0.36 0.16 0.78 0.48 0.68
Hex D5 89 88 0 24 24 10 1 30 44
Octal 325 211 210 0 44 44 20 1 60 104
Binary 11010101 10001001 10001000 0 100100 100100 10000 1 110000 1000100

Color Harmonies of #D58988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58988

Black with #D58988

Text Example


Text Example

White with #D58988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58988; }

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

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

background-color css

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

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

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

border-color css

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

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

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