Html Css Color HEX #D59480 My Pink

📋 copy color: '#D59480'

red 213 ◦ green 148 ◦ blue 128

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

Shades of My Pink #D59480

Tints of My Pink #D59480

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.27%

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

R = 43.56%
G = 30.27%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D59480 (or 0xD59480) is known color: My Pink. HEX triplet: D5, 94 and 80. RGB value is (213,148,128). Sum of RGB (Red+Green+Blue) = 213+148+128=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D59480 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59480 is #2A6B7F. Grayscale: #A5A5A5. Windows color (decimal): -2780032 or 8426709. OLE color: 8426709.

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

Color convert

RGB 213 148 128 -
CMYK 0 0.31 0.40 0.16
HSL 14.12º 0.5% 0.67% -
HSV(B) 14.12º 0.4% 0.84% -
XYZ 41.93 36.88 25.33 -
YUV 165.16 107.03 162.13 -
System Red Green Blue C M Y K H S L
Decimal 213 148 128 0 0.31 0.40 0.16 14.12 0.5 0.67
Hex D5 94 80 0 1F 28 10 E 32 43
Octal 325 224 200 0 37 50 20 16 62 103
Binary 11010101 10010100 10000000 0 11111 101000 10000 1110 110010 1000011

Color Harmonies of #D59480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59480

Black with #D59480

Text Example


Text Example

White with #D59480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59480; }

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

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

background-color css

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

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

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

border-color css

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

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

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