Html Css Color HEX #DB7997 Pale Violet Red

📋 copy color: '#DB7997'

red 219 ◦ green 121 ◦ blue 151

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

Shades of Pale Violet Red #DB7997

Tints of Pale Violet Red #DB7997

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.64%

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

R = 44.6%
G = 24.64%
B = 30.75%

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

#DB7997 (or 0xDB7997) is known color: Pale Violet Red. HEX triplet: DB, 79 and 97. RGB value is (219,121,151). Sum of RGB (Red+Green+Blue) = 219+121+151=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 121 (47.66% from 255 or 24.64% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7997 is #248668. Grayscale: #999999. Windows color (decimal): -2393705 or 9927131. OLE color: 9927131.

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

Color convert

RGB 219 121 151 -
CMYK 0 0.45 0.31 0.14
HSL 341.63º 0.58% 0.67% -
HSV(B) 341.63º 0.45% 0.86% -
XYZ 41.64 30.97 33.06 -
YUV 153.72 126.47 174.56 -
System Red Green Blue C M Y K H S L
Decimal 219 121 151 0 0.45 0.31 0.14 341.63 0.58 0.67
Hex DB 79 97 0 2D 1F E 156 3A 43
Octal 333 171 227 0 55 37 16 526 72 103
Binary 11011011 1111001 10010111 0 101101 11111 1110 101010110 111010 1000011

Color Harmonies of #DB7997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7997

Black with #DB7997

Text Example


Text Example

White with #DB7997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7997; }

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

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

background-color css

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

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

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

border-color css

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

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

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