Html Css Color HEX #DB6E9A Pale Violet Red

📋 copy color: '#DB6E9A'

red 219 ◦ green 110 ◦ blue 154

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

Shades of Pale Violet Red #DB6E9A

Tints of Pale Violet Red #DB6E9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.88%

R = 45.34%
G = 22.77%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB6E9A (or 0xDB6E9A) is known color: Pale Violet Red. HEX triplet: DB, 6E and 9A. RGB value is (219,110,154). Sum of RGB (Red+Green+Blue) = 219+110+154=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 110 (43.36% from 255 or 22.77% from 483); Blue value is 154 (60.55% from 255 or 31.88% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6E9A is #249165. Grayscale: #939393. Windows color (decimal): -2396518 or 10120923. OLE color: 10120923.

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

Color convert

RGB 219 110 154 -
CMYK 0 0.50 0.30 0.14
HSL 335.78º 0.6% 0.65% -
HSV(B) 335.78º 0.5% 0.86% -
XYZ 40.62 28.55 33.94 -
YUV 147.61 131.61 178.92 -
System Red Green Blue C M Y K H S L
Decimal 219 110 154 0 0.50 0.30 0.14 335.78 0.6 0.65
Hex DB 6E 9A 0 32 1E E 150 3C 41
Octal 333 156 232 0 62 36 16 520 74 101
Binary 11011011 1101110 10011010 0 110010 11110 1110 101010000 111100 1000001

Color Harmonies of #DB6E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6E9A

Black with #DB6E9A

Text Example


Text Example

White with #DB6E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6E9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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