Html Css Color HEX #DB73AA Pale Violet Red

📋 copy color: '#DB73AA'

red 219 ◦ green 115 ◦ blue 170

#DB73AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Violet Red #DB73AA

Tints of Pale Violet Red #DB73AA

RGB

 RED value IS 219 (85.94% from 255) = 43.45%

 GREEN value IS 115 (45.31% from 255) = 22.82%

 BLUE value IS 170 (66.8% from 255) = 33.73%

R = 43.45%
G = 22.82%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB73AA (or 0xDB73AA) is known color: Pale Violet Red. HEX triplet: DB, 73 and AA. RGB value is (219,115,170). Sum of RGB (Red+Green+Blue) = 219+115+170=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 115 (45.31% from 255 or 22.82% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DB73AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB73AA is #248C55. Grayscale: #989898. Windows color (decimal): -2395222 or 11170779. OLE color: 11170779.

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

Color convert

RGB 219 115 170 -
CMYK 0 0.47 0.22 0.14
HSL 328.27º 0.59% 0.65% -
HSV(B) 328.27º 0.47% 0.86% -
XYZ 42.6 30.22 41.62 -
YUV 152.37 137.96 175.53 -
System Red Green Blue C M Y K H S L
Decimal 219 115 170 0 0.47 0.22 0.14 328.27 0.59 0.65
Hex DB 73 AA 0 2F 16 E 148 3B 41
Octal 333 163 252 0 57 26 16 510 73 101
Binary 11011011 1110011 10101010 0 101111 10110 1110 101001000 111011 1000001

Color Harmonies of #DB73AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB73AA

Black with #DB73AA

Text Example


Text Example

White with #DB73AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB73AA; }

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

 H1.HeaderClassName
 {
   color: #DB73AA;
 }
 .AnyTagClassName
 {
   color: #DB73AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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