Html Css Color HEX #DB73A5 Pale Violet Red

📋 copy color: '#DB73A5'

red 219 ◦ green 115 ◦ blue 165

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

Shades of Pale Violet Red #DB73A5

Tints of Pale Violet Red #DB73A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.07%

R = 43.89%
G = 23.05%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DB73A5 (or 0xDB73A5) is known color: Pale Violet Red. HEX triplet: DB, 73 and A5. RGB value is (219,115,165). Sum of RGB (Red+Green+Blue) = 219+115+165=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 115 (45.31% from 255 or 23.05% from 499); Blue value is 165 (64.84% from 255 or 33.07% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DB73A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB73A5 is #248C5A. Grayscale: #979797. Windows color (decimal): -2395227 or 10843099. OLE color: 10843099.

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

Color convert

RGB 219 115 165 -
CMYK 0 0.47 0.25 0.14
HSL 331.15º 0.59% 0.65% -
HSV(B) 331.15º 0.47% 0.86% -
XYZ 42.14 30.04 39.17 -
YUV 151.8 135.46 175.93 -
System Red Green Blue C M Y K H S L
Decimal 219 115 165 0 0.47 0.25 0.14 331.15 0.59 0.65
Hex DB 73 A5 0 2F 19 E 14B 3B 41
Octal 333 163 245 0 57 31 16 513 73 101
Binary 11011011 1110011 10100101 0 101111 11001 1110 101001011 111011 1000001

Color Harmonies of #DB73A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB73A5

Black with #DB73A5

Text Example


Text Example

White with #DB73A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB73A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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