Html Css Color HEX #DB7390 Pale Violet Red

📋 copy color: '#DB7390'

red 219 ◦ green 115 ◦ blue 144

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

Shades of Pale Violet Red #DB7390

Tints of Pale Violet Red #DB7390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.13%

R = 45.82%
G = 24.06%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB7390 (or 0xDB7390) is known color: Pale Violet Red. HEX triplet: DB, 73 and 90. RGB value is (219,115,144). Sum of RGB (Red+Green+Blue) = 219+115+144=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7390 is #248C6F. Grayscale: #959595. Windows color (decimal): -2395248 or 9466843. OLE color: 9466843.

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

Color convert

RGB 219 115 144 -
CMYK 0 0.47 0.34 0.14
HSL 343.27º 0.59% 0.65% -
HSV(B) 343.27º 0.47% 0.86% -
XYZ 40.38 29.34 29.92 -
YUV 149.4 124.96 177.64 -
System Red Green Blue C M Y K H S L
Decimal 219 115 144 0 0.47 0.34 0.14 343.27 0.59 0.65
Hex DB 73 90 0 2F 22 E 157 3B 41
Octal 333 163 220 0 57 42 16 527 73 101
Binary 11011011 1110011 10010000 0 101111 100010 1110 101010111 111011 1000001

Color Harmonies of #DB7390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7390

Black with #DB7390

Text Example


Text Example

White with #DB7390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7390; }

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

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

background-color css

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

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

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

border-color css

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

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

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