#DB7BA5

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

Shades of Pale Violet Red #DB7BA5

Tints of Pale Violet Red #DB7BA5

Color information

#DB7BA5 (or 0xDB7BA5) is unknown color: approx Pale Violet Red. HEX triplet: DB, 7B and A5. RGB value is (219,123,165). Sum of RGB (Red+Green+Blue) = 219+123+165=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 123 (48.44% from 255 or 24.26% from 507); Blue value is 165 (64.84% from 255 or 32.54% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7BA5 is #24845A. Grayscale: #9C9C9C. Windows color (decimal): -2393179 or 10845147. OLE color: 10845147.

HSL color Cylindrical-coordinate representation of color #DB7BA5: hue angle of 333.75º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB7BA5 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB219123165-
CMYK00.440.250.14
HSL333.75º57.14%67.06%-
HSV(B)333.75º43.84%85.88%-
XYZ43.0931.9439.49-
YUV156.49132.8172.58-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.20%
GREEN value IS 123 (48.44% from 255) = 24.26%
BLUE value IS 165 (64.84% from 255) = 32.54%
R=43.20%
G=24.26%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912316500.440.250.14333.7557.1467.06
HexDB7BA502C19E14e3943
Octal333173245054311651671103
Binary1101101111110111010010101011001100111101010011101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7BA5; }

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

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

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

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

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

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

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

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