Html Css Color HEX #D59080 My Pink

📋 copy color: '#D59080'

red 213 ◦ green 144 ◦ blue 128

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

Shades of My Pink #D59080

Tints of My Pink #D59080

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.69%

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

R = 43.92%
G = 29.69%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D59080 (or 0xD59080) is known color: My Pink. HEX triplet: D5, 90 and 80. RGB value is (213,144,128). Sum of RGB (Red+Green+Blue) = 213+144+128=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D59080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59080 is #2A6F7F. Grayscale: #A2A2A2. Windows color (decimal): -2781056 or 8425685. OLE color: 8425685.

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

Color convert

RGB 213 144 128 -
CMYK 0 0.32 0.40 0.16
HSL 11.29º 0.5% 0.67% -
HSV(B) 11.29º 0.4% 0.84% -
XYZ 41.31 35.65 25.13 -
YUV 162.81 108.36 163.8 -
System Red Green Blue C M Y K H S L
Decimal 213 144 128 0 0.32 0.40 0.16 11.29 0.5 0.67
Hex D5 90 80 0 20 28 10 B 32 43
Octal 325 220 200 0 40 50 20 13 62 103
Binary 11010101 10010000 10000000 0 100000 101000 10000 1011 110010 1000011

Color Harmonies of #D59080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59080

Black with #D59080

Text Example


Text Example

White with #D59080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59080; }

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

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

background-color css

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

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

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

border-color css

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

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

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