Html Css Color HEX #DB77A4 Pale Violet Red

📋 copy color: '#DB77A4'

red 219 ◦ green 119 ◦ blue 164

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

Shades of Pale Violet Red #DB77A4

Tints of Pale Violet Red #DB77A4

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.71%

 BLUE value IS 164 (64.45% from 255) = 32.67%

R = 43.63%
G = 23.71%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DB77A4 (or 0xDB77A4) is known color: Pale Violet Red. HEX triplet: DB, 77 and A4. RGB value is (219,119,164). Sum of RGB (Red+Green+Blue) = 219+119+164=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 119 (46.88% from 255 or 23.71% from 502); Blue value is 164 (64.45% from 255 or 32.67% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB77A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB77A4 is #24885B. Grayscale: #999999. Windows color (decimal): -2394204 or 10778587. OLE color: 10778587.

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

Color convert

RGB 219 119 164 -
CMYK 0 0.46 0.25 0.14
HSL 333º 0.58% 0.66% -
HSV(B) 333º 0.46% 0.86% -
XYZ 42.51 30.93 38.85 -
YUV 154.03 133.63 174.34 -
System Red Green Blue C M Y K H S L
Decimal 219 119 164 0 0.46 0.25 0.14 333 0.58 0.66
Hex DB 77 A4 0 2E 19 E 14D 3A 42
Octal 333 167 244 0 56 31 16 515 72 102
Binary 11011011 1110111 10100100 0 101110 11001 1110 101001101 111010 1000010

Color Harmonies of #DB77A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB77A4

Black with #DB77A4

Text Example


Text Example

White with #DB77A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB77A4; }

 p { color: rgb(219,119,164); }

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

background-color css

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

 a { background-color: rgb(219,119,164); }

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

border-color css

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

 span { border-color: rgb(219,119,164); }

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