Html Css Color HEX #DB7091 Pale Violet Red

📋 copy color: '#DB7091'

red 219 ◦ green 112 ◦ blue 145

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

Shades of Pale Violet Red #DB7091

Tints of Pale Violet Red #DB7091

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.53%

 BLUE value IS 145 (57.03% from 255) = 30.46%

R = 46.01%
G = 23.53%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB7091 (or 0xDB7091) is known color: Pale Violet Red. HEX triplet: DB, 70 and 91. RGB value is (219,112,145). Sum of RGB (Red+Green+Blue) = 219+112+145=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 112 (44.14% from 255 or 23.53% from 476); Blue value is 145 (57.03% from 255 or 30.46% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7091 is #248F6E. Grayscale: #939393. Windows color (decimal): -2396015 or 9531611. OLE color: 9531611.

HSL color Cylindrical-coordinate representation of color #DB7091: hue angle of 341.5º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB7091 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 112 145 -
CMYK 0 0.49 0.34 0.14
HSL 341.5º 0.6% 0.65% -
HSV(B) 341.5º 0.49% 0.86% -
XYZ 40.12 28.69 30.21 -
YUV 147.76 126.45 178.82 -
System Red Green Blue C M Y K H S L
Decimal 219 112 145 0 0.49 0.34 0.14 341.5 0.6 0.65
Hex DB 70 91 0 31 22 E 155 3C 41
Octal 333 160 221 0 61 42 16 525 74 101
Binary 11011011 1110000 10010001 0 110001 100010 1110 101010101 111100 1000001

Color Harmonies of #DB7091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7091

Black with #DB7091

Text Example


Text Example

White with #DB7091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7091; }

 p { color: rgb(219,112,145); }

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

background-color css

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

 a { background-color: rgb(219,112,145); }

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

border-color css

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

 span { border-color: rgb(219,112,145); }

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