Html Css Color HEX #DB7896 Pale Violet Red

📋 copy color: '#DB7896'

red 219 ◦ green 120 ◦ blue 150

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

Shades of Pale Violet Red #DB7896

Tints of Pale Violet Red #DB7896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.67%

R = 44.79%
G = 24.54%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB7896 (or 0xDB7896) is known color: Pale Violet Red. HEX triplet: DB, 78 and 96. RGB value is (219,120,150). Sum of RGB (Red+Green+Blue) = 219+120+150=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 120 (47.27% from 255 or 24.54% from 489); Blue value is 150 (58.98% from 255 or 30.67% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7896 is #248769. Grayscale: #999999. Windows color (decimal): -2393962 or 9861339. OLE color: 9861339.

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

Color convert

RGB 219 120 150 -
CMYK 0 0.45 0.32 0.14
HSL 341.82º 0.58% 0.66% -
HSV(B) 341.82º 0.45% 0.86% -
XYZ 41.43 30.7 32.6 -
YUV 153.02 126.3 175.06 -
System Red Green Blue C M Y K H S L
Decimal 219 120 150 0 0.45 0.32 0.14 341.82 0.58 0.66
Hex DB 78 96 0 2D 20 E 156 3A 42
Octal 333 170 226 0 55 40 16 526 72 102
Binary 11011011 1111000 10010110 0 101101 100000 1110 101010110 111010 1000010

Color Harmonies of #DB7896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7896

Black with #DB7896

Text Example


Text Example

White with #DB7896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7896; }

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

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

background-color css

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

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

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

border-color css

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

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

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