Html Css Color HEX #DB7394 Pale Violet Red

📋 copy color: '#DB7394'

red 219 ◦ green 115 ◦ blue 148

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

Shades of Pale Violet Red #DB7394

Tints of Pale Violet Red #DB7394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.71%

R = 45.44%
G = 23.86%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB7394 (or 0xDB7394) is known color: Pale Violet Red. HEX triplet: DB, 73 and 94. RGB value is (219,115,148). Sum of RGB (Red+Green+Blue) = 219+115+148=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 115 (45.31% from 255 or 23.86% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7394 is #248C6B. Grayscale: #959595. Windows color (decimal): -2395244 or 9728987. OLE color: 9728987.

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

Color convert

RGB 219 115 148 -
CMYK 0 0.47 0.32 0.14
HSL 340.96º 0.59% 0.65% -
HSV(B) 340.96º 0.47% 0.86% -
XYZ 40.69 29.46 31.56 -
YUV 149.86 126.96 177.32 -
System Red Green Blue C M Y K H S L
Decimal 219 115 148 0 0.47 0.32 0.14 340.96 0.59 0.65
Hex DB 73 94 0 2F 20 E 155 3B 41
Octal 333 163 224 0 57 40 16 525 73 101
Binary 11011011 1110011 10010100 0 101111 100000 1110 101010101 111011 1000001

Color Harmonies of #DB7394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7394

Black with #DB7394

Text Example


Text Example

White with #DB7394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7394; }

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

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

background-color css

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

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

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

border-color css

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

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

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