Html Css Color HEX #DB719F Pale Violet Red

📋 copy color: '#DB719F'

red 219 ◦ green 113 ◦ blue 159

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

Shades of Pale Violet Red #DB719F

Tints of Pale Violet Red #DB719F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.01%

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

R = 44.6%
G = 23.01%
B = 32.38%

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

#DB719F (or 0xDB719F) is known color: Pale Violet Red. HEX triplet: DB, 71 and 9F. RGB value is (219,113,159). Sum of RGB (Red+Green+Blue) = 219+113+159=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 113 (44.53% from 255 or 23.01% from 491); Blue value is 159 (62.5% from 255 or 32.38% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DB719F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB719F is #248E60. Grayscale: #959595. Windows color (decimal): -2395745 or 10449371. OLE color: 10449371.

HSL color Cylindrical-coordinate representation of color #DB719F: hue angle of 333.96º degrees, saturation: 0.6, 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 #DB719F is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 113 159 -
CMYK 0 0.48 0.27 0.14
HSL 333.96º 0.6% 0.65% -
HSV(B) 333.96º 0.48% 0.86% -
XYZ 41.38 29.37 36.29 -
YUV 149.94 133.12 177.26 -
System Red Green Blue C M Y K H S L
Decimal 219 113 159 0 0.48 0.27 0.14 333.96 0.6 0.65
Hex DB 71 9F 0 30 1B E 14E 3C 41
Octal 333 161 237 0 60 33 16 516 74 101
Binary 11011011 1110001 10011111 0 110000 11011 1110 101001110 111100 1000001

Color Harmonies of #DB719F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB719F

Black with #DB719F

Text Example


Text Example

White with #DB719F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB719F; }

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

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

background-color css

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

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

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

border-color css

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

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

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