#DB7EA5

Color #DB7EA5 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #DB7EA5

Tints of Pale Violet Red #DB7EA5

Color information

#DB7EA5 (or 0xDB7EA5) is unknown color: approx Pale Violet Red. HEX triplet: DB, 7E and A5. RGB value is (219,126,165). Sum of RGB (Red+Green+Blue) = 219+126+165=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 126 (49.61% from 255 or 24.71% from 510); Blue value is 165 (64.84% from 255 or 32.35% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7EA5 is #24815A. Grayscale: #9E9E9E. Windows color (decimal): -2392411 or 10845915. OLE color: 10845915.

HSL color Cylindrical-coordinate representation of color #DB7EA5: hue angle of 334.84º 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 #DB7EA5 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB219126165-
CMYK00.420.250.14
HSL334.84º56.36%67.65%-
HSV(B)334.84º42.47%85.88%-
XYZ43.4732.739.62-
YUV158.25131.81171.33-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.94%
GREEN value IS 126 (49.61% from 255) = 24.71%
BLUE value IS 165 (64.84% from 255) = 32.35%
R=42.94%
G=24.71%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912616500.420.250.14334.8456.3667.65
HexDB7EA502A19E14f3844
Octal333176245052311651770104
Binary1101101111111101010010101010101100111101010011111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7EA5; }

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

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

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

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

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

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

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

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