Html Css Color HEX #D59285 My Pink

📋 copy color: '#D59285'

red 213 ◦ green 146 ◦ blue 133

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

Shades of My Pink #D59285

Tints of My Pink #D59285

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.67%

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

R = 43.29%
G = 29.67%
B = 27.03%

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

#D59285 (or 0xD59285) is known color: My Pink. HEX triplet: D5, 92 and 85. RGB value is (213,146,133). Sum of RGB (Red+Green+Blue) = 213+146+133=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 133 (52.34% from 255 or 27.03% from 492); Max value from RGB is 213 - color contains mainly: red. Hex color #D59285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59285 is #2A6D7A. Grayscale: #A4A4A4. Windows color (decimal): -2780539 or 8753877. OLE color: 8753877.

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

Color convert

RGB 213 146 133 -
CMYK 0 0.31 0.38 0.16
HSL 9.75º 0.49% 0.68% -
HSV(B) 9.75º 0.38% 0.84% -
XYZ 41.95 36.4 27 -
YUV 164.55 110.2 162.56 -
System Red Green Blue C M Y K H S L
Decimal 213 146 133 0 0.31 0.38 0.16 9.75 0.49 0.68
Hex D5 92 85 0 1F 26 10 A 31 44
Octal 325 222 205 0 37 46 20 12 61 104
Binary 11010101 10010010 10000101 0 11111 100110 10000 1010 110001 1000100

Color Harmonies of #D59285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59285

Black with #D59285

Text Example


Text Example

White with #D59285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59285; }

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

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

background-color css

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

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

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

border-color css

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

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

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