Html Css Color HEX #DB648C Pale Violet Red

📋 copy color: '#DB648C'

red 219 ◦ green 100 ◦ blue 140

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

Shades of Pale Violet Red #DB648C

Tints of Pale Violet Red #DB648C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.5%

R = 47.71%
G = 21.79%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DB648C (or 0xDB648C) is known color: Pale Violet Red. HEX triplet: DB, 64 and 8C. RGB value is (219,100,140). Sum of RGB (Red+Green+Blue) = 219+100+140=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 100 (39.45% from 255 or 21.79% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB648C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB648C is #249B73. Grayscale: #8C8C8C. Windows color (decimal): -2399092 or 9200859. OLE color: 9200859.

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

Color convert

RGB 219 100 140 -
CMYK 0 0.54 0.36 0.14
HSL 339.83º 0.62% 0.63% -
HSV(B) 339.83º 0.54% 0.86% -
XYZ 38.5 26.07 27.81 -
YUV 140.14 127.92 184.25 -
System Red Green Blue C M Y K H S L
Decimal 219 100 140 0 0.54 0.36 0.14 339.83 0.62 0.63
Hex DB 64 8C 0 36 24 E 154 3E 3F
Octal 333 144 214 0 66 44 16 524 76 77
Binary 11011011 1100100 10001100 0 110110 100100 1110 101010100 111110 111111

Color Harmonies of #DB648C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB648C

Black with #DB648C

Text Example


Text Example

White with #DB648C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB648C; }

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

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

background-color css

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

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

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

border-color css

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

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

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