Html Css Color HEX #DB7497 Pale Violet Red

📋 copy color: '#DB7497'

red 219 ◦ green 116 ◦ blue 151

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

Shades of Pale Violet Red #DB7497

Tints of Pale Violet Red #DB7497

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.87%

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

R = 45.06%
G = 23.87%
B = 31.07%

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

#DB7497 (or 0xDB7497) is known color: Pale Violet Red. HEX triplet: DB, 74 and 97. RGB value is (219,116,151). Sum of RGB (Red+Green+Blue) = 219+116+151=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 116 (45.70% from 255 or 23.87% from 486); Blue value is 151 (59.38% from 255 or 31.07% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7497 is #248B68. Grayscale: #969696. Windows color (decimal): -2394985 or 9925851. OLE color: 9925851.

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

Color convert

RGB 219 116 151 -
CMYK 0 0.47 0.31 0.14
HSL 339.61º 0.59% 0.66% -
HSV(B) 339.61º 0.47% 0.86% -
XYZ 41.04 29.79 32.86 -
YUV 150.79 128.12 176.65 -
System Red Green Blue C M Y K H S L
Decimal 219 116 151 0 0.47 0.31 0.14 339.61 0.59 0.66
Hex DB 74 97 0 2F 1F E 154 3B 42
Octal 333 164 227 0 57 37 16 524 73 102
Binary 11011011 1110100 10010111 0 101111 11111 1110 101010100 111011 1000010

Color Harmonies of #DB7497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7497

Black with #DB7497

Text Example


Text Example

White with #DB7497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7497; }

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

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

background-color css

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

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

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

border-color css

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

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

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