Html Css Color HEX #DB6EA4 Pale Violet Red

📋 copy color: '#DB6EA4'

red 219 ◦ green 110 ◦ blue 164

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

Shades of Pale Violet Red #DB6EA4

Tints of Pale Violet Red #DB6EA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 33.27%

R = 44.42%
G = 22.31%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DB6EA4 (or 0xDB6EA4) is known color: Pale Violet Red. HEX triplet: DB, 6E and A4. RGB value is (219,110,164). Sum of RGB (Red+Green+Blue) = 219+110+164=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 110 (43.36% from 255 or 22.31% from 493); Blue value is 164 (64.45% from 255 or 33.27% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6EA4 is #24915B. Grayscale: #949494. Windows color (decimal): -2396508 or 10776283. OLE color: 10776283.

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

Color convert

RGB 219 110 164 -
CMYK 0 0.50 0.25 0.14
HSL 330.28º 0.6% 0.65% -
HSV(B) 330.28º 0.5% 0.86% -
XYZ 41.49 28.89 38.51 -
YUV 148.75 136.61 178.11 -
System Red Green Blue C M Y K H S L
Decimal 219 110 164 0 0.50 0.25 0.14 330.28 0.6 0.65
Hex DB 6E A4 0 32 19 E 14A 3C 41
Octal 333 156 244 0 62 31 16 512 74 101
Binary 11011011 1101110 10100100 0 110010 11001 1110 101001010 111100 1000001

Color Harmonies of #DB6EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6EA4

Black with #DB6EA4

Text Example


Text Example

White with #DB6EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6EA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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