Html Css Color HEX #DB729F Pale Violet Red

📋 copy color: '#DB729F'

red 219 ◦ green 114 ◦ blue 159

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

Shades of Pale Violet Red #DB729F

Tints of Pale Violet Red #DB729F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.17%

 BLUE value IS 159 (62.5% from 255) = 32.32%

R = 44.51%
G = 23.17%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DB729F (or 0xDB729F) is known color: Pale Violet Red. HEX triplet: DB, 72 and 9F. RGB value is (219,114,159). Sum of RGB (Red+Green+Blue) = 219+114+159=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 114 (44.92% from 255 or 23.17% from 492); Blue value is 159 (62.5% from 255 or 32.32% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DB729F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB729F is #248D60. Grayscale: #969696. Windows color (decimal): -2395489 or 10449627. OLE color: 10449627.

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

Color convert

RGB 219 114 159 -
CMYK 0 0.48 0.27 0.14
HSL 334.29º 0.59% 0.65% -
HSV(B) 334.29º 0.48% 0.86% -
XYZ 41.49 29.6 36.33 -
YUV 150.53 132.79 176.84 -
System Red Green Blue C M Y K H S L
Decimal 219 114 159 0 0.48 0.27 0.14 334.29 0.59 0.65
Hex DB 72 9F 0 30 1B E 14E 3B 41
Octal 333 162 237 0 60 33 16 516 73 101
Binary 11011011 1110010 10011111 0 110000 11011 1110 101001110 111011 1000001

Color Harmonies of #DB729F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB729F

Black with #DB729F

Text Example


Text Example

White with #DB729F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB729F; }

 p { color: rgb(219,114,159); }

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

background-color css

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

 a { background-color: rgb(219,114,159); }

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

border-color css

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

 span { border-color: rgb(219,114,159); }

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