Html Css Color HEX #DB6E92 Pale Violet Red

📋 copy color: '#DB6E92'

red 219 ◦ green 110 ◦ blue 146

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

Shades of Pale Violet Red #DB6E92

Tints of Pale Violet Red #DB6E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.74%

R = 46.11%
G = 23.16%
B = 30.74%

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

#DB6E92 (or 0xDB6E92) is known color: Pale Violet Red. HEX triplet: DB, 6E and 92. RGB value is (219,110,146). Sum of RGB (Red+Green+Blue) = 219+110+146=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 110 (43.36% from 255 or 23.16% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6E92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6E92 is #24916D. Grayscale: #929292. Windows color (decimal): -2396526 or 9596635. OLE color: 9596635.

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

Color convert

RGB 219 110 146 -
CMYK 0 0.50 0.33 0.14
HSL 340.18º 0.6% 0.65% -
HSV(B) 340.18º 0.5% 0.86% -
XYZ 39.98 28.29 30.55 -
YUV 146.7 127.61 179.57 -
System Red Green Blue C M Y K H S L
Decimal 219 110 146 0 0.50 0.33 0.14 340.18 0.6 0.65
Hex DB 6E 92 0 32 21 E 154 3C 41
Octal 333 156 222 0 62 41 16 524 74 101
Binary 11011011 1101110 10010010 0 110010 100001 1110 101010100 111100 1000001

Color Harmonies of #DB6E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6E92

Black with #DB6E92

Text Example


Text Example

White with #DB6E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6E92; }

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

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

background-color css

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

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

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

border-color css

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

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

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