Html Css Color HEX #DB6BA1 Pale Violet Red

📋 copy color: '#DB6BA1'

red 219 ◦ green 107 ◦ blue 161

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

Shades of Pale Violet Red #DB6BA1

Tints of Pale Violet Red #DB6BA1

RGB

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

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

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

R = 44.97%
G = 21.97%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DB6BA1 (or 0xDB6BA1) is known color: Pale Violet Red. HEX triplet: DB, 6B and A1. RGB value is (219,107,161). Sum of RGB (Red+Green+Blue) = 219+107+161=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 107 (42.19% from 255 or 21.97% from 487); Blue value is 161 (63.28% from 255 or 33.06% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6BA1 is #24945E. Grayscale: #929292. Windows color (decimal): -2397279 or 10578907. OLE color: 10578907.

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

Color convert

RGB 219 107 161 -
CMYK 0 0.51 0.26 0.14
HSL 331.07º 0.61% 0.64% -
HSV(B) 331.07º 0.51% 0.86% -
XYZ 40.9 28.15 37 -
YUV 146.64 136.11 179.61 -
System Red Green Blue C M Y K H S L
Decimal 219 107 161 0 0.51 0.26 0.14 331.07 0.61 0.64
Hex DB 6B A1 0 33 1A E 14B 3D 40
Octal 333 153 241 0 63 32 16 513 75 100
Binary 11011011 1101011 10100001 0 110011 11010 1110 101001011 111101 1000000

Color Harmonies of #DB6BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6BA1

Black with #DB6BA1

Text Example


Text Example

White with #DB6BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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