Html Css Color HEX #DB78AB Pale Violet Red

📋 copy color: '#DB78AB'

red 219 ◦ green 120 ◦ blue 171

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

Shades of Pale Violet Red #DB78AB

Tints of Pale Violet Red #DB78AB

RGB

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

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

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

R = 42.94%
G = 23.53%
B = 33.53%

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

#DB78AB (or 0xDB78AB) is known color: Pale Violet Red. HEX triplet: DB, 78 and AB. RGB value is (219,120,171). Sum of RGB (Red+Green+Blue) = 219+120+171=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 120 (47.27% from 255 or 23.53% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DB78AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB78AB is #248754. Grayscale: #9B9B9B. Windows color (decimal): -2393941 or 11237595. OLE color: 11237595.

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

Color convert

RGB 219 120 171 -
CMYK 0 0.45 0.22 0.14
HSL 329.09º 0.58% 0.66% -
HSV(B) 329.09º 0.45% 0.86% -
XYZ 43.28 31.43 42.31 -
YUV 155.42 136.8 173.35 -
System Red Green Blue C M Y K H S L
Decimal 219 120 171 0 0.45 0.22 0.14 329.09 0.58 0.66
Hex DB 78 AB 0 2D 16 E 149 3A 42
Octal 333 170 253 0 55 26 16 511 72 102
Binary 11011011 1111000 10101011 0 101101 10110 1110 101001001 111010 1000010

Color Harmonies of #DB78AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB78AB

Black with #DB78AB

Text Example


Text Example

White with #DB78AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB78AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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