Html Css Color HEX #D59483 My Pink

📋 copy color: '#D59483'

red 213 ◦ green 148 ◦ blue 131

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

Shades of My Pink #D59483

Tints of My Pink #D59483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.63%

R = 43.29%
G = 30.08%
B = 26.63%

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

#D59483 (or 0xD59483) is known color: My Pink. HEX triplet: D5, 94 and 83. RGB value is (213,148,131). Sum of RGB (Red+Green+Blue) = 213+148+131=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 131 (51.56% from 255 or 26.63% from 492); Max value from RGB is 213 - color contains mainly: red. Hex color #D59483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59483 is #2A6B7C. Grayscale: #A5A5A5. Windows color (decimal): -2780029 or 8623317. OLE color: 8623317.

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

Color convert

RGB 213 148 131 -
CMYK 0 0.31 0.38 0.16
HSL 12.44º 0.49% 0.67% -
HSV(B) 12.44º 0.38% 0.84% -
XYZ 42.13 36.96 26.39 -
YUV 165.5 108.53 161.88 -
System Red Green Blue C M Y K H S L
Decimal 213 148 131 0 0.31 0.38 0.16 12.44 0.49 0.67
Hex D5 94 83 0 1F 26 10 C 31 43
Octal 325 224 203 0 37 46 20 14 61 103
Binary 11010101 10010100 10000011 0 11111 100110 10000 1100 110001 1000011

Color Harmonies of #D59483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59483

Black with #D59483

Text Example


Text Example

White with #D59483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59483; }

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

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

background-color css

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

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

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

border-color css

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

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

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