Html Css Color HEX #DB6EA6 Pale Violet Red

📋 copy color: '#DB6EA6'

red 219 ◦ green 110 ◦ blue 166

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

Shades of Pale Violet Red #DB6EA6

Tints of Pale Violet Red #DB6EA6

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.22%

 BLUE value IS 166 (65.23% from 255) = 33.54%

R = 44.24%
G = 22.22%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DB6EA6 (or 0xDB6EA6) is known color: Pale Violet Red. HEX triplet: DB, 6E and A6. RGB value is (219,110,166). Sum of RGB (Red+Green+Blue) = 219+110+166=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 110 (43.36% from 255 or 22.22% from 495); Blue value is 166 (65.23% from 255 or 33.54% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6EA6 is #249159. Grayscale: #949494. Windows color (decimal): -2396506 or 10907355. OLE color: 10907355.

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

Color convert

RGB 219 110 166 -
CMYK 0 0.50 0.24 0.14
HSL 329.17º 0.6% 0.65% -
HSV(B) 329.17º 0.5% 0.86% -
XYZ 41.67 28.97 39.47 -
YUV 148.98 137.61 177.95 -
System Red Green Blue C M Y K H S L
Decimal 219 110 166 0 0.50 0.24 0.14 329.17 0.6 0.65
Hex DB 6E A6 0 32 18 E 149 3C 41
Octal 333 156 246 0 62 30 16 511 74 101
Binary 11011011 1101110 10100110 0 110010 11000 1110 101001001 111100 1000001

Color Harmonies of #DB6EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6EA6

Black with #DB6EA6

Text Example


Text Example

White with #DB6EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6EA6; }

 p { color: rgb(219,110,166); }

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

background-color css

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

 a { background-color: rgb(219,110,166); }

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

border-color css

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

 span { border-color: rgb(219,110,166); }

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