Html Css Color HEX #DB76AB Pale Violet Red

📋 copy color: '#DB76AB'

red 219 ◦ green 118 ◦ blue 171

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

Shades of Pale Violet Red #DB76AB

Tints of Pale Violet Red #DB76AB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.23%

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

R = 43.11%
G = 23.23%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB76AB (or 0xDB76AB) is known color: Pale Violet Red. HEX triplet: DB, 76 and AB. RGB value is (219,118,171). Sum of RGB (Red+Green+Blue) = 219+118+171=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB76AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB76AB is #248954. Grayscale: #9A9A9A. Windows color (decimal): -2394453 or 11237083. OLE color: 11237083.

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

Color convert

RGB 219 118 171 -
CMYK 0 0.46 0.22 0.14
HSL 328.51º 0.58% 0.66% -
HSV(B) 328.51º 0.46% 0.86% -
XYZ 43.04 30.96 42.23 -
YUV 154.24 137.46 174.19 -
System Red Green Blue C M Y K H S L
Decimal 219 118 171 0 0.46 0.22 0.14 328.51 0.58 0.66
Hex DB 76 AB 0 2E 16 E 149 3A 42
Octal 333 166 253 0 56 26 16 511 72 102
Binary 11011011 1110110 10101011 0 101110 10110 1110 101001001 111010 1000010

Color Harmonies of #DB76AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB76AB

Black with #DB76AB

Text Example


Text Example

White with #DB76AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB76AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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