Html Css Color HEX #DB7396 Pale Violet Red

📋 copy color: '#DB7396'

red 219 ◦ green 115 ◦ blue 150

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

Shades of Pale Violet Red #DB7396

Tints of Pale Violet Red #DB7396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.99%

R = 45.25%
G = 23.76%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB7396 (or 0xDB7396) is known color: Pale Violet Red. HEX triplet: DB, 73 and 96. RGB value is (219,115,150). Sum of RGB (Red+Green+Blue) = 219+115+150=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 115 (45.31% from 255 or 23.76% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7396 is #248C69. Grayscale: #969696. Windows color (decimal): -2395242 or 9860059. OLE color: 9860059.

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

Color convert

RGB 219 115 150 -
CMYK 0 0.47 0.32 0.14
HSL 339.81º 0.59% 0.65% -
HSV(B) 339.81º 0.47% 0.86% -
XYZ 40.85 29.52 32.4 -
YUV 150.09 127.96 177.15 -
System Red Green Blue C M Y K H S L
Decimal 219 115 150 0 0.47 0.32 0.14 339.81 0.59 0.65
Hex DB 73 96 0 2F 20 E 154 3B 41
Octal 333 163 226 0 57 40 16 524 73 101
Binary 11011011 1110011 10010110 0 101111 100000 1110 101010100 111011 1000001

Color Harmonies of #DB7396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7396

Black with #DB7396

Text Example


Text Example

White with #DB7396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7396; }

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

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

background-color css

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

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

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

border-color css

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

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

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