Html Css Color HEX #D59083 My Pink

📋 copy color: '#D59083'

red 213 ◦ green 144 ◦ blue 131

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

Shades of My Pink #D59083

Tints of My Pink #D59083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.84%

R = 43.65%
G = 29.51%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D59083 (or 0xD59083) is known color: My Pink. HEX triplet: D5, 90 and 83. RGB value is (213,144,131). Sum of RGB (Red+Green+Blue) = 213+144+131=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 131 (51.56% from 255 or 26.84% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D59083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59083 is #2A6F7C. Grayscale: #A3A3A3. Windows color (decimal): -2781053 or 8622293. OLE color: 8622293.

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

Color convert

RGB 213 144 131 -
CMYK 0 0.32 0.38 0.16
HSL 9.51º 0.49% 0.67% -
HSV(B) 9.51º 0.38% 0.84% -
XYZ 41.51 35.73 26.18 -
YUV 163.15 109.86 163.56 -
System Red Green Blue C M Y K H S L
Decimal 213 144 131 0 0.32 0.38 0.16 9.51 0.49 0.67
Hex D5 90 83 0 20 26 10 A 31 43
Octal 325 220 203 0 40 46 20 12 61 103
Binary 11010101 10010000 10000011 0 100000 100110 10000 1010 110001 1000011

Color Harmonies of #D59083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59083

Black with #D59083

Text Example


Text Example

White with #D59083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59083; }

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

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

background-color css

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

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

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

border-color css

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

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

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