Html Css Color HEX #DB6DA5 Pale Violet Red

📋 copy color: '#DB6DA5'

red 219 ◦ green 109 ◦ blue 165

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

Shades of Pale Violet Red #DB6DA5

Tints of Pale Violet Red #DB6DA5

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.11%

 BLUE value IS 165 (64.84% from 255) = 33.47%

R = 44.42%
G = 22.11%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DB6DA5 (or 0xDB6DA5) is known color: Pale Violet Red. HEX triplet: DB, 6D and A5. RGB value is (219,109,165). Sum of RGB (Red+Green+Blue) = 219+109+165=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 109 (42.97% from 255 or 22.11% from 493); Blue value is 165 (64.84% from 255 or 33.47% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6DA5 is #24925A. Grayscale: #949494. Windows color (decimal): -2396763 or 10841563. OLE color: 10841563.

HSL color Cylindrical-coordinate representation of color #DB6DA5: hue angle of 329.45º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB6DA5 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 109 165 -
CMYK 0 0.50 0.25 0.14
HSL 329.45º 0.6% 0.64% -
HSV(B) 329.45º 0.5% 0.86% -
XYZ 41.47 28.71 38.95 -
YUV 148.27 137.44 178.45 -
System Red Green Blue C M Y K H S L
Decimal 219 109 165 0 0.50 0.25 0.14 329.45 0.6 0.64
Hex DB 6D A5 0 32 19 E 149 3C 40
Octal 333 155 245 0 62 31 16 511 74 100
Binary 11011011 1101101 10100101 0 110010 11001 1110 101001001 111100 1000000

Color Harmonies of #DB6DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6DA5

Black with #DB6DA5

Text Example


Text Example

White with #DB6DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6DA5; }

 p { color: rgb(219,109,165); }

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

background-color css

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

 a { background-color: rgb(219,109,165); }

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

border-color css

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

 span { border-color: rgb(219,109,165); }

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