Html Css Color HEX #DB739B Pale Violet Red

📋 copy color: '#DB739B'

red 219 ◦ green 115 ◦ blue 155

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

Shades of Pale Violet Red #DB739B

Tints of Pale Violet Red #DB739B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.7%

R = 44.79%
G = 23.52%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB739B (or 0xDB739B) is known color: Pale Violet Red. HEX triplet: DB, 73 and 9B. RGB value is (219,115,155). Sum of RGB (Red+Green+Blue) = 219+115+155=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 115 (45.31% from 255 or 23.52% from 489); Blue value is 155 (60.94% from 255 or 31.70% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DB739B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB739B is #248C64. Grayscale: #969696. Windows color (decimal): -2395237 or 10187739. OLE color: 10187739.

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

Color convert

RGB 219 115 155 -
CMYK 0 0.47 0.29 0.14
HSL 336.92º 0.59% 0.65% -
HSV(B) 336.92º 0.47% 0.86% -
XYZ 41.26 29.69 34.57 -
YUV 150.66 130.46 176.75 -
System Red Green Blue C M Y K H S L
Decimal 219 115 155 0 0.47 0.29 0.14 336.92 0.59 0.65
Hex DB 73 9B 0 2F 1D E 151 3B 41
Octal 333 163 233 0 57 35 16 521 73 101
Binary 11011011 1110011 10011011 0 101111 11101 1110 101010001 111011 1000001

Color Harmonies of #DB739B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB739B

Black with #DB739B

Text Example


Text Example

White with #DB739B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB739B; }

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

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

background-color css

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

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

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

border-color css

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

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

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