Html Css Color HEX #D59486 My Pink

📋 copy color: '#D59486'

red 213 ◦ green 148 ◦ blue 134

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

Shades of My Pink #D59486

Tints of My Pink #D59486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 27.07%

R = 43.03%
G = 29.9%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D59486 (or 0xD59486) is known color: My Pink. HEX triplet: D5, 94 and 86. RGB value is (213,148,134). Sum of RGB (Red+Green+Blue) = 213+148+134=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 148 (58.20% from 255 or 29.90% from 495); Blue value is 134 (52.73% from 255 or 27.07% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D59486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59486 is #2A6B79. Grayscale: #A5A5A5. Windows color (decimal): -2780026 or 8819925. OLE color: 8819925.

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

Color convert

RGB 213 148 134 -
CMYK 0 0.31 0.37 0.16
HSL 10.63º 0.48% 0.68% -
HSV(B) 10.63º 0.37% 0.84% -
XYZ 42.33 37.05 27.47 -
YUV 165.84 110.03 161.64 -
System Red Green Blue C M Y K H S L
Decimal 213 148 134 0 0.31 0.37 0.16 10.63 0.48 0.68
Hex D5 94 86 0 1F 25 10 B 30 44
Octal 325 224 206 0 37 45 20 13 60 104
Binary 11010101 10010100 10000110 0 11111 100101 10000 1011 110000 1000100

Color Harmonies of #D59486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59486

Black with #D59486

Text Example


Text Example

White with #D59486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59486; }

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

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

background-color css

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

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

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

border-color css

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

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

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