Html Css Color HEX #D59485 My Pink

📋 copy color: '#D59485'

red 213 ◦ green 148 ◦ blue 133

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

Shades of My Pink #D59485

Tints of My Pink #D59485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.92%

R = 43.12%
G = 29.96%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D59485 (or 0xD59485) is known color: My Pink. HEX triplet: D5, 94 and 85. RGB value is (213,148,133). Sum of RGB (Red+Green+Blue) = 213+148+133=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D59485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59485 is #2A6B7A. Grayscale: #A5A5A5. Windows color (decimal): -2780027 or 8754389. OLE color: 8754389.

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

Color convert

RGB 213 148 133 -
CMYK 0 0.31 0.38 0.16
HSL 11.25º 0.49% 0.68% -
HSV(B) 11.25º 0.38% 0.84% -
XYZ 42.26 37.02 27.11 -
YUV 165.73 109.53 161.72 -
System Red Green Blue C M Y K H S L
Decimal 213 148 133 0 0.31 0.38 0.16 11.25 0.49 0.68
Hex D5 94 85 0 1F 26 10 B 31 44
Octal 325 224 205 0 37 46 20 13 61 104
Binary 11010101 10010100 10000101 0 11111 100110 10000 1011 110001 1000100

Color Harmonies of #D59485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59485

Black with #D59485

Text Example


Text Example

White with #D59485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59485; }

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

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

background-color css

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

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

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

border-color css

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

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

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