Html Css Color HEX #DB73A4 Pale Violet Red

📋 copy color: '#DB73A4'

red 219 ◦ green 115 ◦ blue 164

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

Shades of Pale Violet Red #DB73A4

Tints of Pale Violet Red #DB73A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 32.93%

R = 43.98%
G = 23.09%
B = 32.93%

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

#DB73A4 (or 0xDB73A4) is known color: Pale Violet Red. HEX triplet: DB, 73 and A4. RGB value is (219,115,164). Sum of RGB (Red+Green+Blue) = 219+115+164=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 115 (45.31% from 255 or 23.09% from 498); Blue value is 164 (64.45% from 255 or 32.93% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DB73A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB73A4 is #248C5B. Grayscale: #979797. Windows color (decimal): -2395228 or 10777563. OLE color: 10777563.

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

Color convert

RGB 219 115 164 -
CMYK 0 0.47 0.25 0.14
HSL 331.73º 0.59% 0.65% -
HSV(B) 331.73º 0.47% 0.86% -
XYZ 42.04 30 38.7 -
YUV 151.68 134.96 176.02 -
System Red Green Blue C M Y K H S L
Decimal 219 115 164 0 0.47 0.25 0.14 331.73 0.59 0.65
Hex DB 73 A4 0 2F 19 E 14C 3B 41
Octal 333 163 244 0 57 31 16 514 73 101
Binary 11011011 1110011 10100100 0 101111 11001 1110 101001100 111011 1000001

Color Harmonies of #DB73A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB73A4

Black with #DB73A4

Text Example


Text Example

White with #DB73A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB73A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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