Html Css Color HEX #DB6E9C Pale Violet Red

📋 copy color: '#DB6E9C'

red 219 ◦ green 110 ◦ blue 156

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

Shades of Pale Violet Red #DB6E9C

Tints of Pale Violet Red #DB6E9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.16%

R = 45.15%
G = 22.68%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB6E9C (or 0xDB6E9C) is known color: Pale Violet Red. HEX triplet: DB, 6E and 9C. RGB value is (219,110,156). Sum of RGB (Red+Green+Blue) = 219+110+156=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6E9C is #249163. Grayscale: #939393. Windows color (decimal): -2396516 or 10251995. OLE color: 10251995.

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

Color convert

RGB 219 110 156 -
CMYK 0 0.50 0.29 0.14
HSL 334.68º 0.6% 0.65% -
HSV(B) 334.68º 0.5% 0.86% -
XYZ 40.79 28.61 34.83 -
YUV 147.84 132.61 178.76 -
System Red Green Blue C M Y K H S L
Decimal 219 110 156 0 0.50 0.29 0.14 334.68 0.6 0.65
Hex DB 6E 9C 0 32 1D E 14F 3C 41
Octal 333 156 234 0 62 35 16 517 74 101
Binary 11011011 1101110 10011100 0 110010 11101 1110 101001111 111100 1000001

Color Harmonies of #DB6E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6E9C

Black with #DB6E9C

Text Example


Text Example

White with #DB6E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6E9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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