Html Css Color HEX #DB7894 Pale Violet Red

📋 copy color: '#DB7894'

red 219 ◦ green 120 ◦ blue 148

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

Shades of Pale Violet Red #DB7894

Tints of Pale Violet Red #DB7894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.39%

R = 44.97%
G = 24.64%
B = 30.39%

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

#DB7894 (or 0xDB7894) is known color: Pale Violet Red. HEX triplet: DB, 78 and 94. RGB value is (219,120,148). Sum of RGB (Red+Green+Blue) = 219+120+148=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 120 (47.27% from 255 or 24.64% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7894 is #24876B. Grayscale: #989898. Windows color (decimal): -2393964 or 9730267. OLE color: 9730267.

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

Color convert

RGB 219 120 148 -
CMYK 0 0.45 0.32 0.14
HSL 343.03º 0.58% 0.66% -
HSV(B) 343.03º 0.45% 0.86% -
XYZ 41.28 30.63 31.75 -
YUV 152.79 125.3 175.22 -
System Red Green Blue C M Y K H S L
Decimal 219 120 148 0 0.45 0.32 0.14 343.03 0.58 0.66
Hex DB 78 94 0 2D 20 E 157 3A 42
Octal 333 170 224 0 55 40 16 527 72 102
Binary 11011011 1111000 10010100 0 101101 100000 1110 101010111 111010 1000010

Color Harmonies of #DB7894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7894

Black with #DB7894

Text Example


Text Example

White with #DB7894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7894; }

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

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

background-color css

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

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

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

border-color css

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

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

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