Html Css Color HEX #DB769E Pale Violet Red

📋 copy color: '#DB769E'

red 219 ◦ green 118 ◦ blue 158

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

Shades of Pale Violet Red #DB769E

Tints of Pale Violet Red #DB769E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.92%

R = 44.24%
G = 23.84%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DB769E (or 0xDB769E) is known color: Pale Violet Red. HEX triplet: DB, 76 and 9E. RGB value is (219,118,158). Sum of RGB (Red+Green+Blue) = 219+118+158=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DB769E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB769E is #248961. Grayscale: #989898. Windows color (decimal): -2394466 or 10385115. OLE color: 10385115.

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

Color convert

RGB 219 118 158 -
CMYK 0 0.46 0.28 0.14
HSL 336.24º 0.58% 0.66% -
HSV(B) 336.24º 0.46% 0.86% -
XYZ 41.86 30.49 36.03 -
YUV 152.76 130.96 175.25 -
System Red Green Blue C M Y K H S L
Decimal 219 118 158 0 0.46 0.28 0.14 336.24 0.58 0.66
Hex DB 76 9E 0 2E 1C E 150 3A 42
Octal 333 166 236 0 56 34 16 520 72 102
Binary 11011011 1110110 10011110 0 101110 11100 1110 101010000 111010 1000010

Color Harmonies of #DB769E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB769E

Black with #DB769E

Text Example


Text Example

White with #DB769E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB769E; }

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

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

background-color css

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

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

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

border-color css

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

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

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