Html Css Color HEX #D58989 My Pink

📋 copy color: '#D58989'

red 213 ◦ green 137 ◦ blue 137

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

Shades of My Pink #D58989

Tints of My Pink #D58989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 28.13%

R = 43.74%
G = 28.13%
B = 28.13%

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

#D58989 (or 0xD58989) is known color: My Pink. HEX triplet: D5, 89 and 89. RGB value is (213,137,137). Sum of RGB (Red+Green+Blue) = 213+137+137=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 137 (53.91% from 255 or 28.13% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D58989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58989 is #2A7676. Grayscale: #9F9F9F. Windows color (decimal): -2782839 or 9013717. OLE color: 9013717.

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

Color convert

RGB 213 137 137 -
CMYK 0 0.36 0.36 0.16
HSL 0.48% 0.69% -
HSV(B) 0.36% 0.84% -
XYZ 40.9 33.84 28.04 -
YUV 159.72 115.18 166 -
System Red Green Blue C M Y K H S L
Decimal 213 137 137 0 0.36 0.36 0.16 0 0.48 0.69
Hex D5 89 89 0 24 24 10 0 30 45
Octal 325 211 211 0 44 44 20 0 60 105
Binary 11010101 10001001 10001001 0 100100 100100 10000 0 110000 1000101

Color Harmonies of #D58989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58989

Black with #D58989

Text Example


Text Example

White with #D58989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58989; }

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

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

background-color css

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

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

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

border-color css

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

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

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