#DB917E

Color #DB917E My Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of My Pink #DB917E

Tints of My Pink #DB917E

Color information

#DB917E (or 0xDB917E) is unknown color: approx My Pink. HEX triplet: DB, 91 and 7E. RGB value is (219,145,126). Sum of RGB (Red+Green+Blue) = 219+145+126=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 145 (57.03% from 255 or 29.59% from 490); Blue value is 126 (49.61% from 255 or 25.71% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB917E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB917E is #246E81. Grayscale: #A5A5A5. Windows color (decimal): -2387586 or 8294875. OLE color: 8294875.

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

Color convert

RGB219145126-
CMYK00.340.420.14
HSL12.26º56.36%67.65%-
HSV(B)12.26º42.47%85.88%-
XYZ43.136.8224.57-
YUV164.96106.02166.54-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.69%
GREEN value IS 145 (57.03% from 255) = 29.59%
BLUE value IS 126 (49.61% from 255) = 25.71%
R=44.69%
G=29.59%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914512600.340.420.1412.2656.3667.65
HexDB917E0222AEc3844
Octal33322117604252161470104
Binary110110111001000111111100100010101010111011001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB917E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB917E; }

 p { color: rgb(219,145,126); }

 H1.HeaderClassName
 {
   color: #DB917E;
 }
 .AnyTagClassName
 {
   color: #DB917E;
 }
</style>
background-color css

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

 a { background-color: rgb(219,145,126); }

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

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

 span { border-color: rgb(219,145,126); }

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