Html Css Color HEX #D59081 My Pink

📋 copy color: '#D59081'

red 213 ◦ green 144 ◦ blue 129

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

Shades of My Pink #D59081

Tints of My Pink #D59081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.54%

R = 43.83%
G = 29.63%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D59081 (or 0xD59081) is known color: My Pink. HEX triplet: D5, 90 and 81. RGB value is (213,144,129). Sum of RGB (Red+Green+Blue) = 213+144+129=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 144 (56.64% from 255 or 29.63% from 486); Blue value is 129 (50.78% from 255 or 26.54% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D59081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59081 is #2A6F7E. Grayscale: #A3A3A3. Windows color (decimal): -2781055 or 8491221. OLE color: 8491221.

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

Color convert

RGB 213 144 129 -
CMYK 0 0.32 0.39 0.16
HSL 10.71º 0.5% 0.67% -
HSV(B) 10.71º 0.39% 0.84% -
XYZ 41.38 35.68 25.47 -
YUV 162.92 108.86 163.72 -
System Red Green Blue C M Y K H S L
Decimal 213 144 129 0 0.32 0.39 0.16 10.71 0.5 0.67
Hex D5 90 81 0 20 27 10 B 32 43
Octal 325 220 201 0 40 47 20 13 62 103
Binary 11010101 10010000 10000001 0 100000 100111 10000 1011 110010 1000011

Color Harmonies of #D59081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59081

Black with #D59081

Text Example


Text Example

White with #D59081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59081; }

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

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

background-color css

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

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

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

border-color css

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

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

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