Html Css Color HEX #DB7897 Pale Violet Red

📋 copy color: '#DB7897'

red 219 ◦ green 120 ◦ blue 151

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

Shades of Pale Violet Red #DB7897

Tints of Pale Violet Red #DB7897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 30.82%

R = 44.69%
G = 24.49%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB7897 (or 0xDB7897) is known color: Pale Violet Red. HEX triplet: DB, 78 and 97. RGB value is (219,120,151). Sum of RGB (Red+Green+Blue) = 219+120+151=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 120 (47.27% from 255 or 24.49% from 490); Blue value is 151 (59.38% from 255 or 30.82% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7897 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7897 is #248768. Grayscale: #999999. Windows color (decimal): -2393961 or 9926875. OLE color: 9926875.

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

Color convert

RGB 219 120 151 -
CMYK 0 0.45 0.31 0.14
HSL 341.21º 0.58% 0.66% -
HSV(B) 341.21º 0.45% 0.86% -
XYZ 41.52 30.73 33.02 -
YUV 153.14 126.8 174.98 -
System Red Green Blue C M Y K H S L
Decimal 219 120 151 0 0.45 0.31 0.14 341.21 0.58 0.66
Hex DB 78 97 0 2D 1F E 155 3A 42
Octal 333 170 227 0 55 37 16 525 72 102
Binary 11011011 1111000 10010111 0 101101 11111 1110 101010101 111010 1000010

Color Harmonies of #DB7897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7897

Black with #DB7897

Text Example


Text Example

White with #DB7897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7897; }

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

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

background-color css

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

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

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

border-color css

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

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

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