Html Css Color HEX #DB6AA1 Pale Violet Red

📋 copy color: '#DB6AA1'

red 219 ◦ green 106 ◦ blue 161

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

Shades of Pale Violet Red #DB6AA1

Tints of Pale Violet Red #DB6AA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 33.13%

R = 45.06%
G = 21.81%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DB6AA1 (or 0xDB6AA1) is known color: Pale Violet Red. HEX triplet: DB, 6A and A1. RGB value is (219,106,161). Sum of RGB (Red+Green+Blue) = 219+106+161=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 106 (41.80% from 255 or 21.81% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6AA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6AA1 is #24955E. Grayscale: #919191. Windows color (decimal): -2397535 or 10578651. OLE color: 10578651.

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

Color convert

RGB 219 106 161 -
CMYK 0 0.52 0.26 0.14
HSL 330.8º 0.61% 0.64% -
HSV(B) 330.8º 0.52% 0.86% -
XYZ 40.8 27.94 36.96 -
YUV 146.06 136.44 180.03 -
System Red Green Blue C M Y K H S L
Decimal 219 106 161 0 0.52 0.26 0.14 330.8 0.61 0.64
Hex DB 6A A1 0 34 1A E 14B 3D 40
Octal 333 152 241 0 64 32 16 513 75 100
Binary 11011011 1101010 10100001 0 110100 11010 1110 101001011 111101 1000000

Color Harmonies of #DB6AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6AA1

Black with #DB6AA1

Text Example


Text Example

White with #DB6AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6AA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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