Html Css Color HEX #DB6E94 Pale Violet Red

📋 copy color: '#DB6E94'

red 219 ◦ green 110 ◦ blue 148

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

Shades of Pale Violet Red #DB6E94

Tints of Pale Violet Red #DB6E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.03%

R = 45.91%
G = 23.06%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB6E94 (or 0xDB6E94) is known color: Pale Violet Red. HEX triplet: DB, 6E and 94. RGB value is (219,110,148). Sum of RGB (Red+Green+Blue) = 219+110+148=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 110 (43.36% from 255 or 23.06% from 477); Blue value is 148 (58.20% from 255 or 31.03% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6E94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6E94 is #24916B. Grayscale: #929292. Windows color (decimal): -2396524 or 9727707. OLE color: 9727707.

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

Color convert

RGB 219 110 148 -
CMYK 0 0.50 0.32 0.14
HSL 339.08º 0.6% 0.65% -
HSV(B) 339.08º 0.5% 0.86% -
XYZ 40.13 28.35 31.37 -
YUV 146.92 128.61 179.41 -
System Red Green Blue C M Y K H S L
Decimal 219 110 148 0 0.50 0.32 0.14 339.08 0.6 0.65
Hex DB 6E 94 0 32 20 E 153 3C 41
Octal 333 156 224 0 62 40 16 523 74 101
Binary 11011011 1101110 10010100 0 110010 100000 1110 101010011 111100 1000001

Color Harmonies of #DB6E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6E94

Black with #DB6E94

Text Example


Text Example

White with #DB6E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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