Html Css Color HEX #DB6BA4 Pale Violet Red

📋 copy color: '#DB6BA4'

red 219 ◦ green 107 ◦ blue 164

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

Shades of Pale Violet Red #DB6BA4

Tints of Pale Violet Red #DB6BA4

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.84%

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

R = 44.69%
G = 21.84%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DB6BA4 (or 0xDB6BA4) is known color: Pale Violet Red. HEX triplet: DB, 6B and A4. RGB value is (219,107,164). Sum of RGB (Red+Green+Blue) = 219+107+164=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 107 (42.19% from 255 or 21.84% from 490); Blue value is 164 (64.45% from 255 or 33.47% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6BA4 is #24945B. Grayscale: #929292. Windows color (decimal): -2397276 or 10775515. OLE color: 10775515.

HSL color Cylindrical-coordinate representation of color #DB6BA4: hue angle of 329.46º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB6BA4 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 107 164 -
CMYK 0 0.51 0.25 0.14
HSL 329.46º 0.61% 0.64% -
HSV(B) 329.46º 0.51% 0.86% -
XYZ 41.17 28.26 38.41 -
YUV 146.99 137.61 179.37 -
System Red Green Blue C M Y K H S L
Decimal 219 107 164 0 0.51 0.25 0.14 329.46 0.61 0.64
Hex DB 6B A4 0 33 19 E 149 3D 40
Octal 333 153 244 0 63 31 16 511 75 100
Binary 11011011 1101011 10100100 0 110011 11001 1110 101001001 111101 1000000

Color Harmonies of #DB6BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6BA4

Black with #DB6BA4

Text Example


Text Example

White with #DB6BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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