Html Css Color HEX #DB6496 Pale Violet Red

📋 copy color: '#DB6496'

red 219 ◦ green 100 ◦ blue 150

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

Shades of Pale Violet Red #DB6496

Tints of Pale Violet Red #DB6496

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.32%

 BLUE value IS 150 (58.98% from 255) = 31.98%

R = 46.7%
G = 21.32%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB6496 (or 0xDB6496) is known color: Pale Violet Red. HEX triplet: DB, 64 and 96. RGB value is (219,100,150). Sum of RGB (Red+Green+Blue) = 219+100+150=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 100 (39.45% from 255 or 21.32% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6496 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6496 is #249B69. Grayscale: #8D8D8D. Windows color (decimal): -2399082 or 9856219. OLE color: 9856219.

HSL color Cylindrical-coordinate representation of color #DB6496: hue angle of 334.79º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB6496 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 100 150 -
CMYK 0 0.54 0.32 0.14
HSL 334.79º 0.62% 0.63% -
HSV(B) 334.79º 0.54% 0.86% -
XYZ 39.28 26.38 31.88 -
YUV 141.28 132.92 183.43 -
System Red Green Blue C M Y K H S L
Decimal 219 100 150 0 0.54 0.32 0.14 334.79 0.62 0.63
Hex DB 64 96 0 36 20 E 14F 3E 3F
Octal 333 144 226 0 66 40 16 517 76 77
Binary 11011011 1100100 10010110 0 110110 100000 1110 101001111 111110 111111

Color Harmonies of #DB6496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6496

Black with #DB6496

Text Example


Text Example

White with #DB6496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6496; }

 p { color: rgb(219,100,150); }

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

background-color css

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

 a { background-color: rgb(219,100,150); }

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

border-color css

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

 span { border-color: rgb(219,100,150); }

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