Html Css Color HEX #DB6395 Pale Violet Red

📋 copy color: '#DB6395'

red 219 ◦ green 99 ◦ blue 149

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

Shades of Pale Violet Red #DB6395

Tints of Pale Violet Red #DB6395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.91%

R = 46.9%
G = 21.2%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB6395 (or 0xDB6395) is known color: Pale Violet Red. HEX triplet: DB, 63 and 95. RGB value is (219,99,149). Sum of RGB (Red+Green+Blue) = 219+99+149=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6395 is #249C6A. Grayscale: #8C8C8C. Windows color (decimal): -2399339 or 9790427. OLE color: 9790427.

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

Color convert

RGB 219 99 149 -
CMYK 0 0.55 0.32 0.14
HSL 335º 0.63% 0.62% -
HSV(B) 335º 0.55% 0.86% -
XYZ 39.1 26.15 31.42 -
YUV 140.58 132.76 183.93 -
System Red Green Blue C M Y K H S L
Decimal 219 99 149 0 0.55 0.32 0.14 335 0.63 0.62
Hex DB 63 95 0 37 20 E 14F 3E 3E
Octal 333 143 225 0 67 40 16 517 76 76
Binary 11011011 1100011 10010101 0 110111 100000 1110 101001111 111110 111110

Color Harmonies of #DB6395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6395

Black with #DB6395

Text Example


Text Example

White with #DB6395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6395; }

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

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

background-color css

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

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

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

border-color css

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

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

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