Html Css Color HEX #DB6E93 Pale Violet Red

📋 copy color: '#DB6E93'

red 219 ◦ green 110 ◦ blue 147

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

Shades of Pale Violet Red #DB6E93

Tints of Pale Violet Red #DB6E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.88%

R = 46.01%
G = 23.11%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB6E93 (or 0xDB6E93) is known color: Pale Violet Red. HEX triplet: DB, 6E and 93. RGB value is (219,110,147). Sum of RGB (Red+Green+Blue) = 219+110+147=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 110 (43.36% from 255 or 23.11% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6E93 is #24916C. Grayscale: #929292. Windows color (decimal): -2396525 or 9662171. OLE color: 9662171.

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

Color convert

RGB 219 110 147 -
CMYK 0 0.50 0.33 0.14
HSL 339.63º 0.6% 0.65% -
HSV(B) 339.63º 0.5% 0.86% -
XYZ 40.06 28.32 30.96 -
YUV 146.81 128.11 179.49 -
System Red Green Blue C M Y K H S L
Decimal 219 110 147 0 0.50 0.33 0.14 339.63 0.6 0.65
Hex DB 6E 93 0 32 21 E 154 3C 41
Octal 333 156 223 0 62 41 16 524 74 101
Binary 11011011 1101110 10010011 0 110010 100001 1110 101010100 111100 1000001

Color Harmonies of #DB6E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6E93

Black with #DB6E93

Text Example


Text Example

White with #DB6E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6E93; }

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

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

background-color css

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

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

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

border-color css

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

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

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