Html Css Color HEX #DB7397 Pale Violet Red

📋 copy color: '#DB7397'

red 219 ◦ green 115 ◦ blue 151

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

Shades of Pale Violet Red #DB7397

Tints of Pale Violet Red #DB7397

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.71%

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

R = 45.15%
G = 23.71%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB7397 (or 0xDB7397) is known color: Pale Violet Red. HEX triplet: DB, 73 and 97. RGB value is (219,115,151). Sum of RGB (Red+Green+Blue) = 219+115+151=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 115 (45.31% from 255 or 23.71% from 485); Blue value is 151 (59.38% from 255 or 31.13% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7397 is #248C68. Grayscale: #969696. Windows color (decimal): -2395241 or 9925595. OLE color: 9925595.

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

Color convert

RGB 219 115 151 -
CMYK 0 0.47 0.31 0.14
HSL 339.23º 0.59% 0.65% -
HSV(B) 339.23º 0.47% 0.86% -
XYZ 40.93 29.56 32.83 -
YUV 150.2 128.46 177.07 -
System Red Green Blue C M Y K H S L
Decimal 219 115 151 0 0.47 0.31 0.14 339.23 0.59 0.65
Hex DB 73 97 0 2F 1F E 153 3B 41
Octal 333 163 227 0 57 37 16 523 73 101
Binary 11011011 1110011 10010111 0 101111 11111 1110 101010011 111011 1000001

Color Harmonies of #DB7397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7397

Black with #DB7397

Text Example


Text Example

White with #DB7397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7397; }

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

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

background-color css

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

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

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

border-color css

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

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

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