Html Css Color HEX #DB79AA Pale Violet Red

📋 copy color: '#DB79AA'

red 219 ◦ green 121 ◦ blue 170

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

Shades of Pale Violet Red #DB79AA

Tints of Pale Violet Red #DB79AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.33%

R = 42.94%
G = 23.73%
B = 33.33%

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

#DB79AA (or 0xDB79AA) is known color: Pale Violet Red. HEX triplet: DB, 79 and AA. RGB value is (219,121,170). Sum of RGB (Red+Green+Blue) = 219+121+170=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 121 (47.66% from 255 or 23.73% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DB79AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB79AA is #248655. Grayscale: #9B9B9B. Windows color (decimal): -2393686 or 11172315. OLE color: 11172315.

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

Color convert

RGB 219 121 170 -
CMYK 0 0.45 0.22 0.14
HSL 330º 0.58% 0.67% -
HSV(B) 330º 0.45% 0.86% -
XYZ 43.31 31.64 41.85 -
YUV 155.89 135.97 173.02 -
System Red Green Blue C M Y K H S L
Decimal 219 121 170 0 0.45 0.22 0.14 330 0.58 0.67
Hex DB 79 AA 0 2D 16 E 14A 3A 43
Octal 333 171 252 0 55 26 16 512 72 103
Binary 11011011 1111001 10101010 0 101101 10110 1110 101001010 111010 1000011

Color Harmonies of #DB79AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB79AA

Black with #DB79AA

Text Example


Text Example

White with #DB79AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB79AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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