Html Css Color HEX #DB6796 Pale Violet Red

📋 copy color: '#DB6796'

red 219 ◦ green 103 ◦ blue 150

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

Shades of Pale Violet Red #DB6796

Tints of Pale Violet Red #DB6796

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.82%

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

R = 46.4%
G = 21.82%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB6796 (or 0xDB6796) is known color: Pale Violet Red. HEX triplet: DB, 67 and 96. RGB value is (219,103,150). Sum of RGB (Red+Green+Blue) = 219+103+150=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 103 (40.62% from 255 or 21.82% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6796 is #249869. Grayscale: #8E8E8E. Windows color (decimal): -2398314 or 9856987. OLE color: 9856987.

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

Color convert

RGB 219 103 150 -
CMYK 0 0.53 0.32 0.14
HSL 335.69º 0.62% 0.63% -
HSV(B) 335.69º 0.53% 0.86% -
XYZ 39.57 26.96 31.97 -
YUV 143.04 131.93 182.18 -
System Red Green Blue C M Y K H S L
Decimal 219 103 150 0 0.53 0.32 0.14 335.69 0.62 0.63
Hex DB 67 96 0 35 20 E 150 3E 3F
Octal 333 147 226 0 65 40 16 520 76 77
Binary 11011011 1100111 10010110 0 110101 100000 1110 101010000 111110 111111

Color Harmonies of #DB6796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6796

Black with #DB6796

Text Example


Text Example

White with #DB6796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6796; }

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

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

background-color css

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

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

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

border-color css

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

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

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