Html Css Color HEX #DB6E9E Pale Violet Red

📋 copy color: '#DB6E9E'

red 219 ◦ green 110 ◦ blue 158

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

Shades of Pale Violet Red #DB6E9E

Tints of Pale Violet Red #DB6E9E

RGB

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

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

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

R = 44.97%
G = 22.59%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DB6E9E (or 0xDB6E9E) is known color: Pale Violet Red. HEX triplet: DB, 6E and 9E. RGB value is (219,110,158). Sum of RGB (Red+Green+Blue) = 219+110+158=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 110 (43.36% from 255 or 22.59% from 487); Blue value is 158 (62.11% from 255 or 32.44% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6E9E is #249161. Grayscale: #939393. Windows color (decimal): -2396514 or 10383067. OLE color: 10383067.

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

Color convert

RGB 219 110 158 -
CMYK 0 0.50 0.28 0.14
HSL 333.58º 0.6% 0.65% -
HSV(B) 333.58º 0.5% 0.86% -
XYZ 40.96 28.68 35.72 -
YUV 148.06 133.61 178.6 -
System Red Green Blue C M Y K H S L
Decimal 219 110 158 0 0.50 0.28 0.14 333.58 0.6 0.65
Hex DB 6E 9E 0 32 1C E 14E 3C 41
Octal 333 156 236 0 62 34 16 516 74 101
Binary 11011011 1101110 10011110 0 110010 11100 1110 101001110 111100 1000001

Color Harmonies of #DB6E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6E9E

Black with #DB6E9E

Text Example


Text Example

White with #DB6E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6E9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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