Html Css Color HEX #DB76A9 Pale Violet Red

📋 copy color: '#DB76A9'

red 219 ◦ green 118 ◦ blue 169

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

Shades of Pale Violet Red #DB76A9

Tints of Pale Violet Red #DB76A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 33.4%

R = 43.28%
G = 23.32%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DB76A9 (or 0xDB76A9) is known color: Pale Violet Red. HEX triplet: DB, 76 and A9. RGB value is (219,118,169). Sum of RGB (Red+Green+Blue) = 219+118+169=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 169 (66.41% from 255 or 33.40% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DB76A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB76A9 is #248956. Grayscale: #999999. Windows color (decimal): -2394455 or 11106011. OLE color: 11106011.

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

Color convert

RGB 219 118 169 -
CMYK 0 0.46 0.23 0.14
HSL 329.7º 0.58% 0.66% -
HSV(B) 329.7º 0.46% 0.86% -
XYZ 42.85 30.88 41.24 -
YUV 154.01 136.46 174.35 -
System Red Green Blue C M Y K H S L
Decimal 219 118 169 0 0.46 0.23 0.14 329.7 0.58 0.66
Hex DB 76 A9 0 2E 17 E 14A 3A 42
Octal 333 166 251 0 56 27 16 512 72 102
Binary 11011011 1110110 10101001 0 101110 10111 1110 101001010 111010 1000010

Color Harmonies of #DB76A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB76A9

Black with #DB76A9

Text Example


Text Example

White with #DB76A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB76A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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