Html Css Color HEX #DB649F Pale Violet Red

📋 copy color: '#DB649F'

red 219 ◦ green 100 ◦ blue 159

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

Shades of Pale Violet Red #DB649F

Tints of Pale Violet Red #DB649F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.26%

R = 45.82%
G = 20.92%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DB649F (or 0xDB649F) is known color: Pale Violet Red. HEX triplet: DB, 64 and 9F. RGB value is (219,100,159). Sum of RGB (Red+Green+Blue) = 219+100+159=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 100 (39.45% from 255 or 20.92% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB649F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB649F is #249B60. Grayscale: #8E8E8E. Windows color (decimal): -2399073 or 10446043. OLE color: 10446043.

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

Color convert

RGB 219 100 159 -
CMYK 0 0.54 0.27 0.14
HSL 330.25º 0.62% 0.63% -
HSV(B) 330.25º 0.54% 0.86% -
XYZ 40.03 26.68 35.84 -
YUV 142.31 137.42 182.7 -
System Red Green Blue C M Y K H S L
Decimal 219 100 159 0 0.54 0.27 0.14 330.25 0.62 0.63
Hex DB 64 9F 0 36 1B E 14A 3E 3F
Octal 333 144 237 0 66 33 16 512 76 77
Binary 11011011 1100100 10011111 0 110110 11011 1110 101001010 111110 111111

Color Harmonies of #DB649F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB649F

Black with #DB649F

Text Example


Text Example

White with #DB649F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB649F; }

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

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

background-color css

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

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

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

border-color css

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

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

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