#DB7EA4

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

Shades of Pale Violet Red #DB7EA4

Tints of Pale Violet Red #DB7EA4

Color information

#DB7EA4 (or 0xDB7EA4) is unknown color: approx Pale Violet Red. HEX triplet: DB, 7E and A4. RGB value is (219,126,164). Sum of RGB (Red+Green+Blue) = 219+126+164=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 126 (49.61% from 255 or 24.75% from 509); Blue value is 164 (64.45% from 255 or 32.22% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7EA4 is #24815B. Grayscale: #9E9E9E. Windows color (decimal): -2392412 or 10780379. OLE color: 10780379.

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

Color convert

RGB219126164-
CMYK00.420.250.14
HSL335.48º56.36%67.65%-
HSV(B)335.48º42.47%85.88%-
XYZ43.3832.6639.14-
YUV158.14131.31171.41-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.03%
GREEN value IS 126 (49.61% from 255) = 24.75%
BLUE value IS 164 (64.45% from 255) = 32.22%
R=43.03%
G=24.75%
B=32.22%

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
Decimal21912616400.420.250.14335.4856.3667.65
HexDB7EA402A19E14f3844
Octal333176244052311651770104
Binary1101101111111101010010001010101100111101010011111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7EA4; }

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

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

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

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

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

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

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

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