#DB69A0

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

Shades of Pale Violet Red #DB69A0

Tints of Pale Violet Red #DB69A0

Color information

#DB69A0 (or 0xDB69A0) is unknown color: approx Pale Violet Red. HEX triplet: DB, 69 and A0. RGB value is (219,105,160). Sum of RGB (Red+Green+Blue) = 219+105+160=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 105 (41.41% from 255 or 21.69% from 484); Blue value is 160 (62.89% from 255 or 33.06% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DB69A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB69A0 is #24965F. Grayscale: #919191. Windows color (decimal): -2397792 or 10512859. OLE color: 10512859.

HSL color Cylindrical-coordinate representation of color #DB69A0: hue angle of 331.05º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB69A0 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB219105160-
CMYK00.520.270.14
HSL331.05º61.29%63.53%-
HSV(B)331.05º52.05%85.88%-
XYZ40.6127.736.46-
YUV145.36136.27180.53-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.25%
GREEN value IS 105 (41.41% from 255) = 21.69%
BLUE value IS 160 (62.89% from 255) = 33.06%
R=45.25%
G=21.69%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910516000.520.270.14331.0561.2963.53
HexDB69A00341BE14b3d40
Octal333151240064331651375100
Binary1101101111010011010000001101001101111101010010111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB69A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB69A0; }

 p { color: rgb(219,105,160); }

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

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

 a { background-color: rgb(219,105,160); }

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

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

 span { border-color: rgb(219,105,160); }

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