Html Css Color HEX #DB6AA6 Pale Violet Red

📋 copy color: '#DB6AA6'

red 219 ◦ green 106 ◦ blue 166

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

Shades of Pale Violet Red #DB6AA6

Tints of Pale Violet Red #DB6AA6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.59%

 BLUE value IS 166 (65.23% from 255) = 33.81%

R = 44.6%
G = 21.59%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DB6AA6 (or 0xDB6AA6) is known color: Pale Violet Red. HEX triplet: DB, 6A and A6. RGB value is (219,106,166). Sum of RGB (Red+Green+Blue) = 219+106+166=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 106 (41.80% from 255 or 21.59% from 491); Blue value is 166 (65.23% from 255 or 33.81% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6AA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6AA6 is #249559. Grayscale: #929292. Windows color (decimal): -2397530 or 10906331. OLE color: 10906331.

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

Color convert

RGB 219 106 166 -
CMYK 0 0.52 0.24 0.14
HSL 328.14º 0.61% 0.64% -
HSV(B) 328.14º 0.52% 0.86% -
XYZ 41.25 28.12 39.33 -
YUV 146.63 138.94 179.62 -
System Red Green Blue C M Y K H S L
Decimal 219 106 166 0 0.52 0.24 0.14 328.14 0.61 0.64
Hex DB 6A A6 0 34 18 E 148 3D 40
Octal 333 152 246 0 64 30 16 510 75 100
Binary 11011011 1101010 10100110 0 110100 11000 1110 101001000 111101 1000000

Color Harmonies of #DB6AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6AA6

Black with #DB6AA6

Text Example


Text Example

White with #DB6AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6AA6; }

 p { color: rgb(219,106,166); }

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

background-color css

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

 a { background-color: rgb(219,106,166); }

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

border-color css

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

 span { border-color: rgb(219,106,166); }

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