Html Css Color HEX #DB76A2 Pale Violet Red

📋 copy color: '#DB76A2'

red 219 ◦ green 118 ◦ blue 162

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

Shades of Pale Violet Red #DB76A2

Tints of Pale Violet Red #DB76A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.46%

R = 43.89%
G = 23.65%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DB76A2 (or 0xDB76A2) is known color: Pale Violet Red. HEX triplet: DB, 76 and A2. RGB value is (219,118,162). Sum of RGB (Red+Green+Blue) = 219+118+162=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 118 (46.48% from 255 or 23.65% from 499); Blue value is 162 (63.67% from 255 or 32.46% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DB76A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB76A2 is #24895D. Grayscale: #999999. Windows color (decimal): -2394462 or 10647259. OLE color: 10647259.

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

Color convert

RGB 219 118 162 -
CMYK 0 0.46 0.26 0.14
HSL 333.86º 0.58% 0.66% -
HSV(B) 333.86º 0.46% 0.86% -
XYZ 42.21 30.63 37.87 -
YUV 153.22 132.96 174.92 -
System Red Green Blue C M Y K H S L
Decimal 219 118 162 0 0.46 0.26 0.14 333.86 0.58 0.66
Hex DB 76 A2 0 2E 1A E 14E 3A 42
Octal 333 166 242 0 56 32 16 516 72 102
Binary 11011011 1110110 10100010 0 101110 11010 1110 101001110 111010 1000010

Color Harmonies of #DB76A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB76A2

Black with #DB76A2

Text Example


Text Example

White with #DB76A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB76A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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