Html Css Color HEX #DB7799 Pale Violet Red

📋 copy color: '#DB7799'

red 219 ◦ green 119 ◦ blue 153

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

Shades of Pale Violet Red #DB7799

Tints of Pale Violet Red #DB7799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 31.16%

R = 44.6%
G = 24.24%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB7799 (or 0xDB7799) is known color: Pale Violet Red. HEX triplet: DB, 77 and 99. RGB value is (219,119,153). Sum of RGB (Red+Green+Blue) = 219+119+153=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 119 (46.88% from 255 or 24.24% from 491); Blue value is 153 (60.16% from 255 or 31.16% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7799 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7799 is #248866. Grayscale: #989898. Windows color (decimal): -2394215 or 10057691. OLE color: 10057691.

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

Color convert

RGB 219 119 153 -
CMYK 0 0.46 0.30 0.14
HSL 339.6º 0.58% 0.66% -
HSV(B) 339.6º 0.46% 0.86% -
XYZ 41.56 30.55 33.84 -
YUV 152.78 128.13 175.24 -
System Red Green Blue C M Y K H S L
Decimal 219 119 153 0 0.46 0.30 0.14 339.6 0.58 0.66
Hex DB 77 99 0 2E 1E E 154 3A 42
Octal 333 167 231 0 56 36 16 524 72 102
Binary 11011011 1110111 10011001 0 101110 11110 1110 101010100 111010 1000010

Color Harmonies of #DB7799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7799

Black with #DB7799

Text Example


Text Example

White with #DB7799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7799; }

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

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

background-color css

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

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

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

border-color css

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

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

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