Html Css Color HEX #DB739C Pale Violet Red

📋 copy color: '#DB739C'

red 219 ◦ green 115 ◦ blue 156

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

Shades of Pale Violet Red #DB739C

Tints of Pale Violet Red #DB739C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.84%

R = 44.69%
G = 23.47%
B = 31.84%

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

#DB739C (or 0xDB739C) is known color: Pale Violet Red. HEX triplet: DB, 73 and 9C. RGB value is (219,115,156). Sum of RGB (Red+Green+Blue) = 219+115+156=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB739C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB739C is #248C63. Grayscale: #969696. Windows color (decimal): -2395236 or 10253275. OLE color: 10253275.

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

Color convert

RGB 219 115 156 -
CMYK 0 0.47 0.29 0.14
HSL 336.35º 0.59% 0.65% -
HSV(B) 336.35º 0.47% 0.86% -
XYZ 41.34 29.72 35.01 -
YUV 150.77 130.96 176.67 -
System Red Green Blue C M Y K H S L
Decimal 219 115 156 0 0.47 0.29 0.14 336.35 0.59 0.65
Hex DB 73 9C 0 2F 1D E 150 3B 41
Octal 333 163 234 0 57 35 16 520 73 101
Binary 11011011 1110011 10011100 0 101111 11101 1110 101010000 111011 1000001

Color Harmonies of #DB739C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB739C

Black with #DB739C

Text Example


Text Example

White with #DB739C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB739C; }

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

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

background-color css

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

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

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

border-color css

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

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

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