#DB75AA

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

Shades of Pale Violet Red #DB75AA

Tints of Pale Violet Red #DB75AA

Color information

#DB75AA (or 0xDB75AA) is unknown color: approx Pale Violet Red. HEX triplet: DB, 75 and AA. RGB value is (219,117,170). Sum of RGB (Red+Green+Blue) = 219+117+170=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 117 (46.09% from 255 or 23.12% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DB75AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB75AA is #248A55. Grayscale: #999999. Windows color (decimal): -2394710 or 11171291. OLE color: 11171291.

HSL color Cylindrical-coordinate representation of color #DB75AA: hue angle of 328.82º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB75AA is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB219117170-
CMYK00.470.220.14
HSL328.82º58.62%65.88%-
HSV(B)328.82º46.58%85.88%-
XYZ42.8330.6841.7-
YUV153.54137.29174.69-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.28%
GREEN value IS 117 (46.09% from 255) = 23.12%
BLUE value IS 170 (66.80% from 255) = 33.60%
R=43.28%
G=23.12%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911717000.470.220.14328.8258.6265.88
HexDB75AA02F16E1493b42
Octal333165252057261651173102
Binary1101101111101011010101001011111011011101010010011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB75AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB75AA; }

 p { color: rgb(219,117,170); }

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

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

 a { background-color: rgb(219,117,170); }

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

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

 span { border-color: rgb(219,117,170); }

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