Html Css Color HEX #D59384 My Pink

📋 copy color: '#D59384'

red 213 ◦ green 147 ◦ blue 132

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

Shades of My Pink #D59384

Tints of My Pink #D59384

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.88%

 BLUE value IS 132 (51.95% from 255) = 26.83%

R = 43.29%
G = 29.88%
B = 26.83%

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

#D59384 (or 0xD59384) is known color: My Pink. HEX triplet: D5, 93 and 84. RGB value is (213,147,132). Sum of RGB (Red+Green+Blue) = 213+147+132=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 132 (51.95% from 255 or 26.83% from 492); Max value from RGB is 213 - color contains mainly: red. Hex color #D59384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59384 is #2A6C7B. Grayscale: #A5A5A5. Windows color (decimal): -2780284 or 8688597. OLE color: 8688597.

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

Color convert

RGB 213 147 132 -
CMYK 0 0.31 0.38 0.16
HSL 11.11º 0.49% 0.68% -
HSV(B) 11.11º 0.38% 0.84% -
XYZ 42.04 36.68 26.69 -
YUV 165.02 109.37 162.22 -
System Red Green Blue C M Y K H S L
Decimal 213 147 132 0 0.31 0.38 0.16 11.11 0.49 0.68
Hex D5 93 84 0 1F 26 10 B 31 44
Octal 325 223 204 0 37 46 20 13 61 104
Binary 11010101 10010011 10000100 0 11111 100110 10000 1011 110001 1000100

Color Harmonies of #D59384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59384

Black with #D59384

Text Example


Text Example

White with #D59384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59384; }

 p { color: rgb(213,147,132); }

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

background-color css

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

 a { background-color: rgb(213,147,132); }

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

border-color css

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

 span { border-color: rgb(213,147,132); }

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