Html Css Color HEX #DB9582 My Pink

📋 copy color: '#DB9582'

red 219 ◦ green 149 ◦ blue 130

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

Shades of My Pink #DB9582

Tints of My Pink #DB9582

RGB

 RED value IS 219 (85.94% from 255) = 43.98%

 GREEN value IS 149 (58.59% from 255) = 29.92%

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

R = 43.98%
G = 29.92%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DB9582 (or 0xDB9582) is known color: My Pink. HEX triplet: DB, 95 and 82. RGB value is (219,149,130). Sum of RGB (Red+Green+Blue) = 219+149+130=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 149 (58.59% from 255 or 29.92% from 498); Blue value is 130 (51.17% from 255 or 26.10% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9582 is #246A7D. Grayscale: #A7A7A7. Windows color (decimal): -2386558 or 8558043. OLE color: 8558043.

HSL color Cylindrical-coordinate representation of color #DB9582: hue angle of 12.81º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB9582 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 149 130 -
CMYK 0 0.32 0.41 0.14
HSL 12.81º 0.55% 0.68% -
HSV(B) 12.81º 0.41% 0.86% -
XYZ 43.99 38.17 26.17 -
YUV 167.76 106.69 164.54 -
System Red Green Blue C M Y K H S L
Decimal 219 149 130 0 0.32 0.41 0.14 12.81 0.55 0.68
Hex DB 95 82 0 20 29 E D 37 44
Octal 333 225 202 0 40 51 16 15 67 104
Binary 11011011 10010101 10000010 0 100000 101001 1110 1101 110111 1000100

Color Harmonies of #DB9582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9582

Black with #DB9582

Text Example


Text Example

White with #DB9582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9582; }

 p { color: rgb(219,149,130); }

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

background-color css

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

 a { background-color: rgb(219,149,130); }

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

border-color css

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

 span { border-color: rgb(219,149,130); }

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