Html Css Color HEX #DB6BA5 Pale Violet Red

📋 copy color: '#DB6BA5'

red 219 ◦ green 107 ◦ blue 165

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

Shades of Pale Violet Red #DB6BA5

Tints of Pale Violet Red #DB6BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.6%

R = 44.6%
G = 21.79%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DB6BA5 (or 0xDB6BA5) is known color: Pale Violet Red. HEX triplet: DB, 6B and A5. RGB value is (219,107,165). Sum of RGB (Red+Green+Blue) = 219+107+165=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 107 (42.19% from 255 or 21.79% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6BA5 is #24945A. Grayscale: #929292. Windows color (decimal): -2397275 or 10841051. OLE color: 10841051.

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

Color convert

RGB 219 107 165 -
CMYK 0 0.51 0.25 0.14
HSL 328.93º 0.61% 0.64% -
HSV(B) 328.93º 0.51% 0.86% -
XYZ 41.26 28.29 38.88 -
YUV 147.1 138.11 179.28 -
System Red Green Blue C M Y K H S L
Decimal 219 107 165 0 0.51 0.25 0.14 328.93 0.61 0.64
Hex DB 6B A5 0 33 19 E 149 3D 40
Octal 333 153 245 0 63 31 16 511 75 100
Binary 11011011 1101011 10100101 0 110011 11001 1110 101001001 111101 1000000

Color Harmonies of #DB6BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6BA5

Black with #DB6BA5

Text Example


Text Example

White with #DB6BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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