Html Css Color HEX #DB78A4 Pale Violet Red

📋 copy color: '#DB78A4'

red 219 ◦ green 120 ◦ blue 164

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

Shades of Pale Violet Red #DB78A4

Tints of Pale Violet Red #DB78A4

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.86%

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

R = 43.54%
G = 23.86%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DB78A4 (or 0xDB78A4) is known color: Pale Violet Red. HEX triplet: DB, 78 and A4. RGB value is (219,120,164). Sum of RGB (Red+Green+Blue) = 219+120+164=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 120 (47.27% from 255 or 23.86% from 503); Blue value is 164 (64.45% from 255 or 32.60% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB78A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB78A4 is #24875B. Grayscale: #9A9A9A. Windows color (decimal): -2393948 or 10778843. OLE color: 10778843.

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

Color convert

RGB 219 120 164 -
CMYK 0 0.45 0.25 0.14
HSL 333.33º 0.58% 0.66% -
HSV(B) 333.33º 0.45% 0.86% -
XYZ 42.63 31.17 38.89 -
YUV 154.62 133.3 173.92 -
System Red Green Blue C M Y K H S L
Decimal 219 120 164 0 0.45 0.25 0.14 333.33 0.58 0.66
Hex DB 78 A4 0 2D 19 E 14D 3A 42
Octal 333 170 244 0 55 31 16 515 72 102
Binary 11011011 1111000 10100100 0 101101 11001 1110 101001101 111010 1000010

Color Harmonies of #DB78A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB78A4

Black with #DB78A4

Text Example


Text Example

White with #DB78A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB78A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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