Html Css Color HEX #DB79AB Pale Violet Red

📋 copy color: '#DB79AB'

red 219 ◦ green 121 ◦ blue 171

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

Shades of Pale Violet Red #DB79AB

Tints of Pale Violet Red #DB79AB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.68%

 BLUE value IS 171 (67.19% from 255) = 33.46%

R = 42.86%
G = 23.68%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB79AB (or 0xDB79AB) is known color: Pale Violet Red. HEX triplet: DB, 79 and AB. RGB value is (219,121,171). Sum of RGB (Red+Green+Blue) = 219+121+171=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 121 (47.66% from 255 or 23.68% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DB79AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB79AB is #248654. Grayscale: #9B9B9B. Windows color (decimal): -2393685 or 11237851. OLE color: 11237851.

HSL color Cylindrical-coordinate representation of color #DB79AB: hue angle of 329.39º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB79AB is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 121 171 -
CMYK 0 0.45 0.22 0.14
HSL 329.39º 0.58% 0.67% -
HSV(B) 329.39º 0.45% 0.86% -
XYZ 43.4 31.68 42.35 -
YUV 156 136.47 172.93 -
System Red Green Blue C M Y K H S L
Decimal 219 121 171 0 0.45 0.22 0.14 329.39 0.58 0.67
Hex DB 79 AB 0 2D 16 E 149 3A 43
Octal 333 171 253 0 55 26 16 511 72 103
Binary 11011011 1111001 10101011 0 101101 10110 1110 101001001 111010 1000011

Color Harmonies of #DB79AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB79AB

Black with #DB79AB

Text Example


Text Example

White with #DB79AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB79AB; }

 p { color: rgb(219,121,171); }

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

background-color css

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

 a { background-color: rgb(219,121,171); }

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

border-color css

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

 span { border-color: rgb(219,121,171); }

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