Html Css Color HEX #DB6499 Pale Violet Red

📋 copy color: '#DB6499'

red 219 ◦ green 100 ◦ blue 153

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

Shades of Pale Violet Red #DB6499

Tints of Pale Violet Red #DB6499

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.19%

 BLUE value IS 153 (60.16% from 255) = 32.42%

R = 46.4%
G = 21.19%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB6499 (or 0xDB6499) is known color: Pale Violet Red. HEX triplet: DB, 64 and 99. RGB value is (219,100,153). Sum of RGB (Red+Green+Blue) = 219+100+153=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6499 is #249B66. Grayscale: #8D8D8D. Windows color (decimal): -2399079 or 10052827. OLE color: 10052827.

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

Color convert

RGB 219 100 153 -
CMYK 0 0.54 0.30 0.14
HSL 333.28º 0.62% 0.63% -
HSV(B) 333.28º 0.54% 0.86% -
XYZ 39.52 26.47 33.16 -
YUV 141.62 134.42 183.19 -
System Red Green Blue C M Y K H S L
Decimal 219 100 153 0 0.54 0.30 0.14 333.28 0.62 0.63
Hex DB 64 99 0 36 1E E 14D 3E 3F
Octal 333 144 231 0 66 36 16 515 76 77
Binary 11011011 1100100 10011001 0 110110 11110 1110 101001101 111110 111111

Color Harmonies of #DB6499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6499

Black with #DB6499

Text Example


Text Example

White with #DB6499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6499; }

 p { color: rgb(219,100,153); }

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

background-color css

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

 a { background-color: rgb(219,100,153); }

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

border-color css

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

 span { border-color: rgb(219,100,153); }

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