Html Css Color HEX #DB6391 Pale Violet Red

📋 copy color: '#DB6391'

red 219 ◦ green 99 ◦ blue 145

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

Shades of Pale Violet Red #DB6391

Tints of Pale Violet Red #DB6391

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.38%

 BLUE value IS 145 (57.03% from 255) = 31.32%

R = 47.3%
G = 21.38%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB6391 (or 0xDB6391) is known color: Pale Violet Red. HEX triplet: DB, 63 and 91. RGB value is (219,99,145). Sum of RGB (Red+Green+Blue) = 219+99+145=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 99 (39.06% from 255 or 21.38% from 463); Blue value is 145 (57.03% from 255 or 31.32% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6391 is #249C6E. Grayscale: #8C8C8C. Windows color (decimal): -2399343 or 9528283. OLE color: 9528283.

HSL color Cylindrical-coordinate representation of color #DB6391: hue angle of 337º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB6391 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 99 145 -
CMYK 0 0.55 0.34 0.14
HSL 337º 0.63% 0.62% -
HSV(B) 337º 0.55% 0.86% -
XYZ 38.79 26.03 29.77 -
YUV 140.12 130.76 184.26 -
System Red Green Blue C M Y K H S L
Decimal 219 99 145 0 0.55 0.34 0.14 337 0.63 0.62
Hex DB 63 91 0 37 22 E 151 3E 3E
Octal 333 143 221 0 67 42 16 521 76 76
Binary 11011011 1100011 10010001 0 110111 100010 1110 101010001 111110 111110

Color Harmonies of #DB6391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6391

Black with #DB6391

Text Example


Text Example

White with #DB6391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6391; }

 p { color: rgb(219,99,145); }

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

background-color css

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

 a { background-color: rgb(219,99,145); }

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

border-color css

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

 span { border-color: rgb(219,99,145); }

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