Html Css Color HEX #DB73A0 Pale Violet Red

📋 copy color: '#DB73A0'

red 219 ◦ green 115 ◦ blue 160

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

Shades of Pale Violet Red #DB73A0

Tints of Pale Violet Red #DB73A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.39%

R = 44.33%
G = 23.28%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DB73A0 (or 0xDB73A0) is known color: Pale Violet Red. HEX triplet: DB, 73 and A0. RGB value is (219,115,160). Sum of RGB (Red+Green+Blue) = 219+115+160=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 115 (45.31% from 255 or 23.28% from 494); Blue value is 160 (62.89% from 255 or 32.39% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DB73A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB73A0 is #248C5F. Grayscale: #979797. Windows color (decimal): -2395232 or 10515419. OLE color: 10515419.

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

Color convert

RGB 219 115 160 -
CMYK 0 0.47 0.27 0.14
HSL 334.04º 0.59% 0.65% -
HSV(B) 334.04º 0.47% 0.86% -
XYZ 41.69 29.86 36.82 -
YUV 151.23 132.96 176.34 -
System Red Green Blue C M Y K H S L
Decimal 219 115 160 0 0.47 0.27 0.14 334.04 0.59 0.65
Hex DB 73 A0 0 2F 1B E 14E 3B 41
Octal 333 163 240 0 57 33 16 516 73 101
Binary 11011011 1110011 10100000 0 101111 11011 1110 101001110 111011 1000001

Color Harmonies of #DB73A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB73A0

Black with #DB73A0

Text Example


Text Example

White with #DB73A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB73A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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