Html Css Color HEX #DB6AA3 Pale Violet Red

📋 copy color: '#DB6AA3'

red 219 ◦ green 106 ◦ blue 163

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

Shades of Pale Violet Red #DB6AA3

Tints of Pale Violet Red #DB6AA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 33.4%

R = 44.88%
G = 21.72%
B = 33.4%

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

#DB6AA3 (or 0xDB6AA3) is known color: Pale Violet Red. HEX triplet: DB, 6A and A3. RGB value is (219,106,163). Sum of RGB (Red+Green+Blue) = 219+106+163=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 106 (41.80% from 255 or 21.72% from 488); Blue value is 163 (64.06% from 255 or 33.40% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6AA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6AA3 is #24955C. Grayscale: #929292. Windows color (decimal): -2397533 or 10709723. OLE color: 10709723.

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

Color convert

RGB 219 106 163 -
CMYK 0 0.52 0.26 0.14
HSL 329.73º 0.61% 0.64% -
HSV(B) 329.73º 0.52% 0.86% -
XYZ 40.98 28.01 37.9 -
YUV 146.29 137.44 179.87 -
System Red Green Blue C M Y K H S L
Decimal 219 106 163 0 0.52 0.26 0.14 329.73 0.61 0.64
Hex DB 6A A3 0 34 1A E 14A 3D 40
Octal 333 152 243 0 64 32 16 512 75 100
Binary 11011011 1101010 10100011 0 110100 11010 1110 101001010 111101 1000000

Color Harmonies of #DB6AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6AA3

Black with #DB6AA3

Text Example


Text Example

White with #DB6AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6AA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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