Html Css Color HEX #DB7793 Pale Violet Red

📋 copy color: '#DB7793'

red 219 ◦ green 119 ◦ blue 147

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

Shades of Pale Violet Red #DB7793

Tints of Pale Violet Red #DB7793

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.54%

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

R = 45.15%
G = 24.54%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB7793 (or 0xDB7793) is known color: Pale Violet Red. HEX triplet: DB, 77 and 93. RGB value is (219,119,147). Sum of RGB (Red+Green+Blue) = 219+119+147=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 119 (46.88% from 255 or 24.54% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7793 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7793 is #24886C. Grayscale: #989898. Windows color (decimal): -2394221 or 9664475. OLE color: 9664475.

HSL color Cylindrical-coordinate representation of color #DB7793: hue angle of 343.2º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB7793 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 119 147 -
CMYK 0 0.46 0.33 0.14
HSL 343.2º 0.58% 0.66% -
HSV(B) 343.2º 0.46% 0.86% -
XYZ 41.08 30.36 31.3 -
YUV 152.09 125.13 175.72 -
System Red Green Blue C M Y K H S L
Decimal 219 119 147 0 0.46 0.33 0.14 343.2 0.58 0.66
Hex DB 77 93 0 2E 21 E 157 3A 42
Octal 333 167 223 0 56 41 16 527 72 102
Binary 11011011 1110111 10010011 0 101110 100001 1110 101010111 111010 1000010

Color Harmonies of #DB7793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7793

Black with #DB7793

Text Example


Text Example

White with #DB7793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7793; }

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

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

background-color css

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

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

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

border-color css

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

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

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