Html Css Color HEX #D58985 My Pink

📋 copy color: '#D58985'

red 213 ◦ green 137 ◦ blue 133

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

Shades of My Pink #D58985

Tints of My Pink #D58985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.54%

R = 44.1%
G = 28.36%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D58985 (or 0xD58985) is known color: My Pink. HEX triplet: D5, 89 and 85. RGB value is (213,137,133). Sum of RGB (Red+Green+Blue) = 213+137+133=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 137 (53.91% from 255 or 28.36% from 483); Blue value is 133 (52.34% from 255 or 27.54% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D58985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58985 is #2A767A. Grayscale: #9F9F9F. Windows color (decimal): -2782843 or 8751573. OLE color: 8751573.

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

Color convert

RGB 213 137 133 -
CMYK 0 0.36 0.38 0.16
HSL 0.49% 0.68% -
HSV(B) 0.38% 0.84% -
XYZ 40.62 33.73 26.56 -
YUV 159.27 113.18 166.33 -
System Red Green Blue C M Y K H S L
Decimal 213 137 133 0 0.36 0.38 0.16 3 0.49 0.68
Hex D5 89 85 0 24 26 10 3 31 44
Octal 325 211 205 0 44 46 20 3 61 104
Binary 11010101 10001001 10000101 0 100100 100110 10000 11 110001 1000100

Color Harmonies of #D58985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58985

Black with #D58985

Text Example


Text Example

White with #D58985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58985; }

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

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

background-color css

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

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

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

border-color css

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

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

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