Html Css Color HEX #DB6AA0 Pale Violet Red

📋 copy color: '#DB6AA0'

red 219 ◦ green 106 ◦ blue 160

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

Shades of Pale Violet Red #DB6AA0

Tints of Pale Violet Red #DB6AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.99%

R = 45.15%
G = 21.86%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DB6AA0 (or 0xDB6AA0) is known color: Pale Violet Red. HEX triplet: DB, 6A and A0. RGB value is (219,106,160). Sum of RGB (Red+Green+Blue) = 219+106+160=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 106 (41.80% from 255 or 21.86% from 485); Blue value is 160 (62.89% from 255 or 32.99% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6AA0 is #24955F. Grayscale: #919191. Windows color (decimal): -2397536 or 10513115. OLE color: 10513115.

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

Color convert

RGB 219 106 160 -
CMYK 0 0.52 0.27 0.14
HSL 331.33º 0.61% 0.64% -
HSV(B) 331.33º 0.52% 0.86% -
XYZ 40.71 27.91 36.5 -
YUV 145.94 135.94 180.11 -
System Red Green Blue C M Y K H S L
Decimal 219 106 160 0 0.52 0.27 0.14 331.33 0.61 0.64
Hex DB 6A A0 0 34 1B E 14B 3D 40
Octal 333 152 240 0 64 33 16 513 75 100
Binary 11011011 1101010 10100000 0 110100 11011 1110 101001011 111101 1000000

Color Harmonies of #DB6AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6AA0

Black with #DB6AA0

Text Example


Text Example

White with #DB6AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6AA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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