Html Css Color HEX #DB7393 Pale Violet Red

📋 copy color: '#DB7393'

red 219 ◦ green 115 ◦ blue 147

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

Shades of Pale Violet Red #DB7393

Tints of Pale Violet Red #DB7393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.56%

R = 45.53%
G = 23.91%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB7393 (or 0xDB7393) is known color: Pale Violet Red. HEX triplet: DB, 73 and 93. RGB value is (219,115,147). Sum of RGB (Red+Green+Blue) = 219+115+147=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 115 (45.31% from 255 or 23.91% from 481); Blue value is 147 (57.81% from 255 or 30.56% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7393 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7393 is #248C6C. Grayscale: #959595. Windows color (decimal): -2395245 or 9663451. OLE color: 9663451.

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

Color convert

RGB 219 115 147 -
CMYK 0 0.47 0.33 0.14
HSL 341.54º 0.59% 0.65% -
HSV(B) 341.54º 0.47% 0.86% -
XYZ 40.61 29.43 31.14 -
YUV 149.74 126.46 177.4 -
System Red Green Blue C M Y K H S L
Decimal 219 115 147 0 0.47 0.33 0.14 341.54 0.59 0.65
Hex DB 73 93 0 2F 21 E 156 3B 41
Octal 333 163 223 0 57 41 16 526 73 101
Binary 11011011 1110011 10010011 0 101111 100001 1110 101010110 111011 1000001

Color Harmonies of #DB7393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7393

Black with #DB7393

Text Example


Text Example

White with #DB7393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7393; }

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

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

background-color css

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

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

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

border-color css

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

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

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