Html Css Color HEX #D59082 My Pink

📋 copy color: '#D59082'

red 213 ◦ green 144 ◦ blue 130

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

Shades of My Pink #D59082

Tints of My Pink #D59082

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.57%

 BLUE value IS 130 (51.17% from 255) = 26.69%

R = 43.74%
G = 29.57%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D59082 (or 0xD59082) is known color: My Pink. HEX triplet: D5, 90 and 82. RGB value is (213,144,130). Sum of RGB (Red+Green+Blue) = 213+144+130=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 130 (51.17% from 255 or 26.69% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D59082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59082 is #2A6F7D. Grayscale: #A3A3A3. Windows color (decimal): -2781054 or 8556757. OLE color: 8556757.

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

Color convert

RGB 213 144 130 -
CMYK 0 0.32 0.39 0.16
HSL 10.12º 0.5% 0.67% -
HSV(B) 10.12º 0.39% 0.84% -
XYZ 41.44 35.7 25.83 -
YUV 163.04 109.36 163.64 -
System Red Green Blue C M Y K H S L
Decimal 213 144 130 0 0.32 0.39 0.16 10.12 0.5 0.67
Hex D5 90 82 0 20 27 10 A 32 43
Octal 325 220 202 0 40 47 20 12 62 103
Binary 11010101 10010000 10000010 0 100000 100111 10000 1010 110010 1000011

Color Harmonies of #D59082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59082

Black with #D59082

Text Example


Text Example

White with #D59082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59082; }

 p { color: rgb(213,144,130); }

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

background-color css

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

 a { background-color: rgb(213,144,130); }

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

border-color css

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

 span { border-color: rgb(213,144,130); }

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