Html Css Color HEX #DB6DA7 Pale Violet Red

📋 copy color: '#DB6DA7'

red 219 ◦ green 109 ◦ blue 167

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

Shades of Pale Violet Red #DB6DA7

Tints of Pale Violet Red #DB6DA7

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.02%

 BLUE value IS 167 (65.63% from 255) = 33.74%

R = 44.24%
G = 22.02%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DB6DA7 (or 0xDB6DA7) is known color: Pale Violet Red. HEX triplet: DB, 6D and A7. RGB value is (219,109,167). Sum of RGB (Red+Green+Blue) = 219+109+167=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 109 (42.97% from 255 or 22.02% from 495); Blue value is 167 (65.62% from 255 or 33.74% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6DA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6DA7 is #249258. Grayscale: #949494. Windows color (decimal): -2396761 or 10972635. OLE color: 10972635.

HSL color Cylindrical-coordinate representation of color #DB6DA7: hue angle of 328.36º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB6DA7 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 109 167 -
CMYK 0 0.50 0.24 0.14
HSL 328.36º 0.6% 0.64% -
HSV(B) 328.36º 0.5% 0.86% -
XYZ 41.66 28.79 39.92 -
YUV 148.5 138.44 178.28 -
System Red Green Blue C M Y K H S L
Decimal 219 109 167 0 0.50 0.24 0.14 328.36 0.6 0.64
Hex DB 6D A7 0 32 18 E 148 3C 40
Octal 333 155 247 0 62 30 16 510 74 100
Binary 11011011 1101101 10100111 0 110010 11000 1110 101001000 111100 1000000

Color Harmonies of #DB6DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6DA7

Black with #DB6DA7

Text Example


Text Example

White with #DB6DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6DA7; }

 p { color: rgb(219,109,167); }

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

background-color css

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

 a { background-color: rgb(219,109,167); }

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

border-color css

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

 span { border-color: rgb(219,109,167); }

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