Html Css Color HEX #DB73AC Pale Violet Red

📋 copy color: '#DB73AC'

red 219 ◦ green 115 ◦ blue 172

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

Shades of Pale Violet Red #DB73AC

Tints of Pale Violet Red #DB73AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.99%

R = 43.28%
G = 22.73%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB73AC (or 0xDB73AC) is known color: Pale Violet Red. HEX triplet: DB, 73 and AC. RGB value is (219,115,172). Sum of RGB (Red+Green+Blue) = 219+115+172=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 115 (45.31% from 255 or 22.73% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DB73AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB73AC is #248C53. Grayscale: #989898. Windows color (decimal): -2395220 or 11301851. OLE color: 11301851.

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

Color convert

RGB 219 115 172 -
CMYK 0 0.47 0.21 0.14
HSL 327.12º 0.59% 0.65% -
HSV(B) 327.12º 0.47% 0.86% -
XYZ 42.79 30.3 42.62 -
YUV 152.59 138.96 175.37 -
System Red Green Blue C M Y K H S L
Decimal 219 115 172 0 0.47 0.21 0.14 327.12 0.59 0.65
Hex DB 73 AC 0 2F 15 E 147 3B 41
Octal 333 163 254 0 57 25 16 507 73 101
Binary 11011011 1110011 10101100 0 101111 10101 1110 101000111 111011 1000001

Color Harmonies of #DB73AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB73AC

Black with #DB73AC

Text Example


Text Example

White with #DB73AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB73AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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