Html Css Color HEX #DB7899 Pale Violet Red

📋 copy color: '#DB7899'

red 219 ◦ green 120 ◦ blue 153

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

Shades of Pale Violet Red #DB7899

Tints of Pale Violet Red #DB7899

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.39%

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

R = 44.51%
G = 24.39%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB7899 (or 0xDB7899) is known color: Pale Violet Red. HEX triplet: DB, 78 and 99. RGB value is (219,120,153). Sum of RGB (Red+Green+Blue) = 219+120+153=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 120 (47.27% from 255 or 24.39% from 492); Blue value is 153 (60.16% from 255 or 31.10% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7899 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7899 is #248766. Grayscale: #999999. Windows color (decimal): -2393959 or 10057947. OLE color: 10057947.

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

Color convert

RGB 219 120 153 -
CMYK 0 0.45 0.30 0.14
HSL 340º 0.58% 0.66% -
HSV(B) 340º 0.45% 0.86% -
XYZ 41.68 30.79 33.88 -
YUV 153.36 127.8 174.82 -
System Red Green Blue C M Y K H S L
Decimal 219 120 153 0 0.45 0.30 0.14 340 0.58 0.66
Hex DB 78 99 0 2D 1E E 154 3A 42
Octal 333 170 231 0 55 36 16 524 72 102
Binary 11011011 1111000 10011001 0 101101 11110 1110 101010100 111010 1000010

Color Harmonies of #DB7899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7899

Black with #DB7899

Text Example


Text Example

White with #DB7899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7899; }

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

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

background-color css

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

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

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

border-color css

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

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

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